Hi, all,
I am just doing a project. In our Project I use Findbugs 1.3.0
command-line-mode and habe the following Problems:
1. Is there any way to let Findbugs zu analyse some single java
files(.java) without .jar file? it seems findbugs needs a jar file
anyway.
2. when I run Findbugs to analyse my codes, I always get "missing
classes" Warning. For my whole Project Findbugs reported, there are 403
"missing classes"! I have tried to pass the correct auxclasspath, to
power off some jar files. But all the jar files are needed in the
analisis, if one of them is written in "auxclasspath", Findbugs will
stop working and give the following Warnings:
"Exception in thead "main" java.io.FileNotFoundException: G:\......<the
system cannot find the file specified> at
java.io.FileInputStream.open<Native Method> ......."
How can I avoid these "missing classes" Warning? or Can I ignore the
"missing classes" Warning? are they important?
I am looking forward for answers. Thanks in advance!
Regards,
Feng yue
|
|