Eclipse FindBugs插件失败,Android项目要求java.rmi.remote

时间:2013-02-18 12:10:04

标签: android eclipse-plugin findbugs

我在Android项目中使用 FindBugs插件2.0.2.20121210 用于eclipse Juno。当它开始提取错误时它就可以了,但是当它结束时它会在错误日志选项卡中显示错误

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

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

有什么方法可以解决这个问题吗?

提前致谢

2 个答案:

答案 0 :(得分:0)

我使用了命令行并禁用了以下探测器,即访客。

-chooseVisitors -FindUninitializedGet,-UnreadFields,-FindNullDeref,-BadAppletConstructor,-FindMaskedFields,-DontIgnoreResultOfPutIfAbsent,-ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass

答案 1 :(得分:-2)

为了记录,我设法回答了我的问题。我必须禁用Project properties->FindBugs->Detector Configuration

下的一些检测器配置