| Summary: | Cannot import project due to exception | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Stephane Epardaud <stef> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | jarthana, manoj.palat, markus.kell.r |
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | stalebug | ||
|
Description
Stephane Epardaud
The error is because we are trying to create an array with more than 255 dimensions, which is not allowed per JVM spec. Try to compile the Test256a.java with Javc, which fails. It would have been useful to mention the error as part of the IAE, though. Also, I think we shouldn't abort importing the project completely just because one CU has problems in it. Markus, is this something that can be addressed in UI as is? Some change needed in core? OK, that's good news I suppose. I didn't get to the part where I had to select the source folder. I assume Eclipse autodetected the tests as a source folder. I would not have selected it myself. Is there a way to set this manually during import so I can avoid this issue? Bulk move out of 4.8 This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |