Lars Kühne
e4eee5699c
docs how to contribute to the project
2003-04-30 22:41:08 +00:00
Lars Kühne
e904c08607
added classloader property so the Checker is contextualized
...
correctly from the ant task
2003-04-30 20:26:26 +00:00
Oliver Burn
ff05a6ff5e
Patch from Oleg Sukhodolsky to fix documentation. (bug 727896)
2003-04-28 12:28:29 +00:00
Lars Kühne
9aab61241e
added IndentationCheck, contributed by John Richardson
...
This check currently fails to pass checkstyle.checkstyle
because most methods are missing javadoc, I hope somebody
can help me adding it
2003-04-25 05:21:27 +00:00
Lars Kühne
1ffc5bbc39
test input file for IndentationCheck
2003-04-25 05:20:18 +00:00
Oliver Burn
5ace399de6
Another quality patch from Oleg Sukhodolsky to fix TranslationCheck Test
...
bug. (bug 720925).
2003-04-24 08:18:53 +00:00
Lars Kühne
ee57742c06
added german translation for missing.switch.default
2003-04-21 07:07:30 +00:00
Oliver Burn
5382d84917
Fix errors found by the new check.
2003-04-18 11:22:01 +00:00
Oliver Burn
cd6e8a32d2
Patch from Oleg Sukhodolsky to add MissingSwitchDefaultCheck to check that a
...
switch statement has a default clause (request 564199).
2003-04-18 11:14:48 +00:00
Lars Kühne
f4fb9cf0fc
added german translation for final.class
2003-04-18 10:57:38 +00:00
Lars Kühne
948a7374b0
removed token types that do not appear in the tree,
...
as unused garbage makes the API larger and more confusing
2003-04-18 10:46:54 +00:00
Lars Kühne
0c913a1b17
resolved HTML syntax errors in documentation (bug 721458)
2003-04-18 09:29:15 +00:00
Lars Kühne
c8a0d72210
reset message collector in filesetchecks
2003-04-18 09:12:33 +00:00
Oliver Burn
55fcf189eb
Fix errors found by the new check.
2003-04-18 08:50:05 +00:00
Oliver Burn
308d5b0294
Patch from Oleg Sukhodolsky to add FinalCheck to check that classes are
...
declared final if they only contain private constructors (request 696290).
Quite like the use of the visit/leave token methods.
2003-04-18 08:37:34 +00:00
Lars Kühne
1197b294ce
added rfe number to severity level feature
2003-04-18 06:58:44 +00:00
Oliver Burn
c822fc497e
Max the maximum size more lax. Peter Dobratz did an amazing job documenting
...
the token types. Ideally would like a way to fine grain the check
2003-04-18 06:52:36 +00:00
Lars Kühne
b7f58129fa
fixed java sytax error in example
2003-04-18 06:32:57 +00:00
Oliver Burn
c69b2f8481
Added SlickEdit reference
2003-04-16 07:19:03 +00:00
Lars Kühne
7eddfd71a0
tests for NewlineAtEndOfFile check, contributed by Christopher Lenz
2003-04-15 19:56:13 +00:00
Lars Kühne
6520032fd7
added NewLineAtEOF
2003-04-12 14:15:10 +00:00
Lars Kühne
09efd9db71
tests for NewlineAtEndOfFile check, contributed by Christopher Lenz
2003-04-12 14:02:07 +00:00
Lars Kühne
35139b1ca2
test files for NewLineAtEOF check
...
Note: These files are checked in as binary files so the unit tests are
independent of how CVS messes around with newline characters when
these files are checked out
2003-04-12 14:01:22 +00:00
Lars Kühne
6cbf99acd8
fixed docs of DesignForInheritance, static methods are now ignored
2003-04-11 04:44:18 +00:00
Lars Kühne
d0f2c7d53f
don't flag static methods, bugrport and fix by Christopher Lenz
2003-04-10 04:37:32 +00:00
Lars Kühne
1cc0a79b77
improved javadoc, contributed by Peter Dobratz
2003-04-08 05:19:59 +00:00
Lars Kühne
002b55c219
added NewlineAtEndOfFile check, contributed by Christopher Lenz
2003-04-06 12:27:55 +00:00
Lars Kühne
59aa156470
added NewlineAtEndOfFile check, contributed by Christopher Lenz
2003-04-06 12:16:03 +00:00
Lars Kühne
168901fbd8
error message for NewLineAtEOF check
2003-04-06 11:01:18 +00:00
Lars Kühne
2fdb7b43e7
assign expected and actual result to variables, eases debugging
2003-04-06 11:00:19 +00:00
Oliver Burn
29390c5b02
Fix bug 713716: grammar bug defaulting to float and not double.
2003-04-02 11:19:17 +00:00
Lars Kühne
b94cc23891
test case for problem reported by Oleg Sukhodolsky in patch #713239
2003-04-01 20:07:00 +00:00
Lars Kühne
3bf83180c9
fixed bug reported by Oleg Sukhodolsky in patch #713239
2003-04-01 20:05:39 +00:00
Lars Kühne
36d1d1bd0f
make DesignForInheritance a warning
...
record rfe id for "wait outside loop"
2003-03-31 17:58:55 +00:00
Lars Kühne
e8a1b54e79
behave like gcc when emitting warnings, i.e. prepend "warning: " to the message
2003-03-31 17:52:58 +00:00
Lars Kühne
32c3ee46e3
removed the "threadsafe" keyword, fix for bug #710319
2003-03-30 14:58:22 +00:00
Lars Kühne
2727c0a857
removed the "threadsafe" keyword, fix for bug #710319
2003-03-30 14:48:12 +00:00
Lars Kühne
752ce8ceed
forgot to add input file for double checked locking test
2003-03-30 13:29:23 +00:00
Lars Kühne
9a2675e580
added unit tests for DesignForInheritanceCheck
2003-03-30 13:27:09 +00:00
Lars Kühne
b42ddf006f
i18n DesignForInheritance
2003-03-30 13:25:56 +00:00
Oliver Burn
712a812fdd
Fix broken Maven links
2003-03-30 06:41:04 +00:00
Oliver Burn
b0902e01cc
Minor syntax. I really like this check as I used to use the idiom. BTW, I
...
think an input test file has not been added to CVS as the unit test fails.
2003-03-30 02:38:42 +00:00
Oliver Burn
3e5a642f7c
Fix Javadoc error. Bizarre, but if I make the tag {@inheritDoc}, the Javadoc
...
hangs?!
2003-03-30 02:37:08 +00:00
Lars Kühne
8f965910b0
added check to detect the double-checked locking idiom, rfe #709333
2003-03-29 17:34:12 +00:00
Lars Kühne
ba1663fc94
rfe #528196 , task should output version info
2003-03-29 13:39:22 +00:00
Oliver Burn
80da4bb9ba
Small cleanup
2003-03-29 02:48:36 +00:00
Oliver Burn
1781e78175
Fix spelling mistake - I am a shocker I know. ;-)
2003-03-29 00:36:04 +00:00
Oliver Burn
f09c190dff
Added support for metadata in the configuration file. This required increasing
...
the version number to 1.1. I thought this made sense, even though the change
was backwardly compatible.
2003-03-29 00:29:25 +00:00
Oliver Burn
77945f2962
Upgrade to ANTLR 2.7.2. There is now no concept of a runtime JAR. Pity, but
...
such is life.
2003-03-28 13:30:15 +00:00
Oliver Burn
d1eb126cae
Patch from Peter Dobratz to make the file xhtml compliant.
2003-03-27 12:12:02 +00:00