pgAdmin 4 commit: Tidy up some code to keep SonarQube happy. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Tidy up some code to keep SonarQube happy.
Date
Msg-id E1jkn2M-0004SQ-7r@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Tidy up some code to keep SonarQube happy.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a23fad0ba8e16cf0adc8d6d8107b6777956fb71e
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
runtime/ConfigWindow.cpp   |  8 ++------
runtime/ConfigWindow.h     |  1 -
runtime/FloatingWindow.cpp | 21 +++++++++------------
runtime/FloatingWindow.h   |  1 -
runtime/LogWindow.cpp      | 21 +++++++--------------
runtime/LogWindow.h        |  2 --
runtime/Logger.h           |  1 -
runtime/MenuActions.cpp    | 18 ++++++------------
runtime/MenuActions.h      |  4 ++--
runtime/Server.cpp         | 41 +++++++++++++++++++++--------------------
runtime/TrayIcon.cpp       | 22 ++++++++--------------
runtime/TrayIcon.h         |  1 -
12 files changed, 55 insertions(+), 86 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: Patch for SonarQube UI fixes.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin][patch] Runtime fixes reported by SonarQube