2

我在 Android 项目中为 eclipse Juno使用FindBugs 插件 2.0.2.20121210 。当它开始获取错误时,一切正常,但当它结束时,它在错误日志选项卡上显示一个错误,上面写着

"The following classes needed for findbugs analysis on project xx were
missing: java.rmi.remote"

它没有显示任何错误,即使在执行分析时出现在进度对话框中的计数器显示了其中的一些错误。

有没有办法解决这个问题?

提前致谢

4

2 回答 2

0

我使用命令行并禁用了以下检测器,即访问者。

-chooseVisitors -FindUninitializedGet,-UnreadFields,-FindNullDeref,-BadAppletConstructor,-FindMaskedFields,-DontIgnoreResultOfPutIfAbsent,-ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass
于 2014-11-10T08:30:21.793 回答
-2

只是为了记录,我设法回答了我的问题。我不得不在下面禁用一些检测器配置Project properties->FindBugs->Detector Configuration

于 2013-02-19T15:33:10.917 回答