Reg-[Sonarqube]CodeSmell issues

Поиск
Список
Период
Сортировка
От Satish V
Тема Reg-[Sonarqube]CodeSmell issues
Дата
Msg-id CAOEjfmH3B9x438-K08kXT+7vLEfDOAq5Gszqf+SFdS34nQi+cQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Reg-[Sonarqube]CodeSmell issues
Список pgadmin-hackers
Hi Hackers,

Please find the patch in the attachment which resolves below issues
1.Replace this if-then-else statement by a single return statement.(clumsy)
2."switch" statements should have at least 3 "case" clauses. (bad practise)
Kindly review and share the changes, if  required.


Thanks
Sathish V
Вложения

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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Issue fixes reported by SonarQube
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed following issues reported by SonarQube: