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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed code smells in runtime code reported by SonarQu
Дата
Msg-id E1k0lfu-0001Vj-76@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Rahul Shirsat
Дата:
Сообщение: Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Patch for SonarQube code scan fixes.