Patch for SonarQube code scan fixes.

Поиск
Список
Период
Сортировка
От Nikhil Mohite
Тема Patch for SonarQube code scan fixes.
Дата
Msg-id CAOBg0APwgeHOLDPea-ztnpSSvEezSM8oFpiDjq=LAOwA58oXPg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Patch for SonarQube code scan fixes.
Список pgadmin-hackers
Hi Team,

I have fixed some code smell issues in the SonarQube scan, PFA patch.
Details as follows:
1. Foreign servers:
  • Refactor this function to reduce its Cognitive Complexity from 49 to the 15 allowed.
2. bgprocess/process:
  • Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed.
3. directory compare:
  • Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed.
4. sql editor:
  • Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed.

Regards,
Nikhil Mohite.
Вложения

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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][SonarQube]: Cognitive complexity
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Replace 'fa-clock-o' with 'fa-clock' which is appropr