Oliver Burn
9c3adbdba3
Improve code coverage
2002-12-08 05:05:42 +00:00
Oliver Burn
78a1cb5320
Improve code coverage
2002-12-08 04:52:57 +00:00
Oliver Burn
e7165e0023
ooppss - forgot to add this, Wonder how this is generated?
2002-12-08 04:20:12 +00:00
Oliver Burn
7112470375
improve code coverage
2002-12-08 04:15:07 +00:00
Oliver Burn
8a75a5feec
improve code coverage
2002-12-08 04:09:15 +00:00
Oliver Burn
3215661e63
minor changes found will trying to debug why the tests
...
are failing.
2002-12-08 03:18:25 +00:00
Oliver Burn
f1918ff499
Move across to the correct package
2002-12-07 14:44:27 +00:00
Oliver Burn
2584fe7a9b
Move across to the correct package
2002-12-07 14:34:07 +00:00
Oliver Burn
913cb76d04
Move across to the correct package
2002-12-07 14:22:45 +00:00
Oliver Burn
de9f3e7b88
Move across to the correct package
2002-12-07 14:04:50 +00:00
Oliver Burn
09b3756690
Move across to the correct package
2002-12-07 13:56:24 +00:00
Oliver Burn
57bb8f3e0f
Move across to the correct package
2002-12-07 13:49:22 +00:00
Oliver Burn
3d77a28657
Move across the import checks
2002-12-07 13:43:21 +00:00
Oliver Burn
5190c8f656
Refactoring to put the unit tests for the checks into the
...
proper package.
Side note: Eclipse makes this refactoring very easy to do.
As part of the move it performs all the CVS operations
that are required for moving a file. I actually like the
Eclipse support for CVS, I thought nothing would beat
good old Emacs.
2002-12-07 13:34:49 +00:00
Rick Giles
730ade67d5
changed to regular expressions for @author and @version tags
...
- thanks to Lars for suggestion
2002-12-07 12:02:32 +00:00
Oliver Burn
2386d3e852
Implemented proper error handling for parse errors.
2002-12-07 07:09:13 +00:00
Rick Giles
118b4451d1
updated to current set of test cases
2002-12-06 14:04:04 +00:00
Oliver Burn
cf5946b2ce
Now all the tests run again! Now we need to fix all the
...
Checkstyle errors in the newly added source code.
2002-12-06 06:39:14 +00:00
Oliver Burn
5b90aaa412
Start of investigation into getting the unit tests to run.
2002-12-06 06:31:51 +00:00
Oliver Burn
90ab42cdc7
Small refactoring
2002-12-06 03:52:36 +00:00
Rick Giles
686afc521a
modified for config XML
2002-12-05 18:50:13 +00:00
Lars Kühne
ce9f55c439
make sure that Checker calls the destroy method of FileSetCheck.
...
Clover is really cool, I found this bug by looking at the coverage
of AbstractFileSetCheck - clover told me that destroy was never
executed and that seemed strange to me.
2002-12-05 06:29:51 +00:00
Lars Kühne
46c634bea2
added test for TranslationCheck along with some imput files
2002-12-05 06:07:32 +00:00
Oliver Burn
b2217341ec
wrote in a cleaner way (IMHO :-)
2002-12-02 11:00:22 +00:00
Lars Kühne
dcec4c27ea
fixed bundle of ws.notFollowed
2002-12-02 06:05:30 +00:00
Lars Kühne
e09a108f22
PackageHtmlCheckTest now actually tests something
2002-12-01 11:43:40 +00:00
Lars Kühne
28d305efa2
fixed copy+paste error in last cleanup (RegexpHeaderCheck vs. HeaderCheck)
...
All Checks are running again, Oliver, thanks for your help
2002-12-01 11:05:19 +00:00
Lars Kühne
721bd2c690
changed expected exception class to CheckstyleException
2002-12-01 09:04:36 +00:00
Lars Kühne
8bb244d50b
implement createChecker for real, most tests are running now
2002-12-01 09:02:58 +00:00
Oliver Burn
fbbaff4827
Finally. The tests compile, now to make them run, then pass.
2002-12-01 05:27:33 +00:00
Oliver Burn
5ace8fc09d
Cleanup of the configuration tests. Need to implement
...
new ones..................
2002-12-01 05:25:41 +00:00
Oliver Burn
6a30bbf329
Not required
2002-12-01 05:20:33 +00:00
Oliver Burn
d98c96c4dd
Add done with the easy stuff.
2002-12-01 05:16:37 +00:00
Oliver Burn
01244c83c0
Getting bored doing this - but at least England are
...
still surviving in the cricket (just).
2002-12-01 05:11:15 +00:00
Oliver Burn
dcdf2e222a
Not needed
2002-12-01 05:10:37 +00:00
Oliver Burn
97286137f1
Up to the letter S. The baby is having a good sleep.
2002-12-01 05:07:31 +00:00
Oliver Burn
4aa0a51fb4
the baby is still asleep
2002-12-01 05:02:41 +00:00
Oliver Burn
639f75a49f
I like to commit often - cause when the baby wakes up
...
the computer is off.
2002-12-01 04:55:25 +00:00
Oliver Burn
4289f26b6a
The problem with so many tests, is that fundamental
...
refactorings can take time. That is not a repeat.
2002-12-01 04:50:08 +00:00
Oliver Burn
d8793fc1f6
Get more of the unit test code to compile. Had I mentioned
...
that?
2002-12-01 04:43:30 +00:00
Oliver Burn
69735778f8
Get the unit test code to compile. Am I repeating myself?
...
I hope not.
2002-12-01 04:39:50 +00:00
Oliver Burn
79a25c2edc
Added a helper method to create a configuration for a check.
...
As they say in XP, "never repeat yourself". So I will try to
"never repeat yourself".
2002-12-01 04:34:28 +00:00
Oliver Burn
cff42d4cd7
Fixing the tests for the new framework. Will get it to compile
...
and will then finish the implementation of createChecker().
2002-12-01 04:23:00 +00:00
Rick Giles
a955b402b7
code for properties expansion copied from ant
2002-11-30 17:07:24 +00:00
Rick Giles
085befb3ad
moved CheckstyleException to api package to support avalonization
2002-11-30 16:58:59 +00:00
Rick Giles
4d307934ff
Made check independent of order of declarations.
2002-11-28 10:11:26 +00:00
Oliver Burn
89e678ee28
Removed an IGNORE option. It makes not sense with the
...
new framework.
2002-11-26 06:31:49 +00:00
Oliver Burn
6574816a2a
Fix broken test - sorry about that.
2002-11-26 06:31:20 +00:00
Oliver Burn
6a5a68f6d8
Fixed bug in handling '{' for whitespace checking.
2002-11-23 08:08:50 +00:00
Oliver Burn
aa1032931c
Tighten the checks.
2002-11-23 07:54:25 +00:00