Right now I'm using code inspection to run a global search for members whose access I can restrict (public->private and so on).
I have about 5 MB of source code, and so far it's been running for around 15 minutes (P4-1800, 1 GB of RAMBUS memory, Win2k). It seems like it's searching for one member in all files, then for the next member, and so on. Of course I don't know how IDEA's code analysis is structured internally, but wouldn't it be more efficient to first generate a list of all members and then do a single scan of the entire project? Are any performance improvements planned? _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
