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
Oliver Burn
b7ff7f77f8
Simple fix
2005-05-21 01:05:35 +00:00
Michael Studman
9522d45545
Fixed IDENT lexer rule to reflect JLS.
2005-05-20 07:56:48 +00:00
Lars Kühne
94d1f62865
added note about possible invalid configurations after conversion to java.util.regex
2005-05-17 04:58:36 +00:00
Oleg Sukhodolsky
7300857236
Removing dependancy on Jakarta Regexp:
...
All references to Jakarta Regexp removed from the docs/javadocs.
Removed regexp.jar.
Patch 835901:
Added package lists for antlr and jdk to make rosslink our docs with
antlr and jdk1.4.2 (if you see some problems here feel free to correct).
2005-05-15 05:18:42 +00:00
Oleg Sukhodolsky
e27489c772
initial replacing RE by Pattern (need to update docs)
2005-05-11 16:48:11 +00:00
Oleg Sukhodolsky
3d8fc87ef6
fix for 1193855 (Spurious java.lang.NullPointerExceptions during processing)
2005-05-05 12:44:17 +00:00
Oleg Sukhodolsky
edd5ba536d
One more fix for Indentation check and enums (bug 1193850)
2005-05-04 14:49:12 +00:00
Oleg Sukhodolsky
0c3c817b22
fix for 1194470 (DesignForExtension should ignore enums)
2005-05-04 13:02:48 +00:00
Lars Kühne
29e611bd87
simplified implementation by using JDK 1.4 features
2005-04-30 15:51:34 +00:00
Oliver Burn
0f198d8b89
Update version number
2005-04-30 11:51:48 +00:00
Lars Kühne
0c24666d06
removed initCause() trick for JDK 1.3, with minimum.java.version 1.4 it is no longer required.
2005-04-30 06:52:20 +00:00