Commit Graph

122 Commits

Author SHA1 Message Date
Oliver Burn 0ba8ef9e87 JARs required to build & run Checkstyle. I remembered the -kb option. ;-) 2002-02-01 03:06:51 +00:00
Oliver Burn 8f5eb02840 Changed so you no longer need to have ANTLR in your classpath when running ANT.
This cleans up the really ugly hack of using the reverseloader + makes it easier
to make build "out-of-the-box".
2002-02-01 02:48:29 +00:00
Oliver Burn a5abed5101 Changed direct reference to getProject() 2002-01-28 22:15:08 +00:00
Lars Kühne 8e6328559e fix bug #508010, documentation and code are inconsistent 2002-01-24 18:34:47 +00:00
Oliver Burn 82ed05b01a Fixed HTML errors reported by Tidy. 2002-01-24 04:10:58 +00:00
Oliver Burn 01f4ac16ed Fixed the home page to be sourceforge 2002-01-24 02:44:29 +00:00
Oliver Burn 6158ee25ca Improved copying the files in distributions. 2002-01-24 01:59:14 +00:00
Oliver Burn 673e98d6eb Added the SourceForge logo as required 2002-01-23 13:02:37 +00:00
Oliver Burn c3c6175fc5 Refactored the technique to avoid classes being included in Javadoc. Now
renames files not be included in Javadoc.
2002-01-23 12:45:37 +00:00
Oliver Burn 2b6c9c654a Added warning not to use this class outside of this package. 2002-01-23 12:42:01 +00:00
Oliver Burn 15c7162ea4 Refactored Checker to not take a PrintStream. All errors are not logged to
standard output.
2002-01-23 12:28:49 +00:00
Lars Kühne 5a527aba40 be smart about CVS files when cleaning up docs/api 2002-01-22 06:08:03 +00:00
Oliver Burn 9dd92fc237 cleaned up after a review by a colleague. 2002-01-22 05:39:28 +00:00
Lars Kühne 0e7bf93131 include javadoc in bindist, no javadoc for Generated classes 2002-01-22 05:27:50 +00:00
Lars Kühne 45120a140e must be public, used as param in public method of Configuration 2002-01-22 05:23:25 +00:00
Oliver Burn 130a7d0932 improved comments about output format 2002-01-22 01:48:05 +00:00
Oliver Burn 604162085b improved comments about output format 2002-01-22 01:22:43 +00:00
Oliver Burn 7d5276b6a2 added support for generating Javadoc 2002-01-22 01:05:56 +00:00
Oliver Burn f755213c9e tightened the scope 2002-01-22 01:05:22 +00:00
Oliver Burn f5e1312191 ignore files 2002-01-21 23:45:23 +00:00
Lars Kühne 3cb5c532cf use consistent style in all documentation files 2002-01-21 18:51:25 +00:00
Oliver Burn d0dd35e29d added comments on formatter (draft) 2002-01-21 12:46:46 +00:00
Oliver Burn 1a8665ffc1 started to add docs on the formatter 2002-01-21 12:35:37 +00:00
Oliver Burn f1aa8a33bc Final comments about output 2002-01-21 12:08:30 +00:00
Oliver Burn d4e7792f24 Made public so can be used outside the package 2002-01-21 11:54:27 +00:00
Oliver Burn acb0b4e16a started on documenting the formatters - not finished yet. 2002-01-21 06:33:43 +00:00
Oliver Burn b7fd0ec6c7 fixed the corrupt binary 2002-01-21 06:28:23 +00:00
Oliver Burn d137c3a72e grammar correction 2002-01-21 04:12:23 +00:00
Oliver Burn 16a2469de9 fixed the link errors 2002-01-21 04:12:00 +00:00
Oliver Burn e4d4d72440 renamed to index.html 2002-01-21 03:45:54 +00:00
Oliver Burn 359500ded0 Converted to be the home page 2002-01-21 03:44:45 +00:00
Oliver Burn ea8c1c3bc8 added more text 2002-01-21 03:42:16 +00:00
Oliver Burn ae0c61668f removed the annoying font size stuff 2002-01-21 03:41:38 +00:00
Oliver Burn b07067274b first cut 2002-01-21 03:41:07 +00:00
Lars Kühne 2fdc69f6a9 include author email address, make class package visible instead of public 2002-01-20 08:49:03 +00:00
Lars Kühne c23d3ef0d5 make it easier to read varformat table when following the links from cmdline.html 2002-01-20 08:41:59 +00:00
Lars Kühne 8d66c2d693 now refers to sourceforge for uptodate lists, also removed bugs known to be fixed 2002-01-20 08:36:19 +00:00
Lars Kühne 5a9a68e619 removed hashmarks from @see tags, they resulted in errors during javadoc generation 2002-01-20 08:27:55 +00:00
Lars Kühne 7f16f80c83 included all links except the javadoc link in left menu 2002-01-20 08:21:11 +00:00
Lars Kühne df523818b2 refer to checkstyle version 1.4 and sourceforge homepage 2002-01-20 08:15:00 +00:00
Lars Kühne b127875884 display code in medium size, extra small is almost unreadable (at least in Mozilla) 2002-01-17 06:43:41 +00:00
Lars Kühne eaf23591a5 added secions 'Related Tools' and 'Download' 2002-01-17 06:42:26 +00:00
Oliver Burn 62f7c400e1 The start of the new home page/documentation. 2002-01-16 11:47:36 +00:00
Oliver Burn f0d7921279 Added a default constructor to XMLLogger so it can be used by the ANT task.
Also updated build.xml to use the plain logger.
2002-01-15 23:51:49 +00:00
Oliver Burn 2727473656 Changed the defaults for member/static/parameter regexps to match the Sun coding
standard. The intent of this change is to make it easier for people to use
checkstyle out-of-the-box to check the Sun coding standard.
2002-01-15 12:54:03 +00:00
Lars Kühne d7de3bef0b Added tests to WS around DIV and MOD. All multiplicative expressions are now covered. 2002-01-15 06:04:46 +00:00
Oliver Burn 3af1c99a0c Removed support for assert keyword. It breaks the parser on legal java
prior to JDK 1.4.
2002-01-14 05:07:22 +00:00
Oliver Burn cb0fdf5428 Fixed a bug with JavaDoc checking in class/instance initialisers. 2002-01-14 04:33:15 +00:00
Oliver Burn 8d6fa332a9 Re-factored VerifierImpl to be called Verifier. The original intention of
the interface was to allow different verifiers to be swapped in. Considering
how much work would be required to create a verifier from scratch, people
are more likely to just want to extend VerifierImpl.
2002-01-14 02:56:15 +00:00
Oliver Burn f8ea4c69a2 Removed all evidence of the java.tree.g file. 2002-01-14 01:33:42 +00:00