Bug 9239 - search for method declaration - strange behavior
Summary: search for method declaration - strange behavior
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-07 10:00 EST by Adam Kiezun CLA
Modified: 2002-02-13 02:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.