Patch for SonarQube code scan fixes.

From: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Patch for SonarQube code scan fixes.
Date: 2020-09-08 09:28:58
Message-ID: CAOBg0AP6zw+5M2Ux8u9igedVHKUOrPwEdH=+pwmCgfki=o=a=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Team,

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

1. psycopg2/connection:

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

2. psycopg2/server_manager:

- Refactor this function to reduce its Cognitive Complexity from 20 to
the 15 allowed.
- Refactor this function to reduce its Cognitive Complexity from 33 to
the 15 allowed.
- Refactor this function to reduce its Cognitive Complexity from 26 to
the 15 allowed.

3. sqlautocomplete/parseutils:

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

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

Attachment Content-Type Size
sonarQubeCodeSmell.patch application/octet-stream 19.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-09-08 10:00:52 Re: Patch for SonarQube code scan fixes.
Previous Message Akshay Joshi 2020-09-08 06:35:47 Re: [pgAdmin][RM4979]: Configuration files for data sources or similar.