pgAdmin 4 commit: Fixed code smells in runtime code reported by SonarQu

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smells in runtime code reported by SonarQu
Date: 2020-07-29 12:59:14
Message-ID: E1k0lfu-0001Vj-76@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smells in runtime code reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=099fea15ae0b847ec9802bdb36df4473af3f1e46

Modified Files
--------------
runtime/Logger.cpp | 2 +-
runtime/Logger.h | 2 +-
runtime/MenuActions.cpp | 4 ++--
runtime/MenuActions.h | 6 +++---
runtime/Runtime.cpp | 6 +++---
runtime/Runtime.h | 4 ++--
runtime/Server.h | 2 +-
7 files changed, 13 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-29 13:00:51 Re: Patch for SonarQube code scan fixes.
Previous Message Rahul Shirsat 2020-07-29 10:21:42 Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column