findbugs
There are similar tools like FindBugs?
I\'m searching for similar tools like FindBugs to analyze my code. I only saw that in the links page 开发者_如何学运维of the FindBugs site.[详细]
2023-03-17 21:01 分类:问答What can terminate a test in JUnit
I\'m trying to use findbugs as a library for my program (but the problem is not strictly related to findbugs). I\'ve wrote several tests to configure and call some functions of findbugs. But strangely[详细]
2023-03-17 08:33 分类:问答Finding encoding issues in Java Project/Source
I\'m currently working on a Java project where it\'s part of my job to watch over the quality. As tools I use Jenkins in combination with Sonar. These tools are great and the helped me to track issues[详细]
2023-03-16 17:48 分类:问答Autoboxing error
FindBugs is telling me I have the following error: A primitive is boxed, and then immediately unboxed. This probably is due to a manual boxing in a place where an unboxed value is required, thus for[详细]
2023-03-15 16:12 分类:问答FindBugs not showing the bugs found
I\'ve used FindBugs before and I didn\'t have problems, however this time on Eclipse Helios on Ubuntu Natty Narval bugs are found but not shown.[详细]
2023-03-14 00:44 分类:问答Should annotations in jar305.jar be preferred over similar annotations in annotation.jar for FindBugs?
In the FindBugs distribution, annotations.jar is not a subset of jsr305.jar. However, several annotations seem to be duplicated (either 开发者_如何学Goexactly, or very closely). Should I prefer an ann[详细]
2023-03-12 02:57 分类:问答Findbugs non-transient non-serializable instance field
While running the code through FindBugs to pick up smelly bits I am getting Bug: Class com.MyClass defines non-transient non-serializable instance field someSet[详细]
2023-03-09 03:34 分类:问答Findbugs SIO_SUPERFLUOUS_INSTANCEOF
In my findbugs report I have a SIO_SUPERFLUOUS_INSTANCEOF correctness error in the following code section[详细]
2023-02-26 15:10 分类:问答Ease of writing custom rules in (Java) static code analysis tools
At present I am working for a group where source code (Java) for multiple projects have to be analysed by static code analysic tools[详细]
2023-02-26 02:02 分类:问答Findbugs reports an incompatible bit mask bug, but I don't see how
I have a Comp开发者_JAVA技巧arator that checks \"null\"s for the two objects before comparing their contents.[详细]
2023-02-25 05:20 分类:问答
加载中,请稍侯......