Open GoogleCodeExporter opened 9 years ago
Original comment by andre.pf...@gmail.com
on 28 May 2014 at 11:06
not a bad idea - but does this have any big performance impact if running fb on
big sets of classes?
any other opinions?
Original comment by andre.pf...@gmail.com
on 9 Jul 2014 at 3:10
Well, I believe FindBug-IDEA should compile files which are about to be
inspected. If FindBugs is about to analyze one file - compile only one. If
there is a need to analyze all files - let it compile all. Similar rule for
module inspection.
Original comment by flush...@gmail.com
on 12 Jul 2014 at 1:56
I have found many cases where the compilation could be made from the command
line (Maven) but couldn't be made from IntelliJ. I am still able to open the
project with the precompiled classes and scan the bytecode. Forcing the
recompilation would in these cases break the project and not allow FindBugs to
do the analysis.
Original comment by philippe...@gmail.com
on 4 Jan 2015 at 2:19
Original issue reported on code.google.com by
flush...@gmail.com
on 28 May 2014 at 11:00