| Summary: | Cannot use annotation-based null analysis | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Jan Hoppe <jan.hoppe> | ||||||
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> | ||||||
| Status: | CLOSED NOT_ECLIPSE | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | aclement, jarthana, stephan.herrmann | ||||||
| Version: | 4.2.2 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jan Hoppe
Created attachment 254421 [details]
Compiler-Errors/Warning
Created attachment 254422 [details]
Preferences Compiler
Which version of eclipse are you seeing this on? The bug report says 3.1, the Error Details say 4.4.2.M20150204-1700 but as per bug445669 comment 22, this cannot happen anymore because "UnresolvedReferenceBinding.clone() does not throw ISE any more :)". Please check the jdt.core plug-in version as well I am working with Version: Luna Service Release 2 (4.4.2) - Build id: 20150219-0600 Sorry for the wrong specified Version, I expected creating a bug from eclipse itself will do it right! Eclipse Java Development Tools 3.10.1.v20150204-1700 After uninstalling the "JDT Core patch for Groovy-Eclipse plugin" (Version 2.9.1.xx-201411061336-e42-RELEASE) everything works fine! Please move Issue to SpringSource Groovy team! (In reply to Jan Hoppe from comment #5) > After uninstalling the "JDT Core patch for Groovy-Eclipse plugin" (Version > 2.9.1.xx-201411061336-e42-RELEASE) everything works fine! > Please move Issue to SpringSource Groovy team! I don't see that in the product list. Is it even part of eclipse? (In reply to Jay Arthanareeswaran from comment #6) > (In reply to Jan Hoppe from comment #5) > > After uninstalling the "JDT Core patch for Groovy-Eclipse plugin" (Version > > 2.9.1.xx-201411061336-e42-RELEASE) everything works fine! > > Please move Issue to SpringSource Groovy team! > > I don't see that in the product list. Is it even part of eclipse? It's not at Eclipse.org, copying Andy FYI. This should be raised as a github issue on https://github.com/groovy/groovy-eclipse However, there are no further planned updates to Groovy-Eclipse. The most recent build snapshots of groovy-eclipse were made on the Eclipse Mars 4.5 JDT level - that may address this if you upgrade to Eclipse 4.5 and install that groovy-eclipse, but I can't guarantee it. If seems if you want reliable null analysis on 4.4 then your only option, I'm afraid, is it to uninstall groovy-eclipse and run with an unpatched JDT. Created an issue entry for groovy-eclipse (https://github.com/groovy/groovy-eclipse/issues/125) Thank you for your good work! |