Lars Kühne
bd5093dcc1
added new feature AnonInnerLength
2003-06-07 08:38:42 +00:00
Lars Kühne
8499348b9a
added docs for AnonInnerLength
2003-06-07 08:33:46 +00:00
Lars Kühne
9c1f6761b7
added tests for AnonInnerLength and ArrayTypeStyle
2003-06-07 08:32:05 +00:00
Lars Kühne
2b9b30e986
implementation for rfe #715709 (anonymous inner classes should be short)
...
contributed by Rob Worth
2003-06-07 08:31:09 +00:00
Oleg Sukhodolsky
7a8113d383
Package names corrected in config documentation.
2003-06-07 08:18:25 +00:00
Oleg Sukhodolsky
b176d50603
Moving IndentationCheck to indentation sub-directory.
2003-06-06 21:54:12 +00:00
Oleg Sukhodolsky
4d88dbf477
Moving IndentationCheck to indentation sub-directory.
2003-06-06 21:48:40 +00:00
Oleg Sukhodolsky
52dea9dcdc
build.xml:
...
now clean target also removes expandedjava14.g generated by antlr.
GenericIllegalRegexpCheck:
removed to item about explicit setting of match flags.
Indentation:
Todo item about static init blocks fixed in
IndentationCheckTest.testInvalidBlockWithChecker().
2003-06-06 20:38:06 +00:00
Oleg Sukhodolsky
4f892fe43a
Indentation. Fix for testBraceAdjustment unit test.
2003-06-05 11:33:47 +00:00
Oleg Sukhodolsky
0ddd77847d
Fixed javadoc links.
2003-06-05 10:37:36 +00:00
Oleg Sukhodolsky
7d5a2853eb
Grammar improvement.
...
Now STATIC_INIT node should have correct line and column numbers.
2003-06-05 07:09:08 +00:00
Oliver Burn
32d19d6801
Refactored the Design checks
2003-06-04 23:52:04 +00:00
Rick Giles
679f818267
fixed NumberFormatException in MagicNumberCheck (bug 748913)
2003-06-04 16:08:36 +00:00
Oliver Burn
ec6582beb1
Refactored the Sizes checks
2003-06-04 12:23:29 +00:00
Oliver Burn
2e8126e990
Refactored the Whitespace checks
2003-06-04 11:55:29 +00:00
Oliver Burn
3bd6412e39
Refactored the Block checks
2003-06-04 10:42:47 +00:00
Oliver Burn
a0844ab125
Refactoring naming checks
2003-06-04 09:31:00 +00:00
Oliver Burn
d80cbf6104
Moved the Naming checks to a sub-package. I had some
...
spare time between meetings today.
2003-06-04 07:14:41 +00:00
Oleg Sukhodolsky
03ac7a0878
cosmetic change to please javadoc tool
2003-06-04 04:21:49 +00:00
Oliver Burn
ddb334d9e4
Moved the Import checks to a sub-package. That is all
...
the refactoring I have time for over the next few days.
2003-06-03 14:13:22 +00:00
Oliver Burn
04ac5dd87c
Moving another Javadoc check to see what is involved.
...
A suprisingly small amount. Love the Eclipse refactoring
support having the smarts to do the CVS operations.
2003-06-03 13:51:29 +00:00
Oliver Burn
2ef6dc6a43
Moving another Javadoc check to see what is involved.
...
A suprisingly small amount. Love the Eclipse refactoring
support having the smarts to do the CVS operations.
2003-06-03 13:33:59 +00:00
Oliver Burn
7f0e2b8f92
Moving the JavadocVariableCheck to see what is involved.
2003-06-03 13:24:18 +00:00
Oleg Sukhodolsky
a395eeeb9b
fix for 748028 (PackageName documentation error). Removing one extra slash from default value of format property.
2003-06-03 11:51:32 +00:00
Oleg Sukhodolsky
4409b0f243
Indentation.
...
Now the check allows both
new int[] {1,
2}
and
new int[] {1,
2}
Indent styles.
2003-06-03 03:37:33 +00:00
Rick Giles
4981978ee2
Corrected bug 747530, inner class fields interpreted as local variables.
...
Incorporated catch parameters as local variables.
2003-06-02 18:06:35 +00:00
Rick Giles
c1bc1ef555
correction of stmt option
2003-06-02 14:29:24 +00:00
Rick Giles
17f01c9f0c
fixed bug 747400, EmptyBlock does not accept stmt option
2003-06-02 09:17:59 +00:00
Rick Giles
759817b5a8
corrected option STMT, bug 747400
2003-06-02 09:09:25 +00:00
Oliver Burn
b106dad438
Fix the GUMP failures
2003-06-01 10:36:28 +00:00
Oliver Burn
f3153d3398
cleanup
2003-06-01 10:29:34 +00:00
Oleg Sukhodolsky
40de78da0f
ArrayTrailingComma added to Checkstyle style.
...
All new failures fixed.
2003-06-01 00:13:22 +00:00
Rick Giles
2cd7daccf2
minor improvement in severity example
2003-05-31 13:42:51 +00:00
Rick Giles
e01e5e09c1
added docs for severity (bug 745937)
2003-05-31 12:17:41 +00:00
Rick Giles
24669551e0
performance: don't concatenate Strings in a loop
2003-05-31 10:02:19 +00:00
Lars Kühne
4331cca642
small fixes
2003-05-31 04:57:23 +00:00
Rick Giles
a2ed8a53c5
efficiency improvement - don't go up the tree twice.
2003-05-30 20:41:00 +00:00
Oleg Sukhodolsky
1878e21451
Added check for uncommented main methods (debugging leftovers). (module UncommentedMain,request 732257)
2003-05-30 19:35:55 +00:00
Rick Giles
e8ad93aea6
corrected false MagicNumberCheck errors for interfaces (bug 745941)
...
MagicNumberCheck now checks array initializers. (request 745949)
2003-05-30 10:37:35 +00:00
Oleg Sukhodolsky
4628bc229d
removing unneded ^M, which cause test failure on Windows
2003-05-30 06:20:56 +00:00
Rick Giles
6625258bde
cleanup
2003-05-29 09:26:49 +00:00
Rick Giles
d5e08f7cb1
increase test coverage
2003-05-29 09:17:34 +00:00
Lars Kühne
38b9cdcf6e
fixed bug #743973 , typo in HideUtilityClassContructor docs
2003-05-29 06:19:05 +00:00
Oliver Burn
aa8763be0e
cosmetics
2003-05-29 04:09:55 +00:00
Oleg Sukhodolsky
55512ae033
Added check for trailing comma in array initialization. (module ArrayTrailingComma, request 696301)
2003-05-29 03:30:44 +00:00
Rick Giles
45ce38623f
finish custom listeners documentation
2003-05-28 11:56:41 +00:00
Rick Giles
567f15c79a
instantiate custom listeners from the task's classpath
2003-05-28 11:56:02 +00:00
Oliver Burn
5133219581
Fixed NPE when running ArrayTypeStyle check (bug 744573)
2003-05-28 08:40:16 +00:00
Rick Giles
5599c68a82
added documentation for CommonsLoggingListener
2003-05-27 23:45:26 +00:00
Rick Giles
f2b01a44a2
Added custom listener feature
2003-05-27 17:33:24 +00:00