Re: Patch for SonarQube code scan 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 code scan fixes
Date: 2020-06-30 13:47:19
Message-ID: CANxoLDd4NzmLFBEiMAYvQc5eXWR7xq0fp5Uwk_MXb0H1FcrX2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, Jun 29, 2020 at 7:48 PM Nikhil Mohite <
nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:

> Hi Team,
>
> I have fixed some code smell issues in the SonarQube scan, PFA patch.
> Details as follows:
> 1. Sequences files:
>
> - Refactor this function to reduce its Cognitive Complexity from 33 to
> the 15 allowed.
> - Refactor this function to reduce its Cognitive Complexity from 16 to
> the 15 allowed.
> - Refactor this function to reduce its Cognitive Complexity from 16 to
> the 15 allowed.
>
> 2. Functions files:
>
> - Refactor this function to reduce its Cognitive Complexity from 141
> to the 15 allowed.
> - Refactor this function to reduce its Cognitive Complexity from 42 to
> the 15 allowed.
> - Refactor this function to reduce its Cognitive Complexity from 43 to
> the 15 allowed.
>
>
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2020-07-01 05:34:00 Re: [pgAdmin][RM5601] : [Schema Diff] Add RLS policy support in schema diff
Previous Message Akshay Joshi 2020-06-30 13:47:08 Re: Re- [SonarQube][patch]- codesmell