Re: [pgAdmin][SonarQube] : Remove duplicates string literals.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][SonarQube] : Remove duplicates string literals.
Date: 2020-09-03 12:54:21
Message-ID: CANxoLDduNdt4Uyz-mxUHMLhVd9jKzmKvUNmWg4m0nzjwQq4j8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Pradip

Following are the review comments:

- ROLE_NOT_FOUND already in wrapped in gettext() then no need to use
like gone(_(ROLE_NOT_FOUND)). In fact, can we use

self.not_found_error_msg()instead of new constant.

- Same with ERROR_FETCHING_ROLE_INFORMATION it's already in gettext,
also we can use this constant for string "

Error retrieving roles from the database server"

On Thu, Sep 3, 2020 at 4:30 PM Pradip Parkale <
pradip(dot)parkale(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is a patch for removing duplicates string literals.
> /server_groups/servers/roles/__init__.py - 8 places
>
>
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-03 13:25:31 pgAdmin 4 commit: Fixed primary key/unique constraint icon issue.
Previous Message Khushboo Vashi 2020-09-03 11:09:05 Re: [pgAdmin4][Patch] - SonarQube Fixes