forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPTION_JdtDebugCompileMode has surprising effects on imports
fixes eclipse-jdt#445 Revisiting the 3 changes in faultInImports() from Bug 543604: + the check during resolution of on-demand imports remains, it is good + the second change was wrong, moved into findImport() this avoids answering a SplitPackageBinding (for conflict reporting) where in fact a type is being imported + the third change is being pulled up, because the whole purpose of that block is to detect package conflicts, which we are not interested in.
- Loading branch information
1 parent
ebca1d5
commit ba06d19
Showing
3 changed files
with
111 additions
and
11 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
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