forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix HandleFactory.packageHandles reuse
With resourcePath like "lib\jrt-fs.jar|java.base|com/sun/Class.class" the packageHandles cache was never reused since the length of the lastPkgFragmentRootPath and jarPath never matched. With this change PackageFragment instances are reused as long as package does not change
- Loading branch information
1 parent
4dca3bb
commit 64f269a
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters