Re: Patch for SonarQube fixes.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Patch for SonarQube fixes.
Date: 2021-01-18 07:39:41
Message-ID: CANxoLDcUXdS45tEsk98SpPaX4Wh5YdErgPPM2B+JyOgmLddheQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, Jan 18, 2021 at 11:15 AM Nikhil Mohite <
nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:

> Hi Team,
>
> I have fixed a few sonarQube issues, PFA patch
> Details as follows:
>
> 1. Preferences:
>
> - Refactor this function to reduce its Cognitive Complexity from 18 to
> the 15 allowed.
> - Merge this if statement with the enclosing one.
> - Define a constant instead of duplicating this literal 'tab settings'
> 5 times.
>
> 2. Connection:
>
> - Remove this unneeded "pass".
>
> 3. Sqleditor:
>
> - Remove this useless assignment to variable "msgDiv".
>
> 4. Debugger:
>
> - Review this useless assignment: "index" already holds the assigned
> value along all execution paths.
> - 'label' is already declared in the upper scope.
> - 'label' is already declared in the upper scope.
> - 'browser_preferences' is already declared in the upper scope.
>
> 5. FileManager:
>
> - 'path' is already declared in the upper scope.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* <https://www.enterprisedb.com/>
> *Mob.No: +91-7798364578.*
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-18 07:39:50 Re: [pgAdmin][RM1802] ERD Tool (Beta)
Previous Message Akshay Joshi 2021-01-18 07:36:22 pgAdmin 4 commit: Remove few dependencies which are not required for ER