You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script runs .ci/no-exception-test.sh and pipes the output to grep "Caused by: " to filter lines containing "Caused by: ". So,
This script makes a list of all files not parsable by checkstyle and causes an exception during the run then we add those files to the exclude list. And this is basically what treeWalker is capable of, we have a property that skips files on Java parse exception. internally all the files from openjdk21-excluded.files should be skipped automatically due to
detected at #878 (comment)
This list is generated by bash/python from here.
script source code:
The script runs
.ci/no-exception-test.sh
and pipes the output togrep "Caused by: "
to filter lines containing "Caused by: ". So,This script makes a list of all files not parsable by checkstyle and causes an exception during the run then we add those files to the exclude list. And this is basically what treeWalker is capable of, we have a property that skips files on Java parse exception. internally all the files from openjdk21-excluded.files should be skipped automatically due to
contribution/checkstyle-tester/my_check.xml
Lines 22 to 23 in 45007b9
Given the above analysis, I see no value in having the excludes in the .properties file. I think we can remove them.
The text was updated successfully, but these errors were encountered: