FindBugs full changelog
FindBugs 3.0.1
released Jul 9, 2014 (New Release)
BSHIFT_WRONG_ADD_PRIORITY,
CO_COMPARETO_INCORRECT_FLOATING,
DC_PARTIALLY_CONSTRUCTED,
CO_COMPARETO_INCORRECT_FLOATING,
DC_PARTIALLY_CONSTRUCTED,
FindBugs 3.0.0
released Jul 9, 2014 (New Release)
Includes all the changes featured in the previous Beta versions
FindBugs 3.0.0-RC2
released Jun 30, 2014 (New Release)
FindBugs supports Java 8 now (both as runtime and target platform).
FindBugs requires minimum Java 7 as runtime environment
FindBugs uses ASM 5 now which means that some 3rd party detectors based on FindBugs 2.x/ASM 3 has to be upgraded. See details in ASM documentation.
New Bug patterns: NP_OPTIONAL_RETURN_NULL, IIO_INEFFICIENT_INDEX_OF, IIO_INEFFICIENT_LAST_INDEX_OF CNT_ROUGH_CONSTANT_VALUE
New "Source" filter which can be used to filter out classes generated from other languages
New "-auxclasspathFromFile" and "-analyzeFromFile" command line options.
FindBugs requires minimum Java 7 as runtime environment
FindBugs uses ASM 5 now which means that some 3rd party detectors based on FindBugs 2.x/ASM 3 has to be upgraded. See details in ASM documentation.
New Bug patterns: NP_OPTIONAL_RETURN_NULL, IIO_INEFFICIENT_INDEX_OF, IIO_INEFFICIENT_LAST_INDEX_OF CNT_ROUGH_CONSTANT_VALUE
New "Source" filter which can be used to filter out classes generated from other languages
New "-auxclasspathFromFile" and "-analyzeFromFile" command line options.
FindBugs 2.0.3
released Dec 3, 2013 (New Release)
New Bug patterns: DM_BOXED_PRIMITIVE_FOR_PARSING, NP_METHOD_RETURN_RELAXING_ANNOTATION, and NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION
Add the ability in the GUI to save the currently viewable/filtered bugs to HTML output.
When dataflow does't terminate, make sure we continue with analysis.
Fix some problems that resulting in dataflow analysis not terminating
Get parameter annotations from default parameters annotations applied to the method.
Add subversion change number to eclipse plugin qualifier.
Disabled detector for AM_CREATES_EMPTY_JAR_FILE_ENTRY; it complaints inappropriately about code that creates directory entries.
Add warnings about incompatible types passed to org.testng.Assert.assertEquals
Add logic that understands more of the Google Guava APIs.
Disable type qualifier validator execution within Eclipse plugin; too many problems with class loading and security manager (see #1154 Random obscure Eclipse failures)
Add the ability in the GUI to save the currently viewable/filtered bugs to HTML output.
When dataflow does't terminate, make sure we continue with analysis.
Fix some problems that resulting in dataflow analysis not terminating
Get parameter annotations from default parameters annotations applied to the method.
Add subversion change number to eclipse plugin qualifier.
Disabled detector for AM_CREATES_EMPTY_JAR_FILE_ENTRY; it complaints inappropriately about code that creates directory entries.
Add warnings about incompatible types passed to org.testng.Assert.assertEquals
Add logic that understands more of the Google Guava APIs.
Disable type qualifier validator execution within Eclipse plugin; too many problems with class loading and security manager (see #1154 Random obscure Eclipse failures)
FindBugs 2.0.3 RC1
released Nov 13, 2013 (New Release)
Fix false positions for NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR - fixing Bug3547559, Bug3555408, Bug3580266 and Bug3587164.
Fix false positives for SF_SWITCH_NO_DEFAULT
Type qualifier annotations, including nullness annotations, are now ignored on vararg parameters (including default and inherited annotations), awaiting JSR308.
Defined new bug pattern to give better explanations of issues involving strict type qualifiers TQ_UNKNOWN_VALUE_USED_WHERE_ALWAYS_STRICTLY_REQUIRED
Adjusted analysis of type qualifiers, now giving warnings where a computed value is used in a place where a value with a strict type qualifier is required.
Complain about missing classes only if they are encountered while analyzing application classes; ignore missing classes that are encounted while analyzing classes loaded from the auxclasspath. Fix for Bug3588379
Fixed false positive null pointer warning coming from synthetic bridge methods, fixing Bug3589328
Fix false positives for SF_SWITCH_NO_DEFAULT
Type qualifier annotations, including nullness annotations, are now ignored on vararg parameters (including default and inherited annotations), awaiting JSR308.
Defined new bug pattern to give better explanations of issues involving strict type qualifiers TQ_UNKNOWN_VALUE_USED_WHERE_ALWAYS_STRICTLY_REQUIRED
Adjusted analysis of type qualifiers, now giving warnings where a computed value is used in a place where a value with a strict type qualifier is required.
Complain about missing classes only if they are encountered while analyzing application classes; ignore missing classes that are encounted while analyzing classes loaded from the auxclasspath. Fix for Bug3588379
Fixed false positive null pointer warning coming from synthetic bridge methods, fixing Bug3589328
FindBugs 2.0.2
released Dec 6, 2012 (New Release)
· Fix false positions for NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR - fixing Bug3547559, Bug3555408, Bug3580266 and Bug3587164.
· Fix false positives for SF_SWITCH_NO_DEFAULT
· Type qualifier annotations, including nullness annotations, are now ignored on vararg parameters (including default and inherited annotations), awaiting JSR308.
· Defined new bug pattern to give better explanations of issues involving strict type qualifiers TQ_UNKNOWN_VALUE_USED_WHERE_ALWAYS_STRICTLY_REQUIRED
· Adjusted analysis of type qualifiers, now giving warnings where a computed value is used in a place where a value with a strict type qualifier is required.
· Complain about missing classes only if they are encountered while analyzing application classes; ignore missing classes that are encounted while analyzing classes loaded from the auxclasspath. Fix for Bug3588379
· Fixed false positive null pointer warning coming from synthetic bridge methods, fixing Bug3589328
· Fix false positives for SF_SWITCH_NO_DEFAULT
· Type qualifier annotations, including nullness annotations, are now ignored on vararg parameters (including default and inherited annotations), awaiting JSR308.
· Defined new bug pattern to give better explanations of issues involving strict type qualifiers TQ_UNKNOWN_VALUE_USED_WHERE_ALWAYS_STRICTLY_REQUIRED
· Adjusted analysis of type qualifiers, now giving warnings where a computed value is used in a place where a value with a strict type qualifier is required.
· Complain about missing classes only if they are encountered while analyzing application classes; ignore missing classes that are encounted while analyzing classes loaded from the auxclasspath. Fix for Bug3588379
· Fixed false positive null pointer warning coming from synthetic bridge methods, fixing Bug3589328
FindBugs 2.0.1
released Jul 16, 2012 (New Release)
· FindBugs Communal cloud
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
FindBugs 2.0.1 RC 3
released Jul 10, 2012 (New Release)
· FindBugs Communal cloud
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
FindBugs 2.0.1 RC 1
released Apr 29, 2012 (New Release)
· FindBugs Communal cloud
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
FindBugs 2.0.0
released Mar 28, 2012 (New Release)
· FindBugs Communal cloud
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
· checks for updated versions of FindBugs
· Powerful plugin capabilities
· new bug patterns, including new/improved support for Guava and JSR-305
· improved performance
FindBugs for Windows 7 - free download notice
Windows 7 Download periodically updates software information of FindBugs from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Ripper Pro
50% Off -
WinX HD Video Converter
56% Off -
WinX DVD Copy Pro
42% Off -
WinX DVD Ripper
50% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Simply Fortran 3.41 Build 4438
- PHP 8.5.2
- Qt 6.10.2
- Code::Blocks for Windows 20.03 Build Apr 3 20
- Easy Code for MASM 1.07.0.0009
- Python 3.14.3
- FreeBasic for Windows (x64 bit) 1.10.1
- Free Pascal 3.2.2
- FreeBasic for Windows 1.10.1
- Wing IDE Personal 10.0.4.0
- Easy Code for GoAsm 1.07.0.0009
- Open Fortran Parser 0.8.3
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Wing IDE Professional 10.0.4.0
- PureBasic 6.30.0
- wxDEV-C++ 4.9.9.2
- DIFileFinder 6.13.0
- PythonCard 0.8.2
- haXe 3.4.2
- Agena 4.2.6
Popular Tags
compiler
visual studio
microsoft visual studio community
development
user-friendly
microsoft visual studio community free download
application development
efficient
debug
basic
free
exe
create application
java
programming language
debug console
decompiler
compile
language
download microsoft visual studio professional
microsoft visual studio professional free download
basic language
ide
microsoft visual studio professional
software
download microsoft visual studio community
environment
pascal
coding language
programming
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 10.0.0
- PHP 8.5.2
- dotConnect for Oracle Professional Edition 11.0.0
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.3
- Turbo C++ 3.0
- StyleControls 5.86
- Windows Installer 4.5
- Software Ideas Modeler Portable 15.25
- Free OCR C# 2022.8.7804
- Windows Post-Install 8.7.2
- Review Assistant 4.1
- Java SE Development Kit (JDK) 8 Update 221
- Software Ideas Modeler Portable x64 14.55
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



