-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systematic maintenance of jclMinX.jar and .src.zip #2727
Comments
Found some confusion between jclMin & jclFull: Tests CompletionTests18.testBug443091_expectLambdaCompletions_forFunctionalInterfaceArgumentAssignment() and friends from bug 443091 use I'd call this a bug in Sharing of source zip was introduced in Bug 427538, but this conflicts with the way I'd like to generate all these from regular eclipse projects. |
+ remove jclMin < 1.8 and adjust ClasspathTests accordingly + created jclMin projects from existing jclMin*src.zip + added module-info to all modular jcl + declared --patch-module in .classpath & build.xml + minor clean-up + regenerate all jclMin + did NOT re-generate converterJclMin - need to check diffs first + fix source attachment for jclFull1.8.jar Fixes eclipse-jdt#2727
In https://bugs.eclipse.org/560658 we started to organize maintenance of jcl stubs more systematically, but covered only convertJclMin, not regular jclMin.
Most recently, follow-ups of #2551 would like to work on a cleaned-up foundation :)
To consider:
org.eclipse.jdt.core.tests.model/JCL/build.xml
?JCL_SRCROOT
BufferTests.testAppendReadOnly()
)AbstractJavaModelTests.getExternalJCLRootSourcePath()
paths inside src.zip should start with "src"The text was updated successfully, but these errors were encountered: