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
Fixing this results in an NPE in one of our custom checks:
Caused by: java.lang.NullPointerException: Cannot invoke "io.spring.javaformat.checkstyle.check.SpringHeaderCheck$HeaderCheck.run(com.puppycrawl.tools.checkstyle.api.FileText, boolean)" because the return value of "io.spring.javaformat.checkstyle.check.SpringHeaderCheck.getCheck(java.io.File)" is null
at io.spring.javaformat.checkstyle.check.SpringHeaderCheck.processFiltered(SpringHeaderCheck.java:113)
at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:101)
#37976 should have upgraded the build to use Checkstyle 10.12.4 but, looking at the XML report files, we appear to be using 9.3:
The text was updated successfully, but these errors were encountered: