Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Maxim Mossienko 
Subsystem
Find, Replace, Find Usages 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
5173
Subsystems
0, 0
  • Submitted by   Maxim Mossienko
    3 years ago (27 Feb 2006 21:25)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:27)
  • Jira: IDEA-31576
    (history, comments)

IDEA-31576

Find usages performance problem

0
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.

Issue was resolved
Comments (3)
 
History (1)
 
Links
 
Bas Leijdekkers
  Bas Leijdekkers
27 Feb 2006 21:40
(3 years ago)
#permalink
This sounds a lot like IDEABKL-2652 and also IDEA-4800.
Maxim Mossienko
  Maxim Mossienko
27 Feb 2006 21:52
(3 years ago)
#permalink
This is special case of performance problem for find usages with jsps in java modules that have nonresolved taglibs
dave sailer
  dave sailer
02 Aug 2006 01:11
(3 years ago)
#permalink
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