Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 48998 - [misc] Go To Next Annotation: Message in StatusLine doesn't persist
Summary: [misc] Go To Next Annotation: Message in StatusLine doesn't persist
Status: RESOLVED DUPLICATE of bug 124182
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-17 08:14 EST by Markus Keller CLA
Modified: 2006-04-10 10:09 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 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 ***