375
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug#1397: do not report expose internal representation on public fields More... over 8 years ago
Bug#1416: Do not generate non-constant SQL warnings for passthru methods More... over 8 years ago
ValueNumberAnalysis: getEntryValueForParameter fixed (the param was incremented instead of p variable) More... over 8 years ago
add OverridingMethodsMustInvokeSuper annotation to guide usage in subclass More... over 8 years ago
Merge pull request #52 from KengoTODA/add-example-to-javadoc More... over 8 years ago
explain sample values and related classes to improve readability More... over 8 years ago
FindSqlInjection: support of long/double parameters in indirectly called methods; isSafeValue is called for correct location when SQL query is not the last parameter. More... over 8 years ago
BuildStringPassthruGraph: proper handling of long/double arguments More... over 8 years ago
ClassName.isAnonymous fixed More... over 8 years ago
FindSqlInjection: "TESTING" code removed as it's obsolete now More... over 8 years ago
Bug#1418 Improve annotation of SIC_INNER_SHOULD_BE_STATIC_ANON More... over 8 years ago
ClassName.isAnonymous actually returned true for local named classes (defined inside methods). Renamed to ClassName.isLocalOfAnonymous; added ClassName.isAnonymous which returns true for true anonymous classes. More... over 8 years ago
Merge pull request #45 from moznion/fix/japanese_typo More... over 8 years ago
Fix a typo of Japanese message More... over 8 years ago
Bug#1408: BIT_SIGNED_CHECK not reliable. IncompatMask rewritten to extend OpcodeStackDetector, now reliably detects cases when constant is loaded from non-final field or local variable; also independent on operand order. Descriptions for related bugs are rectified. Boris Bokowsky added to contributors. More... over 8 years ago
Merge branch 'master' of https://github.com/findbugsproject/findbugs More... over 8 years ago
IncompatMask: JDK Long.bitCount used for populationCount More... over 8 years ago
Merge pull request #44 from richardfearn/architecture-pdf-warning More... almost 9 years ago
Merge pull request #43 from ABM-GmbH/master More... almost 9 years ago
Updated google/sourceforge links to appropriate GitHub urls. More... almost 9 years ago
Run pdflatex three times when creating architecture PDF More... almost 9 years ago
Japanese messages updated (by orihalcon, bug#1380) More... almost 9 years ago
Updating maven's meta to point to new project home More... almost 9 years ago
Support user preferences exported by the Export->Preferences wizard by removing prefixes when loading. More... almost 9 years ago
add Bug1387 More... almost 9 years ago
Support for java.nio.file.Files from 1.8 JDK (OS_OPEN_STREAM) and tests More... almost 9 years ago
Added support for java.nio.file.Files from 1.7 JDK (OS_OPEN_STREAM) More... almost 9 years ago
Revert "Disabled NP analysis from JDT - it shows errors on edu.umd.cs.findbugs.annotations in 4.5 Eclipse" More... almost 9 years ago
Merge branch 'master' of https://code.google.com/p/findbugs
Bill Pugh
as Bill
More... about 9 years ago
fix #1372 NP_LOAD_OF_KNOWN_NULL_VALUE raised incorrectly
Bill Pugh
as Bill
More... about 9 years ago