Skip to content

Commit fcbbaf5

Browse files
committed
reset ClasspathDirectory.packageSecondaryTypes #3433
1 parent 3b617e5 commit fcbbaf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) {
359359
public void reset() {
360360
super.reset();
361361
this.directoryCache.clear();
362+
this.packageSecondaryTypes.clear();
362363
}
363364
@Override
364365
public String toString() {

0 commit comments

Comments
 (0)