-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fred Bricon <[email protected]>
- Loading branch information
Showing
16 changed files
with
87 additions
and
8 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
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
6 changes: 3 additions & 3 deletions
6
org.eclipse.jdt.ls.tests/.settings/org.eclipse.jdt.core.prefs
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
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
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/eclipse/hello/.lsp/.cache/db.transit.json
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 @@ | ||
["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/Users/fbricon/Dev/projects/eclipse.jdt.ls/org.eclipse.jdt.ls.tests/projects/eclipse/hello","~:kondo-config-hash","4ebd216040cc62c1866dfb9daa08519edbe5c941ac30d9e559d1a2ccf39d816a","~:dependency-scheme","jar","~:analysis",null,"~:analysis-checksums",["^ "],"~:project-analysis-type","~:project-and-full-dependencies","~:version",12,"~:stubs-generation-namespaces",["^1",[]]] |
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
Binary file added
BIN
+206 Bytes
org.eclipse.jdt.ls.tests/projects/eclipse/hello/binTest/foo/bar/AbstractTest.class
Binary file not shown.
Binary file added
BIN
+198 Bytes
org.eclipse.jdt.ls.tests/projects/eclipse/hello/binTest/foo/bar/BaseTest.class
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...s.tests/projects/maven/mavenlombok/.clj-kondo/.cache/v1/java/org.sample.Main.transit.json
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 @@ | ||
["^ ","~:members",["^ ","main",["~#set",[["^ ","~:flags",["^2",["~:method","~:public","~:static"]]]]]]] |
1 change: 1 addition & 0 deletions
1
....tests/projects/maven/mavenlombok/.clj-kondo/.cache/v1/java/org.sample.Test2.transit.json
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 @@ | ||
["^ ","~:members",["^ ","singulars",["~#set",[["^ ","~:flags",["^2",["~:field"]]]]],"normals",["^2",[["^ ","^3",["^2",["^4"]]]]]]] |
Empty file.
1 change: 1 addition & 0 deletions
1
org.eclipse.jdt.ls.tests/projects/maven/mavenlombok/.lsp/.cache/db.transit.json
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 @@ | ||
["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/Users/fbricon/Dev/projects/eclipse.jdt.ls/org.eclipse.jdt.ls.tests/projects/maven/mavenlombok","~:kondo-config-hash","5625c8cc9dcb67fd792ee006e673d8a512bd9b9b15399f8d9fc296cb0c28d4a6","~:dependency-scheme","jar","~:analysis",null,"~:analysis-checksums",["^ "],"~:project-analysis-type","~:project-and-full-dependencies","~:version",12,"~:stubs-generation-namespaces",["^1",[]]] |
3 changes: 3 additions & 0 deletions
3
org.eclipse.jdt.ls.tests/projects/maven/mavenlombok/.vscode/settings.json
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,3 @@ | ||
{ | ||
"java.jdt.ls.lombokSupport.enabled": false | ||
} |
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
public class Main { | ||
public static void main(String[] args) { | ||
Test test = new Test(); | ||
test.getName(); | ||
//test. | ||
} | ||
} |
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