Re: Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-19 Thread Jacques Le Roux
Thanks Suraj and Aditya for your confirmations, I guess you know already, I'm working on something else, so I will change tasks.checkstyleMain.maxErrors from 502 to 280 later... Cheers Jacques Le 17/11/2020 à 13:30, Aditya Sharma a écrit : +1 Thanks and Regards, Aditya Sharma On Thu, No

Re: Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-17 Thread Aditya Sharma
+1 Thanks and Regards, Aditya Sharma On Thu, Nov 12, 2020 at 2:49 PM Suraj Khurana wrote: > +1 > > -- > Best Regards, > Suraj Khurana > Senior Technical Consultant > > > On Thu, Nov 12, 2020 at 12:03 AM Jacques Le Roux < > jacques.le.r...@les7arts.com> wrote: > > > Hi, > > > > Checkstyle return

Re: Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-12 Thread Suraj Khurana
+1 -- Best Regards, Suraj Khurana Senior Technical Consultant On Thu, Nov 12, 2020 at 12:03 AM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi, > > Checkstyle returns 222 occurrences of the message "Utility classes should > not have a public or default constructor." > > This is due

Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-11 Thread Jacques Le Roux
Hi, Checkstyle returns 222 occurrences of the message "Utility classes should not have a public or default constructor." This is due to https://checkstyle.sourceforge.io/config_design.html#HideUtilityClassConstructor I don't think we need to follow the "prevents calls from subclass" suggestio