Commit Graph

65 Commits

Author SHA1 Message Date
lkuehne 6570adaa7a fixed misspelled word, thanks to Paul Roebuck for finding this one 2003-02-11 05:20:58 +00:00
lkuehne 264ae609b9 added docs for configURL attribute 2003-02-08 18:02:17 +00:00
lkuehne 4e31379067 moved property expansion from api package to private method of ConfigurationLoader (bug #670594)
also added property expansion of ANT properties
2003-01-28 19:56:24 +00:00
lkuehne 7154d11833 added XML parser as a requirement - easy to forget when you're running JDK 1.4 2003-01-07 19:35:46 +00:00
lkuehne 471a9bba04 added required jars.
We should add some version info, but I don't know what exactly is required.
2002-12-22 12:08:45 +00:00
rickgiles 943cc8230d XHTML validated 2002-12-21 11:16:59 +00:00
rickgiles f01a567092 version 3.0 documentation.
please double-check examples.
unvalidated - validator site is currently unavailable.
2002-12-20 13:30:15 +00:00
oburn 7150a715bd The absolutely last refactoring change with the properties config stuff. I am
sick it. Absolutely sick of it! Completely and utterly sick of it!! Still, the
change is better for the future.
2002-09-07 02:02:24 +00:00
oburn 1cb2298dec Yet another refactor to have the ANT task support a nested <property>
element. This let me remove the ugly have I put in to support relative
paths. Got the idea from Vincet Massol. Bug 605141.
2002-09-07 01:36:40 +00:00
oburn ac01f1cff4 Cleaned up to use the new config files. 2002-09-04 12:28:11 +00:00
oburn e231df0d5c Added copyright statements (I have lawyers!). Also removed invalid docs from
main documents.
2002-09-04 11:37:28 +00:00
oburn 3321fe883a Incorporate patch 555878 from Rick Giles to allow pattern for local final
variables to be specified.
2002-08-21 08:08:43 +00:00
oburn c2e09b6476 Implemented enforcing having @version tag. (Request 543964). 2002-08-20 13:08:37 +00:00
oburn a40ead577a Added support to specify a country so that the call to the Locale()
constructor is not dependent on JDK 1.4.
2002-08-12 12:10:57 +00:00
oburn d22e93737e Added documentation for localisation and the ability to set the language. 2002-08-12 09:02:41 +00:00
oburn fad83ee6ec Request 582144: added documentation. 2002-08-12 07:40:29 +00:00
oburn 02be458a13 Changed the wrap on operator implementation to take an option rather than a
boolean. This allows it to be extended easily in the future.
2002-07-08 03:47:56 +00:00
oburn 45dd4a6b1f 571161: Added support for basedir attribute. 2002-07-01 01:57:36 +00:00
oburn 64cb64e0bd Added documentation for checkUnusedThrows. 2002-06-16 12:23:37 +00:00
oburn 165fcd37c6 Added check to ensure that long integer literals use L, not l. Also fixed bug
by my over zealous removal of toString() methods.
2002-06-06 11:45:40 +00:00
oburn fe77aab15c Refactored the catch block checking code to include try/catch/finally blocks. 2002-06-05 13:17:20 +00:00
oburn 0ef4151f64 Added documentation for checking for wrapping on operators 2002-05-29 13:00:28 +00:00
lkuehne 3a524a1f14 Implementation, tests and docs for generalization of instantiation check. Users can now specify a list of classes that are not allowed to be instantiated.
This also fixes Bug 556317, Boolean instantiation, as now a config option is provided and the check for java.lang.Boolean is turned off by default
2002-05-28 20:23:00 +00:00
oburn b631d0b329 Updated for catchBlock option 2002-05-26 13:27:36 +00:00
lkuehne 9919308605 - #516255, find empty exception handlers. Maybe we should add some
"OK if commented" option, but I don't see how to do that in the grammar.
- initial support for #550205, find instantiations of Boolean. This is not
  configurable yet, and we should generalize it to find instantiation of
  arbitrary types. Docs are also still missing, will write them after
  generalization.
2002-05-15 04:34:59 +00:00
oburn 875c65adda Fix documentation to:
- Include a version number in headings
- Use the ANT <filterset> to update the version number. No longer need to
  update the docs for each release.
2002-05-14 04:33:54 +00:00
oburn 1400d3ab6a Request 504275: detect to-do comments 2002-05-13 12:52:55 +00:00
oburn c74bffa197 Updated the version number. 2002-05-10 11:50:03 +00:00
lkuehne 7e6be27b17 doc for tab expansion 2002-05-05 11:45:53 +00:00
lkuehne 3a6cc0cbc4 added documentation for patch 531230, 'add properties file functionality' 2002-04-28 12:53:33 +00:00
oburn 421ce81d20 Changed support for parenthesises padding to take an option, rather that being
a boolean of whether to ignore or not. This will allow the adding of more
styles in the future. Good idea Lars! :-)
2002-04-24 14:36:27 +00:00
oburn 938a85d71f Added option to disable checking for padding of parenthesis. As asked for by
Lars. Eventually should have an option to allow different styles - rather the
current "Sun way" or the "highway.
2002-04-22 10:41:10 +00:00
lkuehne 5718e565a6 Implementation + docs for rfe 537107, "public" in interface methods 2002-04-21 21:02:57 +00:00
lkuehne cd91e0daf7 added check for illegal imports 2002-04-17 04:43:55 +00:00
lkuehne 284c142f1c added documentation for regexp-disabling of line-length checks 2002-04-13 08:31:46 +00:00
lkuehne 9c265a51d0 added example for failureProperty, contribution from Gray Herter [gray _AT_ fgm _DOT_ com] 2002-03-24 09:05:28 +00:00
lkuehne 2dc30634f3 added failureProperty to ant task (RFE 534038) 2002-03-23 17:03:15 +00:00
oburn c172ed2c40 Renamed anttasks.properties to checkstyletask.properties. A much clearer name. 2002-02-25 12:15:07 +00:00
lkuehne 5d01abb1fa added documentation for anttasks.properties 2002-02-24 15:56:22 +00:00
oburn 6f34e62e20 Documented the rcurly option 2002-02-23 11:14:59 +00:00
oburn 1b05f3e541 Fixed errors found by Tidy (http://www.w3.org/People/Raggett/tidy/). 2002-02-22 04:49:30 +00:00
oburn f7343c4f64 Added documentation for the lcurly options. 2002-02-22 04:43:09 +00:00
lkuehne 048b01857c Implementation, docs and test for RFE 438478, ignore multiple lines in header.
This change is compatible for command line, Ant, and API.

The API compatibility resulted in some deprecated methods in Configuration,
you can remove them if you think that API compatibility is not as
important as clean code.
2002-02-10 18:29:10 +00:00
lkuehne 8c1507098b new feature 'headerfile regular expression support, rfe #499259' 2002-02-07 20:34:11 +00:00
oburn 12264ffbfb Updated version to 2.1 - as building for Conor who wants the requirePackageHtml
option.
2002-02-06 05:39:38 +00:00
lkuehne af586326b8 Added documentation for new parameters
requirePackageHtml, methodPattern, localVarPattern, allowPackage
2002-02-05 20:34:21 +00:00
oburn 5f9d8abdb4 Updated to the LGPL and version 2.0. 2002-02-04 12:44:04 +00:00
oburn afe28381e1 Fixed HTML errors reported by Tidy. 2002-01-24 04:10:58 +00:00
oburn 1759f8135e improved comments about output format 2002-01-22 01:48:05 +00:00
lkuehne 8d9c7bd1c9 use consistent style in all documentation files 2002-01-21 18:51:25 +00:00