I have a nice JAR of some custom FindBugs detectors I\'d like to use with the FindBugs Maven plugin. There is a way to do this with the plugin via the <pluginList> configuration parameter, but t
If I have the following code in a servlet: Properties p = new Properties(); p.load(getClass().getResourceAsStream(\"/test.properties\"));
I\'m using the following code to initialize database connection: public Connection getConnection() { try {
[findbugs is the example here, question is applicable to any such maven plugin] I attended a build lecture not long ago and a pattern that was talked about that I quite liked was: when adding a new t
I have a jar-file, which I 开发者_运维知识库want analyze with findbugs through build.xml. I use \"class location =....jar\" - pattern. The jar-file contains several folders, but I need to analyze only
I do use static code analysis on a project with more than 100.000 lines of Java code for quite a while now. I started with Findbugs, which gave me around 1500 issues at the beginning. I fixed the most
I want my findbugs report not show the following error: DM_NUMBER_CTOR: Method invokes ineffici开发者_如何学运维ent Number constructor; use static valueOf instead
When I run FindBugs on this code, it reports NO issues. boolean _closed = false; public void m1(@Nullable String text) {
When i use \"Delegate Struts Action management to Spring\" approach explained in http://www.ibm.com/developerworks/java/library/j-sr2.html#N101B7
Not every description from from http://findbugs.sourceforge.net/bugDescriptions.html is clear to me. Sure, I can study the implementation but if somebody is more experienced then me, some explanation