Author |
Date |
Commit |
Message |
Tagir Valeev |
2014-12-01 19:42:31 +0700 |
835d7e067f4e |
bug#657: sync bug view when clicking on the already selected tree node (useful w |
Tagir Valeev |
2014-12-01 19:15:05 +0700 |
b01939fee7e6 |
BugRenderer: Icon rendering fixed in Swing UI |
Tagir Valeev |
2014-12-01 19:02:15 +0700 |
8c1718710cd0 |
Profiler.java: profile type changed from ConcurrentHashMap to ConcurrentMap |
Tagir Valeev |
2014-12-01 14:51:23 +0700 |
e124465bf6c2 |
Added myself to .mailmap |
David Pursehouse |
2014-11-19 16:12:59 +0900 |
f4091e177224 |
Add .mailmap file |
Tagir Valeev |
2014-12-01 14:43:08 +0700 |
c14d0b64b76a |
Feature#323 Range checks for arrays and strings & array length tracking |
Tagir Valeev |
2014-11-30 19:45:05 +0700 |
b7eed04732a7 |
Testcase for bug#1333 |
Tagir Valeev |
2014-11-25 16:45:50 +0700 |
c0dab2cb1c60 |
Merge branch 'master' of https://code.google.com/p/findbugs/ |
Tagir Valeev |
2014-11-25 16:45:18 +0700 |
48c15cd9083e |
StackMapAnalyzer: CHOP_FRAME handling fixed (see bug#1336) |
Bill Pugh |
2014-11-24 09:54:41 -0500 |
e376a2f28947 |
Add assumptions in another place |
Bill Pugh |
2014-11-24 09:46:01 -0500 |
6013de21efb0 |
Fix detectors test so it handles the case where classesEclipse doesn't exist |
Bill Pugh |
2014-11-24 09:12:15 -0500 |
f946bffb95fe |
Merge branch 'master' of https://code.google.com/p/findbugs |
Tagir Valeev |
2014-11-24 19:47:37 +0700 |
cdee33ad1fad |
messages_ja.xml updated (bug#1335) |
Tagir Valeev |
2014-11-24 15:52:42 +0700 |
08f0a9cc4da7 |
Japanese messages (by orihalcon, bug#1335) |
Tagir Valeev |
2014-11-22 15:19:32 +0700 |
92591277209d |
Feature#322 Warn about useless void methods; minor enhancements for RV_RETURN_VA |
Tagir Valeev |
2014-11-22 15:13:23 +0700 |
25f76b51bec4 |
FindRoughConstantsTest renamed to Feature294 for consistency |
Tagir Valeev |
2014-11-21 18:14:30 +0700 |
c398e4a87e7b |
FindInconsistentSync2: WMI warning fixed |
Tagir Valeev |
2014-11-20 16:09:28 +0700 |
d266ad234942 |
Bug#1331 False positive VA_FORMAT_STRING_BAD_CONVERSION: fix & test |
Tagir Valeev |
2014-11-20 16:06:57 +0700 |
d11314f456b6 |
Feature247 test was actually for Feature297 |
Tagir Valeev |
2014-11-20 16:02:02 +0700 |
7b5ef3f837a3 |
sfBugsNew/*jdk8 classes are excluded from jdk7 build |
Bill Pugh |
2014-11-18 11:22:52 -0500 |
6a337816685d |
Merge branch 'master' of https://code.google.com/p/findbugs |
Bill Pugh |
2014-11-18 11:22:32 -0500 |
0fc6b6b936ce |
Don't print excess bugs from running with low effort |
Tagir Valeev |
2014-11-18 14:17:39 +0700 |
1792ba3ab1f6 |
messages_ja.xml updated (by orihalcon) |
David Pursehouse |
2014-11-18 11:56:59 +0900 |
11fb186b8827 |
Minor spelling and formatting corrections |
David Pursehouse |
2014-11-18 11:56:00 +0900 |
c037c1f1a827 |
Consistently refer to 'non-null' and '@Nonnull' |
David Pursehouse |
2014-11-18 11:51:27 +0900 |
99c7e9a4f2fc |
Correct spelling of 'accidentally' |
David Pursehouse |
2014-11-18 11:50:14 +0900 |
c0d6577ade54 |
Correct spelling of 'epoch' |
Tagir Valeev |
2014-11-18 11:31:31 +0700 |
30d814cee53d |
Feature#301: type safe arrays |
Andrey Loskutov |
2014-11-17 19:56:57 +0100 |
021bd4c52bf6 |
Removed npe checks on Matcher.group() after review |
Bill |
2014-11-17 09:57:12 -0500 |
01eb07fbb04b |
Merge branch 'master' of https://code.google.com/p/findbugs |
Bill |
2014-11-17 09:56:29 -0500 |
dd68641ff140 |
Move jsr 305 validators to a new package, and compile them with target 1.7, so t |
Andrey Loskutov |
2014-11-16 21:24:55 +0100 |
164ac68ba847 |
Added some null returns from JDK io/nio/regex API to DefaultNullnessAnnotations |
Bill Pugh |
2014-11-15 12:48:16 -0500 |
423818aff669 |
Record the fact that we now don't expect a warning |
Bill Pugh |
2014-11-15 12:37:42 -0500 |
ea1122304010 |
change BX_UNBOXED_AND_COERCED_FOR_TERNARY_OPERATOR from correctness to performan |
Bill Pugh |
2014-11-15 12:37:11 -0500 |
1339bc0dee1b |
Fix for Bug 1325 |
Tagir Valeev |
2014-11-12 13:49:13 +0700 |
43d4fd40eac0 |
Bug1325 testcase: @DesireNoWarning used |
Tagir Valeev |
2014-11-12 13:02:48 +0700 |
a97d9bd151d8 |
Test case for bug1325 (False positive BC_UNCONFIRMED_CAST) |
Tagir Valeev |
2014-11-11 13:47:25 +0700 |
cf05dd8a9e7b |
Feature#320 RepeatedConditionals: allow calls to any methods without side effect |
Bill Pugh |
2014-11-10 18:21:00 -0500 |
61d49e44070b |
Add testcase for Bug1244 |
Tagir Valeev |
2014-11-10 23:49:53 +0700 |
5fb9e9a532aa |
Bug#1323 Concurrent Modification Exception with jdk 1.8.0_25: copy mainList for |
Tagir Valeev |
2014-11-10 15:18:37 +0700 |
a62701213cea |
Bug#1324 False-positive for IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD |
lan |
2014-11-10 11:27:50 +0700 |
baf4dad204f1 |
Newly found FindBugs warnings removed |
Andrey Loskutov |
2014-11-09 17:40:14 +0100 |
7984da58cdb0 |
Test case for bug #1317: false positive for OBL_UNSATISFIED_OBLIGATION on constr |
Andrey Loskutov |
2014-11-09 17:22:30 +0100 |
23084f477a36 |
Possible fix for bug 1307: false positive for UWF_UNWRITTEN_FIELD on Java 8 comp |
Andrey Loskutov |
2014-11-09 15:02:40 +0100 |
81d70ebd6b95 |
Test case for bug #1307: false positive for UWF_UNWRITTEN_FIELD on Java 8 compil |
Andrey Loskutov |
2014-11-09 15:02:04 +0100 |
cf81eae4067f |
Fixed build file to show VM version we compiled with |
Andrey Loskutov |
2014-11-09 15:01:25 +0100 |
468e6b8e8134 |
Updated warnings settings |
Andrey Loskutov |
2014-11-09 13:56:29 +0100 |
d751a7d580bb |
Fix for bug #1310: when an interface returns @Nonnull, an implementation should |
Andrey Loskutov |
2014-11-09 12:22:31 +0100 |
8b9f55b3ea83 |
Fix for bug 1321: Bundle-Version of 3.0.0 annotations.jar is 2.0.3! |
Andrey Loskutov |
2014-11-09 11:29:03 +0100 |
df7a360eda71 |
Fixed manual: filters are supported in GUI since long time. |
Andrey Loskutov |
2014-11-09 10:39:57 +0100 |
c92f627e231c |
Fix for bug #1311 (outdated links to patches) |
Bill Pugh |
2014-11-08 22:54:47 -0500 |
6616a0e35389 |
Uncomment out some sample code |
Bill Pugh |
2014-11-08 22:54:18 -0500 |
5aa4cad8bfb9 |
Add a new "TESTING" bug pattern |
Kevin Lubick |
2014-10-30 22:10:13 -0400 |
0f700c12e143 |
Allow subclasses to override/use getNodeForMaker |
Andrey Loskutov |
2014-11-08 21:21:04 +0100 |
36133f55dfbb |
Followup on feature #318 - fixes for now detected RV_RETURN_VALUE_IGNORED_NO_SID |
Tagir Valeev |
2014-11-07 19:55:10 +0700 |
11189b911ff3 |
Bug#1322: False-positive for IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHO |
Tagir Valeev |
2014-11-06 23:00:15 +0700 |
cd5115b387e6 |
Feature#318: Changes.html updated |
Tagir Valeev |
2014-11-06 20:56:29 +0700 |
0319c7e76786 |
Feature318: look for no-side-effect methods which return value is ignored |
Tagir Valeev |
2014-10-31 17:39:45 +0700 |
83c9a9a42c19 |
Feature#317: NodeList.getLength() for getElementsByTagName return value called i |
Tagir Valeev |
2014-10-31 13:21:36 +0700 |
c517253b1f71 |
Changes.html: +INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE improvement; manual.xml |
Tagir Valeev |
2014-10-31 12:50:29 +0700 |
bafd8599dcbb |
Changes.html updated: new and improved bug patterns listed |
Tagir Valeev |
2014-10-31 10:49:52 +0600 |
f29f5f402f6c |
Bug#1319: DMI_HARDCODED_ABSOLUTE_FILENAME behaves differently on Unix and Window |
Tagir Valeev |
2014-10-28 18:49:25 +0700 |
bfa61e4cd7cf |
Feature 316: Inefficient initialization inside loop |
Tagir Valeev |
2014-10-22 16:24:20 +0700 |
3496281c18ce |
Feature 314: string passthru graph is used to make some detectors more robust |
Tagir Valeev |
2014-10-21 08:09:03 +0700 |
1e4feaa7aa96 |
FindRoughConstants: extends BytecodeScanningDetector (OpcodeStack was not actual |
Tagir Valeev |
2014-10-21 08:07:45 +0700 |
0ce39e004784 |
MutableStaticFields: minor fix to get rid on FB warning |
Tagir Valeev |
2014-10-20 18:09:35 +0700 |
3e98f74f9e4b |
Bug#1315: INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE doesn't work when comparing |
Tagir Valeev |
2014-10-19 22:08:50 +0700 |
58c11f28dcc0 |
Bug#1314: NonNull for org.w3c.dom.Element.getElementsByTagName (+test) |
Andrey Loskutov |
2014-10-30 22:04:50 +0100 |
3a5d6fc8ea30 |
Fixed typo in "primative" |
Andrey Loskutov |
2014-10-30 21:38:38 +0100 |
f16addedfb5d |
Try to use newer AST versions if available. |
Andrey Loskutov |
2014-10-30 21:28:11 +0100 |
082c36fffd2d |
Revert "updated to JLS4" |
Andrey Loskutov |
2014-10-30 21:24:55 +0100 |
6975d6c998cc |
Don't print to console, we have error log for that. |
Andrey Loskutov |
2014-10-30 20:43:33 +0100 |
b2a70031fe9c |
Revert "Rolled back build.xml" |
Andrey Loskutov |
2014-10-30 20:35:53 +0100 |
fedf38a71d51 |
Revert "Fixes test launch to not use Mylyn" |
Kevin Lubick |
2014-10-26 23:02:36 -0400 |
b7c0af283183 |
updated to JLS4 |
Kevin Lubick |
2014-10-23 13:20:47 -0400 |
e5732f58f36c |
Fixes test launch to not use Mylyn |
Kevin Lubick |
2014-10-23 12:54:12 -0400 |
9522b766afd1 |
Adding custom labels to ValueOf |
Kevin Lubick |
2014-10-23 10:43:19 -0400 |
8ace8de7d235 |
Updating ValueOf tests to new expected values |
Kevin Lubick |
2014-10-23 10:36:45 -0400 |
d6590da609c7 |
Updating ValueOf Resolution |
Kevin Lubick |
2014-10-21 23:16:33 -0400 |
ee183ae5f0bd |
Label checking working |
Kevin Lubick |
2014-10-21 22:25:05 -0400 |
fa674e5bdafa |
Adding checks for line numbers on quickfixes |
Kevin Lubick |
2014-10-21 22:08:52 -0400 |
a03ad65911a8 |
Updating multi-quickfixes to new standard |
Kevin Lubick |
2014-10-21 17:55:19 -0400 |
a51e21918b16 |
Fixed sorting, unit tests now pass |
Kevin Lubick |
2014-10-21 13:57:20 -0400 |
874b1f073c9e |
Pattern-only tests are working with new system |
Kevin Lubick |
2014-10-21 12:51:53 -0400 |
b29a6af50a58 |
Created a Package to hold more assertion info |
Kevin Lubick |
2014-10-18 23:57:17 -0400 |
12eee77e58e0 |
Added documentation for my changes |
Kevin Lubick |
2014-10-16 12:45:31 -0400 |
2281390965af |
Made special visitors interfaces |
Kevin Lubick |
2014-10-12 21:15:19 -0400 |
f34229f62748 |
Added in an ApplicabilityVisitor |
Kevin Lubick |
2014-10-12 00:30:53 -0400 |
5e588d1c4b98 |
Deleted old CustomLabelBugResolution |
Kevin Lubick |
2014-10-12 00:03:04 -0400 |
4bd18013df5f |
Removing CustomLabelBugResolution |
Kevin Lubick |
2014-10-06 12:31:36 -0400 |
b95ece0170d2 |
Cleared out multi-fix debugging things |
Kevin Lubick |
2014-10-06 11:10:40 -0400 |
7d22748acac3 |
Sorted multi-fix list of IMarkers by resource name |
Kevin Lubick |
2014-10-05 18:52:53 -0400 |
f0386941ff90 |
Literal string swaps |
Kevin Lubick |
2014-10-04 23:46:04 -0400 |
21fa1fc4f164 |
Trying a more memory efficient caching |
Kevin Lubick |
2014-10-02 22:41:01 -0400 |
b126dd5760d6 |
Rolled back build.xml |
Kevin Lubick |
2014-09-23 17:03:35 -0400 |
7e5a3b0857a1 |
Dev environment tweaks |
Andrey Loskutov |
2014-10-30 19:15:48 +0100 |
7bb75749bcc4 |
Patch from #1318: Allow ant task to set setExitCode to false. |
Bill |
2014-10-18 17:34:46 -0400 |
abd9f135cd53 |
Merge remote-tracking branch 'amaembo/master' |
Bill |
2014-10-18 14:27:01 -0400 |
b91ef78d8a55 |
Handle case where there are no jdk7 class files |
Bill |
2014-10-18 13:23:28 -0400 |
84a85e557706 |
If java isn't defined, don't specific source version |