delay when running an application
I have an application with lots of classes. Every time I run a main() method or a unit test the "searching for files to delete" message takes about 5-7 seconds. I don't have this problem with smaller projects. Could you please suggest something to solve the problem (except for splitting up the project).
I use IDEA #7905.
请先登录再写评论。
Hello Dmitry,
The compilation process has been optimized in IDEA 8 and this phase has been
removed. You can get an EAP build of IDEA 8 from http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Dmitry Jemerov wrote:
Thanks. It solved the problem and IDEA seems to be faster now.