Re: [pgAdmin][patch] Fixed issues reported by SonarQube

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][patch] Fixed issues reported by SonarQube
Date: 2020-06-18 15:27:04
Message-ID: CA+OCxozE9iqjQtugAjWV7hx6E7UU4TqTDJMqPksLxQy_7w6oFA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Thu, Jun 18, 2020 at 2:17 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Hackers
>
> Attached is the patch to fix almost 24 bugs of the following type:
>
> - TypeError can be thrown as <variable_name> might be null or
> undefined here.
> - TypeError can be thrown as this operand might have a primitive type.
> - The conditional operation returns the same value whether the
> condition is "true" or "false".
>
> Please review it.
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-19 12:31:54 pgAdmin 4 commit: Update library inventory.
Previous Message Dave Page 2020-06-18 15:20:36 pgAdmin 4 commit: More code cleanup for SonarQube.