Re: Patch for SonarQube code scan fixes. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: Patch for SonarQube code scan fixes.
Date
Msg-id CANxoLDf_4MhuJDNJz5ntGS2N_h009jOnvwbhKwoMEsUkXXqgyA@mail.gmail.com
Whole thread Raw
In response to Patch for SonarQube code scan fixes.  (Nikhil Mohite <nikhil.mohite@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Tue, Aug 25, 2020 at 6:04 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:
Hi Team,

I have fixed some code smell issues in the SonarQube scan, PFA patch.
Details as follows:

1. Database:
  • Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed.
2. Restore:
  • Refactor this function to reduce its Cognitive Complexity from 60 to the 15 allowed.
3. autocomplete:
  • Refactor this function to reduce its Cognitive Complexity from 25 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 28 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 29 to the 15 allowed.

Regards,
Nikhil Mohite.


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Sr. Software Architect
EDB Postgres
Mobile: +91 976-788-8246

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed regression issue in taking backup of the table.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] Cognitive complexity