Re: Sonarqube fixes v2

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Sonarqube fixes v2
Date: 2022-09-10 08:55:42
Message-ID: CANxoLDcnW70Ntx8i4nRnw1xJO2VZqgqfMaC8x98xaJ1yqJicag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, the patch was applied.

On Fri, Sep 9, 2022 at 7:24 PM Yogesh Mahajan <
yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find the attached patch which fixes issue related to rule -
>
> 1.Use concise character class syntax
> 2.Add a "break" statement or remove this "else" clause.
> 3.Replace this generic exception class with a more specific one.
> 4.Use a regular expression literal instead of the 'RegExp' constructor.
> 5.Use the opposite operator ("not in") instead.
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>
>
> On Tue, Aug 30, 2022 at 2:23 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Thanks, the patch applied
>>
>> On Tue, Aug 30, 2022 at 1:07 PM Yogesh Mahajan <
>> yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:
>>
>>> Hello Team,
>>>
>>> Please find the attached patch which fixes around 25 sonarqube issues.
>>>
>>> Thanks,
>>> Yogesh Mahajan
>>> EnterpriseDB
>>>
>>
>>
>> --
>>
>> <http://www.enterprisedb.com>
>>
>> Akshay Joshi
>>
>> Principal Software Architect
>>
>> +91 9767888246
>>
>> www.enterprisedb.com
>>
>> <https://www.linkedin.com/company/edbpostgres>
>> <https://twitter.com/edbpostgres?lang=en>
>> <https://www.facebook.com/EDBpostgres>
>> <https://www.instagram.com/EDBpostgres/>
>>
>

--

<http://www.enterprisedb.com>

Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com

<https://www.linkedin.com/company/edbpostgres>
<https://twitter.com/edbpostgres?lang=en>
<https://www.facebook.com/EDBpostgres>
<https://www.instagram.com/EDBpostgres/>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-10 08:55:54 Re: [pgAdmin][patch]: sonarQube bug fixes
Previous Message Akshay Joshi 2022-09-10 08:55:31 Re: Sonarqube fixes