findbugs
excluding bugs that findBugs finds
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.[详细]
2023-01-23 23:30 分类:问答Findbugs Maven plugin - findbugs-exclude with multiple projects
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[详细]
2023-01-22 20:01 分类:问答How to detect a new value was added to an enum and is not handled in a switch
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,[详细]
2023-01-21 04:46 分类:问答Is it possible to use a static analysis tool like FindBugs with Android?
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[详细]
2023-01-21 03:42 分类:问答Something like FindBugs for .NET/C# [duplicate]
This question already has answers here: 开发者_开发百科 Closed 10 years ago. Possible Duplicate: FindBugs for .Net[详细]
2023-01-20 21:43 分类:问答Findbug - ANT xslt stylesheet source code references
I have an ANT target that runs findbugs twice on the same source code to generate a xml and html report[详细]
2023-01-19 23:56 分类:问答Test for floating point equality. (FE_FLOATING_POINT_EQUALITY)
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:[详细]
2023-01-18 18:37 分类:问答Hiding non-java classes from findbugs
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[详细]
2023-01-16 17:57 分类:问答Is it posible to use Findbugs tool without Jar input files?
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[详细]
2023-01-16 07:51 分类:问答Which version of FindBugs can run on Java 1.4?
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[详细]
2023-01-11 13:18 分类:问答