-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search more folders to infer source roots for invisible projects (#2176)
* Search more folders to infer source roots for invisible projects - based on the source root inferred from the trigger file do more search. - if the source root is linked folder, search all direct child folders. - otherwise, search all the sibling folders. Signed-off-by: sheche <[email protected]>
- Loading branch information
Showing
11 changed files
with
354 additions
and
35 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
1 change: 1 addition & 0 deletions
1
org.eclipse.jdt.ls.tests/projects/singlefile/inferSourceRoot/Main.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public class Main {} |
1 change: 1 addition & 0 deletions
1
org.eclipse.jdt.ls.tests/projects/singlefile/inferSourceRoot/a/very/deep/path/Source.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public class Source {} |
1 change: 1 addition & 0 deletions
1
org.eclipse.jdt.ls.tests/projects/singlefile/invisibleFileDetector/Main.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public class Main {} |
Empty file.
1 change: 1 addition & 0 deletions
1
org.eclipse.jdt.ls.tests/projects/singlefile/invisibleFileDetector/eclipse/Eclipse.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public class Eclipse {} |
1 change: 1 addition & 0 deletions
1
org.eclipse.jdt.ls.tests/projects/singlefile/invisibleFileDetector/excluded/Excluded.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public class Excluded {} |
1 change: 1 addition & 0 deletions
1
org.eclipse.jdt.ls.tests/projects/singlefile/invisibleFileDetector/other-project/Other.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public class Other {} |
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
Oops, something went wrong.