Batch inspection
I have the following problem.
I have an inspection profile.
I run it on a rather large project 10000+ files.
This succeeds when run from the IDE taking about 8 hours
However when I run this over the large project using "inspect.bat" no output is being produced
idea.log does not contain any errors
inspect.bat uses verbose output "-v2" and finishes taking about 5 hours but it does not print "Done." at the end just series of 10000+ "Analyzing code in"
Memory does not seem to be a problem since I allocate 1440Mb (I hope DOM is not used to build the output)
The inspection also succeeds using "inspect.bat" when the same profile is run over a smaller project
Does anybody have an idea what the problem is?
Artem
Please sign in to leave a comment.
Hello Artem,
Indeed DOM is used to build the output so it might cause problems with large
amount of problems discovered.
We'll consider something more lightweight in future versions.
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"