Find usages performance...
Find usages of methods is VERY VERY SLOOOOOOOOOWWWWW if you have a toString method in the class. Just commenting out the toString method makes it run at lightining speed.
I had raised this issue with aurora and that time it was delayed to pallada. I am using build 2013. Can we please fix it somehow????
Please sign in to leave a comment.
"Vinay Moharil" <vmohar98@yahoo.com> wrote in message
news:20082519.1084209560224.JavaMail.itn@is.intellij.net...
toString method in the class. Just commenting out the toString method makes
it run at lightining speed.
>
pallada. I am using build 2013. Can we please fix it somehow????
FYI - this is true with any common text "getValue", etc.
--
Jordan Zimmerman
http://www.jordanzimmerman.com
Vinay Moharil wrote:
> Find usages of methods is VERY VERY SLOOOOOOOOOWWWWW if
> a toString method in the class. Just commenting out the toString
> method makes it run at lightining speed.
I'll jump on this opportunity to remind JetBrains people that toString()
being - almost - always used only for debugging purpose, it
deserves, or even requires, a special treatment:
http://www.intellij.net/tracker/idea/viewSCR?publicId=2740
"exclude toString() from "private field xxx is assigned but never
accessed" processing. "
Alain