Andrei Paikin

Results 5 issues of Andrei Paikin

http://checkstyle.sourceforge.net/config_modifier.html#RedundantModifier Reason: since java 17 there is no need for this modifier, see details in [JEP 306](https://openjdk.java.net/jeps/306) Suggestion is to add new property `jdkVersion` where user can define jdk version...

approved
new feature

https://checkstyle.org/config_javadoc.html#WriteTag ``` $ cat Test.java public class Test {} $ cat config.xml $ java -jar checkstyle-10.2-all.jar -c config.xml Test.java Starting audit... [ERROR] C:\workdir\Test.java:1: Type Javadoc comment is missing null tag....

approved
javadoc

Package org.autorefactor.refactoring.rules with all the refactoring rules contains >70 classes. May be it makes sense to group them into packages like "removal", "replacement", "simplifier", etc. This will make search and...

enhancement

https://www.jetbrains.com/help/qodana/github.html It is a brand new linter from jetbrains, can be integrated with github actions. We can give it a try. Also, it may later replace existing teamcity build, looks...

Closes #14573 Diff Regression config: https://gist.githubusercontent.com/strkkk/26466254f89c32d8f1a6bd53b6f5b251/raw/cf451b3aa6366addc027a08423786d455bc79aa7/config_single.xml

awaiting response