Commit Graph

958 Commits

Author SHA1 Message Date
Rick Giles 55df1e950d version 3.0 documentation 2002-12-19 10:52:55 +00:00
Rick Giles 7feaf606e8 Prevent user from changing tokens in the configuration. 2002-12-19 09:46:36 +00:00
Oliver Burn a14bce7522 Refactored all the LeftCurly checks into one 2002-12-19 06:55:35 +00:00
Oliver Burn f50c47545a Refactored all the LeftCurly checks into one 2002-12-19 06:50:19 +00:00
Oliver Burn b2ceac7a2b Removed test as requested. Not required anymore 2002-12-19 03:50:22 +00:00
Rick Giles 8ccfddcd2d version 3.0 documentation and minor corrections 2002-12-19 00:04:37 +00:00
Rick Giles 5231c6334c version 3.0 documentation and minor changes 2002-12-18 20:59:58 +00:00
Rick Giles 65d0c68b6c Removed unused import (oops). 2002-12-18 19:04:50 +00:00
Rick Giles e68e6c3cff Prevent user from specifying tokens in a configuration file. 2002-12-18 18:58:59 +00:00
Rick Giles 1612aaf7d7 minor documentation corrections 2002-12-18 18:06:23 +00:00
Rick Giles c803de8b13 version 3.0 documentation 2002-12-18 18:05:35 +00:00
Rick Giles 2d88ca65d2 Javadoc correction 2002-12-18 16:18:31 +00:00
Rick Giles 3411c89f4c Removed redundant configuration 2002-12-18 16:17:50 +00:00
Rick Giles b69da28d37 added RedundantImport 2002-12-18 15:17:56 +00:00
Rick Giles ab335def94 version 3.0 documentation 2002-12-18 14:37:18 +00:00
Rick Giles 0dc5dd977b allocate acceptable tokens only when necessary 2002-12-18 11:19:02 +00:00
Rick Giles 86d25d78aa Removed "acceptable" adjective" for tokens 2002-12-18 11:04:53 +00:00
Rick Giles 95a5040ccc Added required tokens. 2002-12-18 10:55:36 +00:00
Rick Giles db76ce4905 Removed "acceptable" adjective for a Check's tokens.
Spelling corrections.
2002-12-18 09:43:32 +00:00
Rick Giles 0f53fe215f version 3.0 documentation 2002-12-18 00:56:19 +00:00
Lars Kühne 71b822ec3a lots of stuff added 2002-12-17 23:02:02 +00:00
Oliver Burn 39ff4631b4 should this test still exist??? 2002-12-17 22:21:17 +00:00
Rick Giles e56a2c1543 version 3.0 documentation 2002-12-17 21:53:21 +00:00
Rick Giles a1518aee35 Removed reference to "default tokens" - just confuses the issue. 2002-12-17 20:55:12 +00:00
Rick Giles 2a29a7cb4c Added method getAcceptableTokens.
Rationale: user can configure only METHOD_DEF and CTOR_DEF tokens.
2002-12-17 20:48:30 +00:00
Rick Giles 9b84d05630 Added section XML Details.
XHTML validated.
Ready for "proof-reading"...
2002-12-17 19:25:11 +00:00
Rick Giles 94b4bfc10f added section Treewalker Checks 2002-12-17 12:14:27 +00:00
Rick Giles 0fc6f9aad0 Properties section. 2002-12-17 00:12:53 +00:00
Rick Giles 9086d3588a Modules section 2002-12-16 17:10:43 +00:00
Lars Kühne 0d9674b955 with the delegation approach the PackageNamesBean is obsolete 2002-12-16 06:30:17 +00:00
Lars Kühne 88e89a138a Changed implementation of module name resolution from inheritance to delegation approach 2002-12-16 06:26:46 +00:00
Rick Giles 4cc94a581c dropped suffix "Check" 2002-12-16 00:57:03 +00:00
Rick Giles 72b40a3552 corrected Javadoc comment 2002-12-16 00:40:47 +00:00
Rick Giles fa0c0353c2 Changed Javadoc documentation for "config" elements to "module" elements. 2002-12-16 00:37:36 +00:00
Rick Giles 4564aecb5c Changed configuration XML element "config" to "module".
Dropped suffix "Check" in Check configurations.
2002-12-16 00:22:14 +00:00
Rick Giles 04483a77e8 Start on Configuration documentation. 2002-12-15 15:59:26 +00:00
Lars Kühne 469acd6705 fixed more typos 2002-12-15 12:30:02 +00:00
Rick Giles 39d8deed5d Added FileLengthCheck.
Improved defaults for tokens property.
Removed "Check" from config names in XML.
Will start overview next.
2002-12-15 12:26:29 +00:00
Lars Kühne 9117c94188 changed order of Checks/FileSetChecks chapters
fixed typos
2002-12-15 12:26:17 +00:00
Rick Giles fedf99f9a8 Minor cleanup. Uncomfortable with duplication in TreeWalker. 2002-12-15 12:11:50 +00:00
Rick Giles 958d0dae4d if instantiating with aName fails, try aName + "Check" (Lars' suggestion) 2002-12-15 12:10:07 +00:00
Lars Kühne e024f6fd18 removed old gui call.
take advantage of the new if attribute of the fail task in Ant 1.5
2002-12-15 11:54:31 +00:00
Lars Kühne 3a5f587882 renamed ASSERT to LITERAL_ASSERT for consistency with other literal tokens 2002-12-15 09:02:11 +00:00
Rick Giles c4a1f37d6a prototype for v. 3 check documentation
Comments? Should it be continued for other categories?
Help - What to say about tokens?
Note that MethodLengthCheck documentation has property ignorePattern -
could be a good thing for ignoring comments and blank lines. Should it be
implemented?
2002-12-14 12:39:49 +00:00
Lars Kühne 278b12b7c2 Removed DetailsAST.setParent() from public API.
I'm scaring myself with the techniques I used to achieve this, but
I opted for getting the API right. We can't fix the API once
it's out the door, whereas we can try to remove this hack later after
more investigation how ANLTR works.
2002-12-14 11:09:22 +00:00
Lars Kühne 298563ba53 small additions 2002-12-14 10:45:10 +00:00
Rick Giles 03a5b03421 DTD for XMLLogger output 2002-12-13 15:37:26 +00:00
Lars Kühne 4bbae6fd46 added intro and FileSetChecks chapter. Not sure that FileSetCheck chapter
is at the right position, it's hard to understand the example without the
i18n chapter in Checks. I'll think about having the Checks chapter first.
2002-12-13 06:56:21 +00:00
Rick Giles 6ba28f2ef1 Added XML declaration.
A DTD would be nice, too.
Will work on that tomorrow.
2002-12-12 23:52:30 +00:00
Rick Giles 148513d67a paranoia 2002-12-12 20:51:56 +00:00