History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-4853
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Maxim Mossienko
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Find usages performance problem

Created: 27 Feb 06 21:25   Updated: 02 Aug 06 01:11
Component/s: J2EE.JSP, Find, Replace, Find Usages
Fix Version/s: 5.1.1, Demetra 5175

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Fixed in build: 5,173


 Description  « Hide
Dave Sailer reports:

Based on the speed of the "find usages" on methods, it seems like it ignores
class information. Say I have a class Foo and method Bar and assume Foo is
only referenced in one other class, but Bar is a method defined in many
classes. If I "find usages" on Foo, Idea responds immediately, but if I
"find usages" on Bar, it is painfully slow. I can probably grep the whole
code base faster.



 All   Comments   Work Log   Change History      Sort Order:
Bas Leijdekkers - 27 Feb 06 21:40
This sounds a lot like IDEABKL-2652 and also IDEA-4800.

Maxim Mossienko - 27 Feb 06 21:52
This is special case of performance problem for find usages with jsps in java modules that have nonresolved taglibs

dave sailer - 02 Aug 06 01:11
I upgraded to 5.1.2 and didn't see any improvement so I guess I have to assume that this is related to IDEABKL-2652