[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-03-01 10:42:18
Message-ID: CAOBg0AO5-Px-G4y=aMRaeAa8T8A-mWtaBhKgh4GHPiN2cSPyhg@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:

1. Back-form (backform.pgadmin.js):

- TypeError can be thrown as "$tabContent" might be null or undefined
here.

2. User Management (user_management.js):

- 'self' is already declared in the upper scope.
- 'res' is already declared in the upper scope.
- 'self' is already declared in the upper scope.
- 'ownershipModel' is already declared in the upper scope.

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2021-03-01 10:47:53 pgAdmin 4 commit: Clarify docs around configuration.
Previous Message Akshay Joshi 2021-03-01 07:51:10 Re: Fix a bug of schema diff when comparing triggers with different when clauses