Community
Participate
Working Groups
Running just org.eclipse.jdt.core.tests.model.CompletionTests2 yields two failures where unexpected proposals are found, which at a closer look are correct substring matches. When running via RunCompletionModelTests (or AllJavaModelTests), a previous test suite will have called AbstractJavaModelCompletionTests.setUpSuite() where we find this: options.put(JavaCore.CODEASSIST_SUBSTRING_MATCH, JavaCore.DISABLED); CompletionTests2, however, extends ModifyingResourceTests which bypasses the above. Fix is to change the superclass to AbstractJavaModelCompletionTests.
New Gerrit change created: https://git.eclipse.org/r/100956
Gerrit change https://git.eclipse.org/r/100956 was merged to [BETA_JAVA9]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?id=50427fcbd3c365a21cf497d1c3f56f95569b8ff6
(In reply to Eclipse Genie from comment #2) > Gerrit change https://git.eclipse.org/r/100956 was merged to [BETA_JAVA9]. > Commit: > http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?id=50427fcbd3c365a21cf497d1c3f56f95569b8ff6 > Resolved in BETA_JAVA9
*** Bug 508375 has been marked as a duplicate of this bug. ***