Skip to content

Commit 05d30d8

Browse files
committed
todo: note CLASSPATH source discovery follow-up
1 parent 26c0abd commit 05d30d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/javacs/InferConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Set<Path> classPath() {
7272
// Check for CLASSPATH environment variable first
7373
String classPathEnv = this.envVars.get("CLASSPATH");
7474
if (classPathEnv != null && !classPathEnv.isEmpty()) {
75+
// TODO Add source/doc discovery for arbitrary jars provided via CLASSPATH.
7576
LOG.info("Using CLASSPATH environment variable: " + classPathEnv);
7677
return Arrays.stream(classPathEnv.split(Pattern.quote(File.pathSeparator)))
7778
.map(Paths::get)

0 commit comments

Comments
 (0)