findbugs
Can findbugs detect unused public methods
Is it possible to detect unused methods in a source tree using FindBugs? I see some posts on SO where users are claiming to do that, s开发者_如何转开发ome others asking how to do this in FB and others[详细]
2023-02-05 09:52 分类:问答Findbugs and Maven 3.x
Has anyone managed to get findbugs 2.3.1, 2.3.2-SNAPSHOT or 2.4-SNAPSHOT to work with a Maven 3.x project?[详细]
2023-02-04 12:43 分类:问答Usage of static analysis tools - with Clear Case/Quest
We are in the process of defining our software development process and wanted to get some feed back from the gro开发者_开发知识库up about this topic.[详细]
2023-02-04 03:55 分类:问答Findbugs: Howto ignore Priority 2 and 3 warnings?
i like to configure Findsbug-Filter to ignore some priority 2 and 3 warnings. 开发者_Python百科Something like this.[详细]
2023-02-04 02:44 分类:问答Strange Findbugs error with equals
I have equals this method, but Findbugs is reporting error, any idea? @Overr开发者_StackOverflow社区ide[详细]
2023-02-01 09:56 分类:问答Java closing connections and findbugs
In our code we usually us开发者_Go百科e the following pattern: Connection conn; try{ conn = getConnection();[详细]
2023-01-29 22:24 分类:问答how do I link the bugs to the src file when using the findbugs ant task?
how do I开发者_运维问答 link the bugs to the src file when using the findbugs ant task?Use sourcePath, an optional nested element which specifies a source directory path containing source files used t[详细]
2023-01-27 12:47 分类:问答What are the differences between PMD and FindBugs?
There was a question comparing PMD and CheckStyle. However, I can\'t find a nice breakdown on the differences/similarities between PMD and FindBugs. I believe a key difference is that PMD works on sou[详细]
2023-01-27 02:23 分类:问答How do you fail a build based on the result of a single Findbugs detector?
If you are using Findbugs for compiled code inspection, is it possible to fail a build based on the result of a single detector or category of detectors?[详细]
2023-01-26 03:10 分类:问答How to teach findbugs to understand IoC fields properly?
This is my class (JAX-RS annotated): @Path(\"/\") public class Foo { @Context privat开发者_运维技巧e UriInfo uriInfo;[详细]
2023-01-25 12:29 分类:问答
加载中,请稍侯......