When I\'m using findBugs, I get list of bugs. Some of the 开发者_开发技巧bugs I fix and some of them are not errors I wish to fix.
I\'ve got a multiple project setup, using Maven and the Findbugs plugin.I need to exclude some files in one 开发者_Go百科of the child projects, so I added it to findbugs-exclude.xml.That works when I
From time to time I have to add a new value to a enum type in my project. public enum Day { SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY,
I am relatively new to开发者_运维知识库 Android development and a quick google search turned up nothing of interest.I think you could use directly findbugs, you need to fix new rules, but it\'s ok for
This question already has answers here: 开发者_开发百科 Closed 10 years ago. Possible Duplicate: FindBugs for .Net
I have an ANT target that runs findbugs twice on the same source code to generate a xml and html report
I am using a findbugs in an ANT script and I can\'t figure out how to fix two of my errors.I have read the documentation, but don\'t understand.Here are my errors and the code that goes with them:
I have a mixed scala/java project - mostly java. I would like to use Findbugs on my java code, but the scala classes are giving it trouble. So I\'d like to exclude them from Findbugs. So far I\'ve tri
Please suggest me if we can use findbug tool without jar开发者_运维问答 files as input or not!!. I am working on Android phone in which framework has been customised, so i cannot use Eclipse to build
I want to run FindBugs on a project, but we\'re still stuck with Java 1.4 (and I won\'t go political now... :-}). The latest version of FindBugs can only run on JRE 1.5+, so I\'m wondering which versi