| Summary: | [type wizards] creating a type that already exists on disk give wrong error message | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Tom Hofmann <eclipse> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux-GTK | ||
| Whiteboard: | stalebug | ||
same for packages Martin, I converted the code to use EFS, however the problem already existed in the old code. 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. |
3.2 M3 test pass - have an example project with a source folder - disable auto-refresh - using an external create an Java source file "Bar.java" in the source folder containing an empty class definition ("class Bar {}") - back in eclipse, try to create a type 'Bar' in the default package > expected: error, type / file already exists < actual: error message: "Type with same name but different case exists." which is not true - they have the same type.