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.
IndexingRescanner.Generator
1 parent 214d0ac commit 5893890Copy full SHA for 5893890
src/main/java/engineering/swat/watch/impl/overflows/IndexingRescanner.java
@@ -93,6 +93,7 @@ protected class Generator extends MemorylessRescanner.Generator {
93
94
public Generator(Path path, WatchScope scope) {
95
super(path, scope);
96
+ visited.push(new HashSet<>()); // Initial set for content of `path`
97
}
98
99
private <T> void addToPeeked(Deque<Set<T>> deque, T t) {
0 commit comments