jean pierre Lerbscher

Results 39 issues of jean pierre Lerbscher

As https://github.com/ctubbsii suggests "sealed", "permits" keyworlds are only keywords in a particular context. https://openjdk.org/jeps/397 Specify the notion of a contextual keyword, superseding the prior notions of restricted identifier and restricted...

Java 17 Support

Proposed by [@ctu](https://github.com/ctubbsii) Since import ordering can differ from contributor to contributor, it might be good to make use of something like https://github.com/revelc/impsort-maven-plugin to standardize your java imports during the...

Improvement

Our "Indepth" java code remediation solution told us that the following Sonar violation. It appears only 13 times in the project. From Sonar web site "It is preferable to place...

**Describe the issue** Our "Indepth" java code remediation solution told us that the following Sonar violation. It appears only 1 time in the "core" module. When handling a caught exception,...

bug

**Describe the issue** Our "Indepth" java code remediation solution told us that the following Sonar violation. It appears 2 times in the "core" module. Superfluous exceptions within throws clauses have...

bug

Hi, I'm trying to get the class name of all annotations declared on a class but the method CtClass.getAnnotations() returns an array of AnnotationImpl's proxy. Can you explain me succinctly...

Hi, Can you confirm that the azul distribution has removed versions 9, 10, 12 and 14 from their official API version? ![image](https://github.com/actions/setup-java/assets/5850581/03ee4ebc-b845-4da6-a0c2-b03198b158f4)

bug

https://rules.sonarsource.com/java/RSPEC-2293/ "Prior to Java 7, the type argument had to be provided explicitly for every occurrence where generics were used. This often caused redundancy, as the type argument would have...

Using our java code remediation solution, we detected that the project's source code contained 3 violations of the Sonar rule RSPEC-2692 "indexOf" checks must not be used to check whether...

Using our java code remediation solution, we detected that the project's source code contained 57 violations of the Sonar rule S1130 "throws" declarations should not be superfluous". Below is an...