Skip to content

Commit f968cd3

Browse files
committed
perf: update project location as key
1 parent 226d7c8 commit f968cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdtls.ext/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/parser/ProjectResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public static List<DependencyInfo> resolveProjectDependencies(String projectUri,
258258
}
259259

260260
// Generate cache key based on project location
261-
String cacheKey = projectPath.toOSString();
261+
String cacheKey = project.getLocation().toOSString();
262262

263263
// Calculate current classpath hash for validation
264264
long currentClasspathHash = calculateClasspathHash(javaProject);

0 commit comments

Comments
 (0)