Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 114503 - [navigation] problem message in status line disappears after a second
Summary: [navigation] problem message in status line disappears after a second
Status: RESOLVED DUPLICATE of bug 124182
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 06:38 EST by Markus Keller CLA
Modified: 2006-04-10 10:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***