-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] [JSR-199] ECJ cannot resolve JPMS modules if using a user-provided
file manager + make ClasspathJsr199 capable of handling sources + consistently extract module and pass it into CUs and class readers + implement module extraction from JavaFileObject (src & class) + implement ClasspathJsr199.listPackages() using JavaFileObjects + detect initial / duplicate source files by JavaFileObject, not path + fix arg passing in ProblemReporter.invalidPackageReference() + implement package matching in InMemoryJavaFileManager.list() (test) TODO: + exception handling + encoding? (currently hardcodes UTF-8) Fixes #958
- Loading branch information
1 parent
c16af25
commit de490a0
Showing
12 changed files
with
251 additions
and
91 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...t.compiler.tool.tests/src/org/eclipse/jdt/compiler/tool/tests/CompilerToolJava9Tests.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
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
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.