Bug 9239

Summary: search for method declaration - strange behavior
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-02-07 10:00:04 EST
1. junit
2. search for method declaration - search pattern is: * Test

it finds 11 matches in 1 second, then hangs for 20 seconds (progress bar at 
100%)

CPU usage is high
Comment 1 Adam Kiezun CLA 2002-02-07 10:02:48 EST
i guess it's the progress reporting that is a problem:
search for declarations of methods, pattern: * int

it gets to like 99% in half a second and stays there - match count going very 
fast up. and the whole thing looks frozen for like a minute.
Comment 2 Dani Megert CLA 2002-02-07 10:09:35 EST
Progress reporting is done by J Core.
Comment 3 Jerome Lanneluc CLA 2002-02-12 17:59:14 EST
Improved progress reporting of match locator. The progress is now almost linear.