Export to GitHub

findbugs - default

Source Commits


Commits

Author Date Commit Message
Bill 2014-10-18 12:57:50 -0400 7f35fdccf7de Handle changes to bridge methods in JDK 1.8
Bill 2014-10-18 12:57:06 -0400 a0db33725375 Look for abstract bridge methods
Bill 2014-10-18 12:56:25 -0400 0aadd6aab30d compile with both jdk8 and jdk7
Bill 2014-10-18 12:56:01 -0400 bbcef0b775c6 Move to JSR 305 annotations
Bill 2014-10-18 12:55:34 -0400 a434ddfb51fb Warning isn't generated when compiled with Java 1.8
Bill 2014-10-18 12:54:02 -0400 ec14401c9e10 Don't check expected warnings on synthetic methods
Tagir Valeev 2014-10-18 18:59:44 +0700 38b9e97a1bc4 ClassMethodSignature merged with MethodDescriptor class
Tagir Valeev 2014-10-18 15:04:25 +0700 3a251cb95ebd DumbMethodInvocations: more constructors with file name string argument added
Tagir Valeev 2014-10-18 14:12:59 +0700 ec1dafc025ab Additional matches for DMI_HARDCODED_ABSOLUTE_FILENAME + tests
Tagir Valeev 2014-10-17 15:27:09 +0700 739d7c029313 WrongMapIterator: refactored; various fp/fn bugs fixed
Tagir Valeev 2014-10-13 15:23:15 +0700 6402f45eecee WrongMapIterator: bug annotated with field if applicable
Tagir Valeev 2014-10-12 16:38:04 +0700 ab3025dd7744 WrongMapIterator now supports fields (see bug#1308 on sourceforge)
Tagir Valeev 2014-10-12 15:41:02 +0700 7ce80f6b396d RepeatedConditionals test case: compilation error fixed
lan 2014-10-10 23:54:33 +0700 9d787d311e41 Deleted check for java.util.Calendar (was added accidentally)
lan 2014-10-10 17:29:38 +0700 f1b45ce94ae5 Repeated conditionals tuned to support some method calls without side effect (+t
lan 2014-10-09 14:37:01 +0700 106db74ef657 MutableStaticFields detector improved: mutable collections are detected
Andrey Loskutov 2014-09-28 09:44:57 +0200 d81d6643279c Patch from bug 1301: use "modern" update site publishing for Eclipse plugin. Con
Andrey Loskutov 2014-09-28 09:15:18 +0200 14c93e482569 Patch from bug 1305: fix serialization of the method matcher
Bill 2014-09-27 13:27:32 -0400 514230b1d527 Merge branch 'master' of https://code.google.com/p/findbugs
Bill 2014-09-27 13:27:05 -0400 e5dda7d83814 Force -source 1.8 on javac builds
Bill 2014-09-27 13:25:30 -0400 3248302746ee Compile findBugsTestCases with java 8 need to define java.executable and javac.e
Bill Pugh 2014-09-26 08:31:39 -0400 07dc1f1cd183 Update to ant 1.9.4
Andrey Loskutov 2014-09-21 21:28:19 +0200 0c57e3bfb319 Added TypeMatcher filter. TODO: update manual and examples.
Andrey Loskutov 2014-09-21 21:26:07 +0200 34e252347b18 Added "XML output" section to the bug info view
Andrey Loskutov 2014-09-21 14:44:17 +0200 955ef40d6088 Fix for bug #1302: Matching on role attribute undocumented / missing from XML sc
Andrey Loskutov 2014-09-21 14:26:40 +0200 4bd96910a26f Tabs->Spaces only
Andrey Loskutov 2014-09-21 14:24:22 +0200 abe8db7f82c5 Added Kevin Lubick to contributors list
Andrey Loskutov 2014-09-21 11:56:21 +0200 21e2b4ed5fde Fix for bug 1303 (bug tracker links broken)
Andrey Loskutov 2014-09-21 11:01:13 +0200 fc67bba99e54 messages.xml: applied patch from Marek Pomocka, see bug 1300
Andrey Loskutov 2014-09-21 10:55:13 +0200 abc1c268a034 Merge branch 'feature_277'
Andrey Loskutov 2014-09-21 10:52:05 +0200 131bfa79174c Changed annotation labels. Allow user to exclude/include specific FB annotations
Andrey Loskutov 2014-09-21 10:13:52 +0200 c5709b6f8b34 Reordered annotation definitions to make sure that the most severe issue color i
Andrey Loskutov 2014-09-21 09:18:54 +0200 db47168b2e20 Oops, forgot to commit fixed test cases.
Andrey Loskutov 2014-09-21 08:42:20 +0200 807973d64d00 Fail with more descriptive error
Andrey Loskutov 2014-09-21 08:41:44 +0200 eb79987f4ab0 Removed ConditionCheck and replaced with default Objects.requireNonNull
Andrey Loskutov 2014-09-21 08:40:31 +0200 ae4e2caaa690 Fixed test failure in presence of the bug detector for unwanted println() in cod
Andrey Loskutov 2014-09-21 08:38:18 +0200 2e2c1e127f9c Fixed two possible NPE's, use default NP checks from Objects
Andrey Loskutov 2014-09-21 08:36:31 +0200 a0690b6b6e4e Make sure we use utf-8 und "\n" as line delimiters by default
Andrey Loskutov 2014-09-21 08:36:18 +0200 e32432d81f71 Fixed launcher
Kevin Lubick 2014-09-20 18:42:01 -0400 b886bf3045fd Fully resolves Request #277 - custom colors
Kevin Lubick 2014-09-20 18:19:53 -0400 6643de478407 Proof of concept annotation color
Kevin Lubick 2014-09-20 18:19:43 -0400 444a08467f07 Added null check
Kevin Lubick 2014-09-19 23:36:35 -0400 6b0fa74fbbf4 Would have ammended previous, but already pushed it XD
Kevin Lubick 2014-09-19 23:24:09 -0400 8a8a66124f79 Removed some duplication of code
Kevin Lubick 2014-09-19 23:01:00 -0400 389172d7d017 Slight modifications to make tests pass
Kevin Lubick 2014-09-19 22:43:06 -0400 7d2ddcd6e7a4 adding test case for resolving String == quickfix
Kevin Lubick 2014-09-19 22:32:54 -0400 662d7d46ad43 Merge remote-tracking branch 'upstream/master'
Kevin Lubick 2014-09-19 22:30:12 -0400 349b4514a35b Testcase for multifixing working
Kevin Lubick 2014-09-19 20:59:14 -0400 9bb79e4b1fa8 First shot at a multi quickfix test
Kevin Lubick 2014-09-19 19:59:26 -0400 1a3796f247aa stub for multiquickfix test
Kevin Lubick 2014-09-19 19:59:02 -0400 315cc4819f11 Added additional quickfix opportunity for String == fix
Kevin Lubick 2014-09-19 19:25:49 -0400 62c8f9fe56b5 Updating tests to ignore some of my other devs
Kevin Lubick 2014-09-19 17:54:57 -0400 5cef8d355622 Some Documentation
Kevin Lubick 2014-09-19 17:40:31 -0400 842a1cd7f82c Caching the CompilationUnits
Kevin Lubick 2014-09-19 17:22:57 -0400 35b535361704 Trying to cache astrewrites
Bill Pugh 2014-09-19 12:57:02 -0400 8b86e3ecf324 Fix type analysis problem with multicatch
Kevin Lubick 2014-09-19 11:52:54 -0400 b84a1b044a67 Overriding multifix
Bill Pugh 2014-09-19 11:12:56 -0400 9ca578ad5931 document 1298 SF_SWITCH_NO_DEFAULT false positive
Bill Pugh 2014-09-19 10:46:05 -0400 cfc3ff4bb5bd Update to findbugs 3.0.1
Bill Pugh 2014-09-19 10:45:16 -0400 3351fee64b8f Update to 3.0.1
Kevin Lubick 2014-09-18 16:45:17 -0400 9592afaad611 version bump
Kevin Lubick 2014-09-18 16:18:18 -0400 3a82d3ca3a9c ignore logs
Andrey Loskutov 2014-09-07 18:50:28 +0200 a63661e0a43f Make sure we use utf-8 und "\n" as line delimiters by default
Andrey Loskutov 2014-08-31 16:28:29 +0200 a6af35d19afa Minimal compilable example from bug 1295 (see https://sourceforge.net/p/findbugs
Andrey Loskutov 2014-08-31 15:40:57 +0200 a69353ade781 [PATCH] Added support for run-time-customized labels (v2)
Andrey Loskutov 2014-08-31 09:56:20 +0200 ae1242ac4106 Made createWorkingCopy() protected to allow reuse, see https://sourceforge.net/p
Andrey Loskutov 2014-08-31 09:28:03 +0200 34f22eac827d Added a notice about LGPL license in new files
Andrey Loskutov 2014-08-31 09:06:19 +0200 e7ce179e6f28 Fixed links to sourceforge bug tracker and project
Andrey Loskutov 2014-08-18 20:32:17 +0200 0edf54656b66 Added exmple for BC_IMPOSSIBLE_INSTANCEOF and BC_VACUOUS_INSTANCEOF false positi
Andrey Loskutov 2014-08-06 22:30:40 +0200 dd3f35c74eb8 Fix for bug 1292: better check for valid bug rank input
Andrey Loskutov 2014-08-06 22:09:35 +0200 4a6da970c944 Code cleanup: the public property RUNNING_IN_ECLIPSE must be final
Andrey Loskutov 2014-07-21 00:33:26 +0200 491d7f9cae6c New public "findbugsQuickFixes" extension point for quick fixes
Andrey Loskutov 2014-07-13 23:56:21 +0200 8e68f02a6b3a Added getBugPatternString
Andrey Loskutov 2014-07-13 23:55:15 +0200 5c242c5fd586 Cleaned up arguments
Andrey Loskutov 2014-07-13 23:46:19 +0200 2ba48f87b901 Added few source files to src build
Andrey Loskutov 2014-07-13 23:44:11 +0200 e854d9cc6984 Jaxen 1.1.4 -> 1.1.6
Andrey Loskutov 2014-07-13 15:19:47 +0200 de570caa2c64 Code cleanup: removed singleton resolutions collection and few unused methods
Andrey Loskutov 2014-07-13 14:44:54 +0200 53a1189bda6a Code cleanup
Bill Pugh 2014-07-06 22:32:07 -0500 cce19ace999f Move to 3.0.1-dev
Bill Pugh 2014-07-06 20:05:45 -0500 2cfb4688d867 Change version number to FindBugs 3.0.0
Andrey Loskutov 2014-07-07 00:09:41 +0200 7209edd0dd27 Pre-release automatic source code cleanup.
Andrey Loskutov 2014-07-06 12:25:59 +0200 ed86c669b557 Applied #1289: updated Japanese messages (contribution from orihalcon)
Andrey Loskutov 2014-07-06 10:23:46 +0200 19b6ca38e4b7 Don't try to auto-convert tabs<->spaces in property files
Andrey Loskutov 2014-07-06 10:23:05 +0200 11bdb3c40de7 Added some identation for second level menus on sidebar
Andrey Loskutov 2014-07-06 10:18:15 +0200 742a9b432107 Ignore generated language specific bug descriptions
Andrey Loskutov 2014-07-06 10:04:50 +0200 5e16708a7a77 Patch #245: build and link bug descriptions in other languages (contribution fro
Andrey Loskutov 2014-07-06 09:47:28 +0200 1d01b6a1e3e4 Patch #244: updated Japanese manual (contribution from K.Hashimoto)
Andrey Loskutov 2014-06-30 20:42:08 +0200 f8a772859872 Fixed FAQ: we don't need 1.5 JRE anymore :-)
Andrey Loskutov 2014-06-30 20:35:42 +0200 58cbb7cf0132 Don't allow build with Java 1.8
Andrey Loskutov 2014-06-30 20:34:57 +0200 bb5667ba6413 Fix for #1286 Unexpected stack trace inside the shell after starting Eclipse
Bill Pugh 2014-06-29 09:51:08 -0700 84d758fc9660 Update .gitignore
Bill Pugh 2014-06-29 09:49:05 -0700 a8b27bcc9b82 3.0.0-rc2
Andrey Loskutov 2014-06-29 18:28:05 +0200 95c956affdf1 Don't allow build with Java 1.8
Andrey Loskutov 2014-06-29 17:49:05 +0200 50bbae07b190 Don't allow to run ant with 1.8 JDK, because we compile against 7 and the build
Andrey Loskutov 2014-06-29 17:44:47 +0200 a08faa59f5c9 Trying to do something useful.
Andrey Loskutov 2014-06-29 17:44:22 +0200 3c2298c52404 Fail build on test fail
Andrey Loskutov 2014-06-29 16:42:01 +0200 1c6732d61ecf Use ${basedir} instead of .. Fixed running junit from parent directory.
Andrey Loskutov 2014-06-29 15:29:30 +0200 302f4f402c42 Cleanup build dir on "clean"
Andrey Loskutov 2014-06-29 15:28:02 +0200 e9422486edd2 junit DetectorsTest runs FindBugs, so give it enough memory
Andrey Loskutov 2014-06-29 15:27:04 +0200 6d863f90a2f9 Make sure we build with 1.7, moved taskdefs to task to fix build after "clean"