Commit Graph

696 Commits

Author SHA1 Message Date
Rick Giles cf7e4c19e3 renamed XML element "set-property" to "property" 2002-11-18 10:03:05 +00:00
Lars Kühne bac2f07937 removed toString() to
get better coverage of DetailAST and to
improve the readability of the leftmost column in the gui
2002-11-17 16:13:38 +00:00
Lars Kühne 0e57b8d026 improve test coverage of AbstractFormatCheck 2002-11-17 15:57:36 +00:00
Lars Kühne a8dc464f06 improve test coverage of HeaderCheck 2002-11-17 15:41:06 +00:00
Lars Kühne dce6e0d57e removed obsolete Global Property "require package html"
and additional cleanup since that was the last boolean property
2002-11-17 15:37:39 +00:00
Lars Kühne 08f2b317d6 removed obsolete Global Property "require package html"
and additional cleanup since that was the last boolean property
2002-11-17 15:24:55 +00:00
Lars Kühne 52d9d94ca6 removed obsolete Global Property "require package html"
and additional cleanup since that was the last boolean property
2002-11-17 09:14:30 +00:00
Lars Kühne 82b2ba5269 Moved stripping of basedir to the event handling routines.
This separates concerns in parse(File) as a preparation for moving that method to TreeWalker.
It also fixes bug #622290 (package name reported incorrectly) once I integrate PackageHtmlCheck.
2002-11-17 08:24:50 +00:00
Lars Kühne b33ff29c69 made TreeWalker public so that parse() is accessible from gui 2002-11-17 08:13:20 +00:00
Lars Kühne 93390fbc8a moved parse() from Checker to TreeWalker 2002-11-17 08:05:35 +00:00
Lars Kühne 62133d9541 fixed javadoc errors for build.bindist 2002-11-17 07:17:35 +00:00
Lars Kühne 822384a711 Changed signature of Checker.process(String[]) to process(File[])
This is a step towards making TreeWalker a FileSetCheck, next some
methods need to be moved around.
2002-11-17 06:48:56 +00:00
Lars Kühne cb2862b73a fixed checkstyle errors 2002-11-17 06:47:38 +00:00
Rick Giles cb475adb81 corrected syntax errors in test inputs 2002-11-16 20:27:48 +00:00
Rick Giles 2debda611f Added overriding global properties
Needs testing, especially in ant with CheckstyleTask.
2002-11-16 19:38:07 +00:00
Lars Kühne a4ce4c6bb4 added initial core implementation of TranslationCheck (rfe #634966)
integration into checker and tests is still missing
2002-11-16 17:31:56 +00:00
Rick Giles 3c0608f33a Wrapped GlobalProperties and CheckConfiguration[] into a Configuration
class. TODO: Integrate with CheckStyleTask
2002-11-15 18:18:52 +00:00
Oliver Burn f8f6ded7b4 Upgrading to JUnit 3.8.1 2002-11-15 14:08:11 +00:00
Oliver Burn 5fdbc89958 removed unused import - Eclipse keeps telling me about it. :-) 2002-11-15 13:42:48 +00:00
Rick Giles 2cb0dc8423 added tests for Options - especially sensitive to enumerations 2002-11-14 23:47:51 +00:00
Lars Kühne 788044ce81 removed old package.html check 2002-11-14 18:04:02 +00:00
Lars Kühne 0de0817fb1 added scetch of PackageHtmlCheck as the first FileSetCheck 2002-11-14 18:01:22 +00:00
Lars Kühne 6f378fdf3d added scetch of PackageHtmlCheck as the first FileSetCheck 2002-11-14 17:48:08 +00:00
Lars Kühne efea3a3e56 added FileSetCheck interface 2002-11-14 17:43:01 +00:00
Rick Giles 9413f1a0af fixed bug in option enumerations - now each class has it's own enumeration 2002-11-14 15:59:49 +00:00
Oliver Burn 59ef3ec378 fix minor bug 2002-11-14 12:06:45 +00:00
Oliver Burn c6fcfc3e22 Updated to include the checks package. I am thinking that standard Javadoc is
a good way to document our checks. Suggest others generate the Javadoc and
have a look at it.
2002-11-14 12:02:06 +00:00
Rick Giles 224c9c3c45 renamed Configuration to GlobalProperties 2002-11-14 10:37:34 +00:00
Rick Giles 4a638fc0e6 Added global-property to DTD.
Removed DTD from XML file until fix of ConfigurationLoader
2002-11-14 10:10:27 +00:00
Rick Giles 6f4247181b rename Configuration to GlobalProperties 2002-11-14 10:07:16 +00:00
Rick Giles e71b877a42 corrected TestCases 2002-11-14 01:06:24 +00:00
Rick Giles a5adce4215 added a JUnit TestSuite for all the tests 2002-11-14 00:39:49 +00:00
Lars Kühne 2bec331db6 allow access to the error identifier 2002-11-13 06:06:22 +00:00
Oliver Burn 42a0f5684e removed unused code 2002-11-13 04:57:27 +00:00
Oliver Burn 503bc5b788 removed unused code 2002-11-13 04:39:59 +00:00
Oliver Burn f865ae5802 removed unused code 2002-11-13 04:33:23 +00:00
Oliver Burn 852984587a Fix checkstyle error 2002-11-13 04:28:56 +00:00
Oliver Burn 4cbd709c01 This is a really enjoyable commit to make. I have finally got to remove the
ugly Verifier class. The only remaining check are based on the new fileset
check that Lars putting together. Magic. :-)
2002-11-13 04:21:21 +00:00
Oliver Burn 01d27913a7 removed old TODO checking 2002-11-13 02:35:26 +00:00
Oliver Burn 7514320e04 Implemented the TODO check that goes against comments only. 2002-11-13 02:19:46 +00:00
Rick Giles 113081ffce added task to validate XML files 2002-11-13 00:08:34 +00:00
Rick Giles 6f36f2811d added DTD for checkstyle configuration 2002-11-12 23:20:51 +00:00
Rick Giles 1b5aa2b6f2 cleanup from whitespace checks 2002-11-12 13:27:49 +00:00
Rick Giles 897258c8bf removed dead code 2002-11-12 10:17:26 +00:00
Oliver Burn d0dfd4b95d removed dead code 2002-11-12 02:42:12 +00:00
Rick Giles 319721560e port check for whitespace after SEMI 2002-11-12 01:25:22 +00:00
Rick Giles a298a50d48 correction to handle SEMI after LITERAL_RETURN 2002-11-12 00:01:55 +00:00
Oliver Burn c39e721361 Now include SEMI in the tree. 2002-11-11 22:10:24 +00:00
Oliver Burn 1cea376589 Refactoring the command line processing to use the new Jakarta Commons package
http://jakarta.apache.org/commons/cli/. It is quite a nice package.
2002-11-11 21:52:55 +00:00
Rick Giles 7ae04fd647 improve test coverage for OperatorWrapCheck 2002-11-11 14:47:47 +00:00