[pgAdmin4][Patch] - Issue fixes reported by SonarQube

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch] - Issue fixes reported by SonarQube
Date: 2020-06-15 08:47:11
Message-ID: CAFOhELc7gLunAs3TAQC7beShZOfqg8AcW32bYqSJMvheuH9QqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch for some of the fixes reported by SonarQube
related to :

- Properties of variables with "null" or "undefined" values should not
be accessed
- Variables should not be self-assigned
- "in" should not be used with primitive types

Thanks,
Khushboo

Attachment Content-Type Size
sonarqube_fixes.patch application/octet-stream 5.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2020-06-15 09:30:50 [pgAdmin][Patch] RM4226 - Table Properties - select all checkbox only selects the first 50 tables
Previous Message Aditya Toshniwal 2020-06-15 06:37:50 Re: [pgAdmin][patch] Clumsy coding related fixes