| Summary: | Java Editor Exceptions | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Kevin McConville <kmcconville> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | kmcconville |
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Kevin McConville
Deleted and re-installed Eclipse 3.0, platform and JDT only. Created new project and class, NO import. NO changes to Java Editor properties. Modified class, everything is peachy. Shutdown and re-started and get exceptions same as before, NullPointer and ClassCast. Did you download Eclipse SDK 3.0 (which includes JDT and PDE) or did you download Platform SDK and then use Update/Install to add JDT? To me it looks like bug 70002. Workaround: either add -clean as command line argument or download Eclipse SDK. First time I downloaded and installed eclipse-platform-3.0RC3-win32.zip and eclipse-platform-SDK-3.0RC3-win32.zip then used Update/Install to load the JDT. Second time I installed eclipse-platform-3.0RC3-win32.zip (only) and then used Update/Install to load the JDT. Currently have platform and JDT, no SDK. Yes it seems very similar to 70002, may be the same problem. I've been shutting down the editor and opening it again (Thanks to S. Peuser), after re-opening editor works OK but sometimes I do need to close and re-open periodically during editing session. I'll try using the -clean. I don't think the SDK will help, as that's what I had installed when I first encountered the problem. If you download and install the Eclipse SDK (into empty directrory) this will definitely help since it contains all the stuff that you added later using Update/Install and which brings the real world and the registry cache out of sync. I am closing this one as duplicate of bug 70853 which is the real problem here. Bug 70002 is just the first visible ripple of it. And you might see other strange behavior even with fix for 70002. *** This bug has been marked as a duplicate of 70853 *** Tried using with -clear, worked like a champ. Started up Eclipse at beginning of the day, editor came up with no problems and stayed up all day without throwing any exceptions. Thanks. |