Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 114503

Summary: [navigation] problem message in status line disappears after a second
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: TextAssignee: 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:

Description Markus Keller CLA 2005-11-01 06:38:40 EST
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.
Comment 1 Dani Megert CLA 2005-11-07 12:23:47 EST
cannot reproduce using 3.2 M3
Comment 2 Markus Keller CLA 2005-11-07 13:40:36 EST
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.
Comment 3 Dani Megert CLA 2005-11-10 05:04:52 EST
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() {
    }
}

Comment 4 Dani Megert CLA 2006-04-10 10:08:12 EDT

*** This bug has been marked as a duplicate of 124182 ***