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
Copy file name to clipboardExpand all lines: spring-javaformat-intellij-idea/spring-javaformat-intellij-idea-plugin/src/main/java/io/spring/format/formatter/intellij/monitor/FileMonitor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public static Factory factory() {
Copy file name to clipboardExpand all lines: spring-javaformat-intellij-idea/spring-javaformat-intellij-idea-plugin/src/main/java/io/spring/format/formatter/intellij/ui/StatusIndicator.java
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/java/io/spring/javaformat/checkstyle/check/AbstractSpringCheck.java
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/java/io/spring/javaformat/checkstyle/check/SpringHeaderCheck.java
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/java/io/spring/javaformat/checkstyle/check/SpringJUnit5Check.java
+11-25
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@
19
19
importjava.util.ArrayList;
20
20
importjava.util.Arrays;
21
21
importjava.util.Collections;
22
-
importjava.util.HashSet;
23
22
importjava.util.LinkedHashMap;
24
23
importjava.util.LinkedHashSet;
25
24
importjava.util.List;
@@ -42,25 +41,25 @@ public class SpringJUnit5Check extends AbstractSpringCheck {
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/spring-checkstyle.xml
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/test/java/io/spring/javaformat/checkstyle/SpringChecksTests.java
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/test/java/io/spring/javaformat/checkstyle/SpringConfigurationLoaderTests.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ public void loadShouldLoadChecks() {
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/test/resources/source/MethodVisibilityInnerClassesWithPublicMethod.java
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/test/resources/source/MethodVisibilityWithOverride.java
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-formatter-eclipse-rewriter/src/main/java/io/spring/javaformat/formatter/eclipse/rewrite/EclipseRewriter.java
0 commit comments