Re: Re-[Sonarqube]- Clumsy code
От | Akshay Joshi |
---|---|
Тема | Re: Re-[Sonarqube]- Clumsy code |
Дата | |
Msg-id | CANxoLDcMYDG=1H-DuyZSn0q=bsOOoo8cF-cevmRnGM7hYio4Xg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Re-[Sonarqube]- Clumsy code (Satish V <satish.v@enterprisedb.com>) |
Список | pgadmin-hackers |
Thanks, patch applied.
On Thu, Jun 18, 2020 at 3:21 PM Satish V <satish.v@enterprisedb.com> wrote:
Hi Akshay,Please find the updated Patch in the attachment which does not introduce more code smell.ThanksSathish VOn Thu, Jun 18, 2020 at 12:48 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi SatishFixes like below will create another code smell in SonarQube:
- !(m.label == 'pg_global') should be (m.label != 'pg_global')
- !(_.isUndefined(index) || index == '');
- !(_.has(itemData, 'label') && itemData.label === '_RETURN');
- .....
Please fix such errors correctly and resend the patch. Make sure functionality should work properly.On Thu, Jun 18, 2020 at 11:27 AM Satish V <satish.v@enterprisedb.com> wrote:Hi Hackers,Please find the patch in the attachment which resolves below issue.1.Replace this if-then-else statement by a single return statement.Kindy review and share the changes, if requiredThanks,Sathish V--Thanks & RegardsAkshay JoshiSr. Software ArchitectEnterpriseDB Software India Private LimitedMobile: +91 976-788-8246
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246
В списке pgadmin-hackers по дате отправления: