pgAdmin 4 commit: Tidy up some code to keep SonarQube happy.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Tidy up some code to keep SonarQube happy.
Date: 2020-06-15 11:12:22
Message-ID: E1jkn2M-0004SQ-7r@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-06-15 11:13:14 Re: [pgAdmin][patch] Runtime fixes reported by SonarQube
Previous Message Aditya Toshniwal 2020-06-15 11:11:23 Re: Patch for SonarQube UI fixes.