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
Checkstyle's AnnotationUtil.containsAnnotation automatically handles
simple and fully qualified names. For example, Override matches both
java.lang.Override and Override. This means that SpringJUnit5Check
need only care about the simple names of the annotations that it
wants to detect.
See gh-157
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/java/io/spring/javaformat/checkstyle/check/SpringJUnit5Check.java
0 commit comments