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

Bug 374989

Summary: Scrolling in the editor for some files got exception.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: 0.4   
Target Milestone: 0.5 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2012-03-21 16:54:23 EDT
I could reproduce this in several files but as an example:
Open globalCommands.js in the editor and scroll down , editor got exception and blank with exceptions @line 734@annotations.js.

If I put a check in front of line 734 , the issue disappeared.
if(!styleRange){
   continue;
}