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

Bug 466781

Summary: [Hover] "Multiple annotations" title still added even if all annotations filtered
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on: 464825    
Bug Blocks:    

Description Curtis Windatt CLA 2015-05-07 16:56:13 EDT
Found while working on Bug 464825.  We don't display tooltips for annotations in the editor that don't have titles (such as marked occurrences).  However, we check the count of annotations before we filter them.  So if there are 2 or more annotations that are later filtered out we still put up the "Multiple annotations:" title in the tooltip.

We can fix this by filtering the annotations first, before we check the count.