| Summary: | [navigation] problem message in status line disappears after a second | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Markus Keller <markus.kell.r> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | 3.2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
cannot reproduce using 3.2 M3 I can still reproduce with 3.2 M3: - In a fresh workspace, create project "J" (don't change any setting). - copy the source from comment 0 and paste onto the project The behaviour is somewhat random. If it doesn't work, try closing the editor and reopening it. Can reproduce now using 3.2 M3.
This is a regression, it does not happen in 3.1.1.
Also happens when folding and occurrence marking is off and Problems view closed.
This seems to trigger it easier:
package p;
public class MyTest
{
public Object clone() {
}
public String toString() {
}
}
|
I20051031-2000 package p; public class MyTest { public Object clone() { } public String toString() { } } When I jump between the two errors with Navigate > Next/Previous Annotation, the error message is only shown in the status line very shortly. The message also does not always appear when the caret is in the error range. It usually works when code is formatted normally. The problem could be that in the example, the error range ends on a line break.