Oleg Sukhodolsky
dfbaeedf8b
fix for 1379666
2005-12-15 14:38:12 +00:00
Oliver Burn
fa7617c222
Fixed doco.
2005-12-15 11:55:41 +00:00
Oliver Burn
2398407a08
Made the manifest dynamic
2005-12-15 11:45:52 +00:00
Oliver Burn
737591b08a
Added manifest entries. Still need to automate incrementing the version
...
number with the one from build.xml
2005-12-15 07:45:56 +00:00
Oliver Burn
f89b509f93
Bump the version number.
2005-12-13 20:17:44 +00:00
Oleg Sukhodolsky
14172dd01a
Fixed 1374792. Now we do not need to look for ident before lparen, we just look at char instead.
2005-12-07 17:23:04 +00:00
Oleg Sukhodolsky
a81008fd6f
Fix for 1371588 and applying patch 1352862.
2005-12-03 19:02:27 +00:00
Oleg Sukhodolsky
5f0f6d3929
Fix for 1371588
2005-12-02 12:17:30 +00:00
Oleg Sukhodolsky
c5dfb26877
small doc-fix for JavadocMethod check
2005-11-30 13:51:49 +00:00
Oliver Burn
00af541f48
Fix documentation bugs for release.
2005-11-29 09:09:22 +00:00
Oliver Burn
ccb6fb6104
Preparing the a full release.
2005-11-23 09:08:05 +00:00
Oleg Sukhodolsky
9d8134f4e8
Applied patch 1348873 which implements rfe 1345691
2005-11-10 13:38:44 +00:00
Oliver Burn
ab1e308913
Incorporate excellent patch [ 1344344 ] Consolidation of regexp checks.
2005-11-06 11:54:13 +00:00
Oliver Burn
f243d4d748
remove unused variable.
2005-11-05 23:58:53 +00:00
Oleg Sukhodolsky
89ee699fae
Applied patch 906531 (WhitespaceAround allows empty method/ctor bodies.) Thanks to Eric Roe
2005-11-01 15:38:32 +00:00
Oleg Sukhodolsky
1aee9d55cc
Fixed 1290379 (now JavadomMethod check does not allow single @see tag in javadoc). NUMBER of javadocs changed to follow new rule.
2005-10-31 19:23:48 +00:00
Oleg Sukhodolsky
d46dc44e79
FallThrough check now can check last case group (property checkLastCaseGroup, bug 1245942).
2005-10-31 12:31:38 +00:00
Oleg Sukhodolsky
73e2e24fca
added antlib.xml with checkstyle task definition. Also fixed line numbers in suppressions.xml
2005-10-31 11:12:23 +00:00
Oleg Sukhodolsky
d3dd058645
1333159 (A relief hook for JavadocMethodCheck) thanks to Ralf (rakus)
2005-10-28 20:29:48 +00:00
Oleg Sukhodolsky
4c1700ebe1
Applied patches 1339523(partially) and 1340300
2005-10-28 19:04:01 +00:00
Oleg Sukhodolsky
342ae1315c
Three more fixes for Indentation check (bugs 1251988, 1260079, 1336737).
2005-10-25 19:15:53 +00:00
Oleg Sukhodolsky
b78f144ee4
Fixed bug in logic JavadocStyle check uses to get main-section of javadoc (bug 1291847).
2005-10-24 18:08:44 +00:00
Oleg Sukhodolsky
b4ad010003
Fixed 1322879 - ParenPadCheck should be aware about ou current grammar ;)
2005-10-24 16:46:57 +00:00
Oleg Sukhodolsky
ea0c517992
Fixed a funny typo in grammar (bug 1335088)
2005-10-24 15:18:14 +00:00
Lars Kühne
452efe9720
moved InnerAssignment test code to coding/InputInnerAssignment
...
keeping blank lines to leave reported line numbers of other checks unchanged
2005-10-23 07:53:31 +00:00
Lars Kühne
2554557c1c
fixed bug #1195047 , InnerAssignment check didn't find all instances of inner assignments
2005-10-23 07:49:43 +00:00
Lars Kühne
e3741d1026
fixed typo
2005-10-21 11:50:53 +00:00
Lars Kühne
9c0d514694
removed obsolete import
2005-10-21 05:33:18 +00:00
Oliver Burn
70f4568a3d
Fix encoding problems when parsing XML (patch 1320132)
2005-10-19 12:44:44 +00:00
Oliver Burn
253622ab83
Patch 254918 from taab.
2005-10-08 01:18:51 +00:00
Oliver Burn
4795a2b485
Applied patch 1292684 from Maarten Coene.
2005-10-08 00:43:16 +00:00
Oliver Burn
d17dc3ab28
Fixing up my brain dead assertions. Moral, run the code with the assertions enabled. ;-)
2005-10-08 00:18:30 +00:00
Oliver Burn
d9f789a649
Applied patch 1309516.
2005-10-06 14:18:14 +00:00
Oliver Burn
8fe7c3a914
Fix for infrastructure class loader. Needs to be verified by Lars (of
...
Eclipse plug-in fame! :-)
2005-09-25 10:50:56 +00:00
Oliver Burn
85413204e1
Added Spanish messages (patch 1250329).
2005-09-21 11:31:53 +00:00
Oliver Burn
db5bacf5e4
Fix release number
2005-09-15 11:56:44 +00:00
Oleg Sukhodolsky
8f46a8cf8c
Fix for 1289067 - removing docs about usage.
2005-09-15 10:41:56 +00:00
Oleg Sukhodolsky
b046184f90
French messages for some checks (bug 1262825, contributed by Fabrice Bellingard)
2005-09-12 11:18:14 +00:00
Oleg Sukhodolsky
77235d01aa
making "target" absolute path.
2005-09-12 07:43:28 +00:00
Oleg Sukhodolsky
1214dd0e74
fix for 1284682: enum constant are treated the same way as final fields.
2005-09-12 07:20:17 +00:00
Oleg Sukhodolsky
9cbee6a57e
i18n support for HideUtilityClassCtor and ArrayTypeStyle checks (bug 1262825)
2005-09-08 12:32:35 +00:00
Oliver Burn
11939b72a5
Code correction.
2005-09-07 21:37:47 +00:00
Oleg Sukhodolsky
89f764baad
grammar changes for (SUPER_)CTOR_CALL
2005-09-07 15:56:51 +00:00
Oleg Sukhodolsky
51628343a3
fixed documentation (bug 1275988)
2005-08-30 03:51:15 +00:00
Oleg Sukhodolsky
4c70d9a5dd
Hope I finally was able to write correct javadoc for RBRACK >:-(
2005-08-17 09:39:38 +00:00
Oleg Sukhodolsky
8383617e84
It's a good idea to run gump. Fixed javadoc for new token.
2005-08-17 07:04:54 +00:00
Oleg Sukhodolsky
865ba5284a
Changes for grammer to keep as much text in AST tree as we can.
...
For now I do nothing with this/super in (SUPER_)CTOR_CALL.
Should think more about this.
Also I've changed grammer to not generate extends/implement cleases
if there is no such in the code.
Made some refactoring for build.xml to make possible to redirect build
output to custom directory (and we used too much hardcoded paths there
:)
It looks like this is my last commit before vacation, so I hope
I will break nothing :)
2005-08-17 06:55:20 +00:00
Lars Kühne
4f2f342589
backed out Olegs changes for #1257344 as per discussion on dev list
2005-08-16 04:08:28 +00:00
Oleg Sukhodolsky
81a2263fef
PropertyCacheFile & StringArrayReader are public now (bug1257344). I think it's worth to support someone who knows Ada :)
2005-08-14 17:53:53 +00:00
Oliver Burn
357adf02b1
Major update to the documentation look and feel. It is based *very*
...
heavily on the TWiki.org documentation.
2005-08-14 13:23:39 +00:00