[pgAdmin]: Patch for SonarQube fixes

From: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin]: Patch for SonarQube fixes
Date: 2021-01-19 07:27:56
Message-ID: CAOBg0ANJdNp_7m5L2=+6B-xeZ2KHtxjcT6qsVT3KMvQjmMpwYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Team,

I have fixed a few sonarQube issues, PFA patch
Details as follows:

Schema diff:

- Refactor this function to reduce its Cognitive Complexity from 17 to
the 15 allowed.
- Refactor this function to reduce its Cognitive Complexity from 44 to
the 15 allowed.
- Refactor this function to reduce its Cognitive Complexity from 32 to
the 15 allowed.

bg-process:

- Refactor this function to reduce its Cognitive Complexity from 46 to
the 15 allowed.
- Refactor this function to reduce its Cognitive Complexity from 36 to
the 15 allowed.

--
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* <https://www.enterprisedb.com/>
*Mob.No: +91-7798364578.*

Attachment Content-Type Size
SonarQubeCodeSmellFixes.patch application/octet-stream 22.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-19 08:10:59 Re: [pgAdmin] RM6098 Manually deleting from table view hangs
Previous Message Nikhil Mohite 2021-01-19 07:00:37 [pgAdmin]: Fix for kerberos test cases.