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

Bug 48998

Summary: [misc] Go To Next Annotation: Message in StatusLine doesn't persist
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: TextAssignee: Dani Megert <daniel_megert>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2003-12-17 08:14:23 EST
I20031216-2000

I have 'Mark occurrences in file' switched on and all annotation types enabled
for jumping around with Go To Next/Previous Annotation. In this example: place
the caret on the first 'ans'. Then click 'Go To Next Annotation' repeatedly.
Observe: for most of the annotations, the StatusLine displays the message only
very shortly, and then blanks again.

class A {
	double ans= -1;
	void m1() {
		do {
		ans= 3.1415;
		} while ("e" != "mc^2");
		ans= 12;
		if (ans == ans);
		;
		//TODO it
	}
}
Comment 1 Dani Megert CLA 2003-12-18 05:27:55 EST
Minor since it works for problems. "Only" the search annotations' text is cleared.
Comment 2 Dani Megert CLA 2006-04-10 10:09:47 EDT
Not 100% exactly a duplicate of bug 124182 but the fix for bug 124182 will also resolve this one.

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