Skip to content

Commit

Permalink
Remove resolve classpath when fetching a raw classpath (#3531)
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored Jan 8, 2025
1 parent bb91fc9 commit b79bd1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ public IClasspathEntry getRawClasspathEntry() throws JavaModelException {

IClasspathEntry rawEntry = null;
JavaProject project = getJavaProject();
project.getResolvedClasspath(); // force the reverse rawEntry cache to be populated
Map rootPathToRawEntries = project.getPerProjectInfo().rootPathToRawEntries;
if (rootPathToRawEntries != null) {
rawEntry = (IClasspathEntry) rootPathToRawEntries.get(getPath());
Expand Down

0 comments on commit b79bd1d

Please sign in to comment.