Andrei Paikin
Andrei Paikin
@JoshMcCullough there is no such open requests. I am not sure it is a good idea to enforce var by default.
@JoshMcCullough I think best place for such check is https://github.com/sevntu-checkstyle/sevntu.checkstyle - it is some experimental / not-100-percent-sure-needed checks (but you still can use them in your checkstyle config as "normal"...
@AayushSaini101 you need to correct javadoc and xdocs. You can run this test locally and see diff
@AayushSaini101 open test class, navigate to failed test method and follow instructions https://www.jetbrains.com/help/idea/performing-tests.html
> > > @strkkk After JDK 17 it is redundant, but it is still not redundant for earlier versions I believe. Shouldn't we add a check for the Java version...
> Also, here `strictfp` is a modifier, not a definition I really do not understand a desire to make things complicated. The fix for this issue is like this 1....
@romani strictfp is a modifier (see [jls](https://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.4)), so RedundantModifierCheck seems a perfect place for it. And yes, as mentioned above, STRICTFP token is not in list of default, to allow...
As for me it seems that such check can be more generic. I mean that it can be something like `CustomAnnotationsOrderCheck` with some predefined set of order strategies - alphabet...
> check should be more flexible and recognize that multi-line strings like this could be used for documentation, etc. and not get triggered. @jfurmankiewiczpros LineLength is not aware of java...
@ZuevKirill95 pls fix missing dots to make whole translation consistent.