Lars Kühne
72377cb042
added description for xdoc target, so it appears in IDEA
2004-10-24 10:13:49 +00:00
Oliver Burn
7344a99c88
Migrated more documentation.
2004-10-23 12:48:59 +00:00
Lars Kühne
91994467f4
improved docs for anakia
2004-10-19 21:36:26 +00:00
Lars Kühne
c0e20524a6
improved docs
2004-10-19 21:25:37 +00:00
Lars Kühne
a539deb14d
fixed generated docs
2004-10-19 21:22:02 +00:00
Lars Kühne
4a1cad246c
improved javadocs for automatic doc generation
2004-10-19 21:03:26 +00:00
Lars Kühne
a74112c8eb
fixed long line
2004-10-19 20:55:27 +00:00
Lars Kühne
e028a502f4
made screenshot available in "writing checks"
2004-10-19 20:44:50 +00:00
Michael Studman
6a275cabe3
Fixed bug where idents were only tracked if inside classes and interfaces - fixed to include enums and annotations.
2004-10-19 11:03:47 +00:00
Oleg Sukhodolsky
b090a07e19
fix for 952508 (RequireThis generates Unable find where 'x' is declared.
2004-10-18 18:13:14 +00:00
Lars Kühne
d8fcf45143
rfe #1041590 , allow header specification directly in checkstyle config file
2004-10-16 17:27:20 +00:00
Lars Kühne
d1a2974764
rfe #1041590 , allow header specification directly in checkstyle config file
2004-10-16 17:13:04 +00:00
Lars Kühne
510bf2e6a7
updated links
2004-10-16 14:05:24 +00:00
Oleg Sukhodolsky
a1ae361325
Let's compile sources with iso-8859-1 encoding
2004-10-14 12:46:48 +00:00
Oleg Sukhodolsky
c9a1ce7de0
Fix for 1033166
2004-10-10 08:47:39 +00:00
Lars Kühne
2c02a737d9
Updated to V 1.7 of commons-beanutils (Apache license 2.0).
...
This allows us to change the type converters locally in AutomaticBean,
not globally per classloader. This change is beneficial mainly
in some embedded scenarios like IDE plugins.
2004-10-09 05:43:46 +00:00
Michael Studman
083ab98e4a
Folded all three Java grammars into one with optional assert/enum keyword treatment.
2004-10-08 12:39:13 +00:00
Oleg Sukhodolsky
1ac7fc3f8f
merging changes from v3 branch
2004-10-05 17:11:54 +00:00
Michael Studman
6125beffc4
Initial Java 1.5 support
2004-09-27 18:55:50 +00:00
Oleg Sukhodolsky
624f82b556
applying patch 1032618 (Fix misspelling of variable)
2004-09-23 12:23:09 +00:00
Oleg Sukhodolsky
fbf91151ca
clean should also remove velocity.log
2004-09-23 10:33:46 +00:00
Oleg Sukhodolsky
30af95bd2a
removing ^M from the file
2004-09-23 10:33:00 +00:00
Oleg Sukhodolsky
31a9795d84
fix for 1032426
2004-09-22 20:31:54 +00:00
Lars Kühne
6fc4ae2d4f
converted DOS to Unix Linefeeds (bug #1032634 )
2004-09-22 18:52:23 +00:00
Oliver Burn
da34a097d0
updated JBuilder link
2004-09-22 00:05:04 +00:00
Oliver Burn
3aa79c31c6
fixed location for clover
2004-09-21 08:12:27 +00:00
Oliver Burn
303cbce950
Tighten up code
2004-08-28 10:32:11 +00:00
Oliver Burn
2f70947ed7
Tighten up code
2004-08-26 13:47:14 +00:00
Oliver Burn
d7ec6a95ac
removed check until code passes
2004-08-26 13:37:52 +00:00
Oliver Burn
5d7063c660
Tighten up code
2004-08-26 13:34:12 +00:00
Oliver Burn
d86a9de35b
Fix a very annoying bug
2004-08-19 14:24:25 +00:00
Oliver Burn
51848478fd
Fix up Eclipse warning.
2004-08-17 13:29:17 +00:00
Oliver Burn
e90dbc731d
Fix up Eclipse warning.
2004-08-17 13:12:25 +00:00
Rick Giles
2af259b791
FinalParametersCheck and FinalLocalVariablesCheck ignore abstract methods (bug 1002849)
2004-08-04 11:17:56 +00:00
Rick Giles
79f61c20a8
fix cs indentation error
2004-08-03 13:48:06 +00:00
Rick Giles
7637487669
Accept Oleg's comments about NPEs, http://sourceforge.net/mailarchive/forum.php?thread_id=5251578&forum_id=2864
2004-08-03 13:45:11 +00:00
Lars Kühne
37bc6ba737
modified have.xalan to make the build work on JDK 1.5/Ant 1.6.2
2004-08-02 08:06:14 +00:00
Lars Kühne
37cdcf101c
added useExternalFile flag to javadoc task (patch 1001577, contributed by Brant Langer Gurganus)
2004-08-02 07:00:08 +00:00
Rick Giles
6cc11418ff
com.puppycrawl.tools.checkstyle.gui.Main accepts an optional file name in the command line (request 1000102)
2004-08-01 16:29:35 +00:00
Rick Giles
748df52c13
fixes possible null pointer exceptions, bad string compares
2004-07-30 14:59:30 +00:00
Rick Giles
a6990c84f0
correct errors introduced automagically by HTML editor (sigh)
2004-07-27 17:39:03 +00:00
Rick Giles
665050b9ca
Corrected documentation error for naming convention checks (bug 987503)
2004-07-27 17:26:37 +00:00
Rick Giles
62179e05f3
FinalLocalVariable ignores parameters of interface methods (request 993922)
2004-07-25 19:11:26 +00:00
Rick Giles
02ad1308ff
fix indentation error
2004-07-25 18:33:13 +00:00
Rick Giles
8ab17acbc6
DataAbstractionCoupling reports coupling classes, contributed by Benoit Xhenseval (request 990055)
2004-07-25 18:26:58 +00:00
Oliver Burn
3b5e5d728b
Fix checkstyle errors
2004-07-21 12:02:13 +00:00
Oliver Burn
09dd78602f
Fix checkstyle errors
2004-07-21 11:53:24 +00:00
Oliver Burn
80c8e1c7a8
General cleanup.
2004-07-21 11:35:00 +00:00
Oliver Burn
889f470ea6
General cleanup
2004-07-21 11:15:46 +00:00
Lars Kühne
ff5ffa9602
fixed tab characters that were introduced during last commit
2004-07-06 05:24:17 +00:00