We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf62e7 commit 2a61e0cCopy full SHA for 2a61e0c
java-compiler-testing/src/main/java/io/github/ascopes/jct/workspaces/impl/WorkspaceDumper.java
@@ -115,6 +115,7 @@ public FileVisitResult postVisitDirectory(
115
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException {
116
doIndent();
117
appendable.append(file.getFileName().toString()).append("\n");
118
+ ++index;
119
return super.visitFile(file, attrs);
120
}
121
0 commit comments