Roman Ivanov
Roman Ivanov
Please look at https://github.com/checkstyle/checkstyle/pull/14696/files#diff-78a8a19706dbd2a4425dd72bdab0502ed7a2cef16365ab7030a5a0588927bf47R7 It is docker container. You can see whole conversation on similar update in past https://github.com/checkstyle/checkstyle/pull/14696 Here is way container is updating https://github.com/checkstyle/contribution/pull/837/files
@AmitKumarDeoghoria , I think we need revert, as just version bump make it to do validation at all. can you make test PR to cause violation in Inspections ? to...
update to idea 2025 is reverted
@pascofire, please be welcome.
Annotation is with source policy https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/19fb8f93c59dfd791f62d41f332db9e306bc1422/src/java.base/share/classes/java/lang/SuppressWarnings.java#L56 Ok, I see your problem to support it. Is there any other way to have suppression list? Separate file with signature of methods to...
This style is very unusual. Please try to explain reasons of it. Meanwhile, you looks like want to suppress violation on some specific use case. Do you think that you...
``` $ cat Test.java public abstract class AbstractEntity $ java -jar checkstyle-10.20.0-all.jar -g -c config.xml Test.java Checkstyle ends with 1 errors. ``` reuse xpath from above and just generalize it...
We will wait for other users support for this problem UnnecessaryParentheses. If no feedback, we will consider xpath suppression/filter as good compromise for now and users should use it if...
We should do this only as very last issue, as it has no much benefit to users and simply design beautification, that is also good, but we have bunch of...
So we can move Xml Metadata and Xml Xdoc files generation to separate project, it will take all not essential dependencies to it. We can call project `checkstyle-files-generator` it will...