Commit Graph

2058 Commits

Author SHA1 Message Date
Oliver Burn ed8417e1ad Make the documentation match the code. :-) 2005-07-20 11:08:10 +00:00
Oliver Burn b0e77dd317 Introduce a new check called IllegalThrowsCheck which checks for illegal
throws declarations. I have added as I really need it for my work at the
moment.
2005-07-19 12:45:52 +00:00
Oliver Burn cbabd6b314 Fix Javadoc errors 2005-07-19 12:43:44 +00:00
Oleg Sukhodolsky 864c681eef Applied fix for cache file from patch 1012389 2005-07-18 16:35:45 +00:00
Oleg Sukhodolsky 33b703a724 Fixed 1193848, added handler for class fields. 2005-07-18 07:12:17 +00:00
Oliver Burn adce874628 Added patch (id 1193251) to suppress processing of checks with 'ignore'
severity. From Lars Koedderitzsch.
2005-07-17 11:03:40 +00:00
Oleg Sukhodolsky ddd153f707 Fixed documentation and added one more test for WhitespaceAround 2005-07-08 06:26:23 +00:00
Lars Kühne 46fc598003 added unit tests for StrictDuplicateCode 2005-07-03 10:12:15 +00:00
Lars Kühne b106eab041 fixed typo in javadoc 2005-07-03 09:37:59 +00:00
Oleg Sukhodolsky c8aae6e57e Applied patches:
916971 - Add useFile property to formatter element in Ant task
1061458 - Trivial fix for SuppressionsLoaderTest.testBadInt()
2005-06-29 14:47:40 +00:00
Oliver Burn 28193fd5f0 Moving the usage checks to the contrib directory. I have cloned the
directory structure that was used.
2005-06-28 12:59:34 +00:00
Oleg Sukhodolsky 3d281a9683 fix for 1223290 (LocalFinalVariableNameCheck fail on catch variable) 2005-06-24 21:02:25 +00:00
Oleg Sukhodolsky 5fa648f830 missed testinput :( 2005-06-20 12:48:29 +00:00
Oliver Burn b53e53311d Fix corrupt checkin 2005-06-18 13:27:18 +00:00
Oliver Burn 0843c51a8c Included the open source tool EMMA into the build process to generate a
code coverage report when ever the unit tests are run. The report can be
found in target/emma/report.

I have been using EMMA for a while at work and am very happy with the
results. It is not quite as polished as Clover, but you get what you pay
for. I think it is good to be able to get a code coverage report
whenever the tests are run.
2005-06-18 13:16:40 +00:00
Oliver Burn bd1fdcf559 Version 2.0.5312 of EMMA. 2005-06-18 13:06:31 +00:00
Oleg Sukhodolsky c977c274a7 fix for 1220726 2005-06-17 12:04:08 +00:00
Oleg Sukhodolsky 8376cd4108 TypecastParenPad and ParenPad are now smarter in detectingif paren is part of typecast (bug 1217798) 2005-06-15 12:24:37 +00:00
Lars Kühne 5bce643edb added german translation for inline.conditional.avoid 2005-06-14 20:54:57 +00:00
Oliver Burn a054eca6fd Fix I18N bug 2005-06-14 10:40:48 +00:00
Oleg Sukhodolsky fcbd40f3ce applied patch 1045127 2005-06-13 21:31:58 +00:00
Oleg Sukhodolsky a69a0461d2 fix for 1168408 (RedundantThrows and JavadocMethodCheck with nested exception) 2005-06-13 21:18:08 +00:00
Oleg Sukhodolsky 8c4184bfc9 add compiled testinputs to classpath for our tests 2005-06-13 19:18:25 +00:00
Oleg Sukhodolsky 3e210b4283 Applied patch 1079192 (thanks to Dave Brosius) 2005-06-12 20:05:49 +00:00
Oleg Sukhodolsky 9f39a76cd5 Fix for 1084512 (Parameters of abstract methods hide fields)
Added ignoreAbstractMethods property to allow configure HiddenField
  check to ignore params of abstract methods.

Now test inputs (almost all) will be compiled as part of
run.test.suite and run.tests targets (this compilation requires
jdk1.5 or higher)
2005-06-12 19:43:06 +00:00
Michael Studman 82b9499604 1216844: Unit test for regression detection 2005-06-09 07:02:32 +00:00
Michael Studman 11fcc82d7c 1217275: Fixed bug where \u0000 .. \u0002 characters in string literals caused parse failures. 2005-06-09 06:57:45 +00:00
Michael Studman 209836dce9 1217275: Fixed bug where \u0000 .. \u0002 characters in string literals caused parse failures. 2005-06-09 06:56:54 +00:00
Oliver Burn 6853a34e61 Prepare a beta 4 2005-06-08 21:36:12 +00:00
Michael Studman 7743fb51a8 1216844: Fixed vararg parser typo. 2005-06-08 07:07:34 +00:00
Oliver Burn f8d1a856c4 Updated version number 2005-06-07 10:16:49 +00:00
Oliver Burn 3b28712790 Updated version number 2005-06-07 10:13:01 +00:00
Oliver Burn 94d7b67c30 Fix Checkstyle errors 2005-06-07 09:48:44 +00:00
Michael Studman 32ef311636 Added more enum/@interface javadoc tests. 2005-06-06 19:47:34 +00:00
Michael Studman ce173d0371 Added Javadoc support for enums. 2005-06-05 23:10:21 +00:00
Michael Studman 06c32930c3 Fix for 1185501. 2005-06-05 22:36:21 +00:00
Lars Kühne 6f6e4db399 added bug 1195818 and patch 1214386 to releasenotes 2005-06-05 15:16:16 +00:00
Michael Studman a031901307 Fix for 1185501. 2005-06-05 00:11:26 +00:00
Michael Studman 9e29d2c989 Fix for 1213135. 2005-06-04 21:46:14 +00:00
Michael Studman 685d110152 Integration of patch 1214386 to improve checkstyle performance. 2005-06-04 17:24:54 +00:00
Oleg Sukhodolsky 49d100f325 small refactoring for HiddenFieldCheck 2005-05-31 16:16:29 +00:00
Michael Studman 094ffd52ec Added support for hex float and double constants. 2005-05-29 15:54:13 +00:00
Michael Studman 6a96a553cd Refactored NUM_INT rule to less resemble spaghetti - broke out each major token type into its own separate protected rule. 2005-05-29 14:14:41 +00:00
Oleg Sukhodolsky 53f37c17b3 SuppressionCommentFilter now silently does nothing if there is no FileContentsHolder (bug 1183749) 2005-05-27 18:40:11 +00:00
Oleg Sukhodolsky 829cb74749 fix for 1203536 - corrected calculation of cyclomatic complexity metric 2005-05-26 07:58:23 +00:00
Oliver Burn adc04337ea Fix annoying errors in Eclipse. 2005-05-21 01:46:43 +00:00
Oliver Burn cf27285c85 Fix annoying errors in Eclipse. 2005-05-21 01:37:14 +00:00
Oliver Burn 21d2edeffd Fix annoying errors in Eclipse. 2005-05-21 01:31:04 +00:00
Oliver Burn f0be1ede99 Fix annoying errors in Eclipse. 2005-05-21 01:07:50 +00:00
Oliver Burn 0218e797e0 Just fix up sloppy coding. 2005-05-21 01:07:00 +00:00