Oliver Burn
71bc6b9733
removed crimson jar
2004-06-22 22:07:08 +00:00
Rick Giles
09f3ba94a6
fix checkstyle errors
2004-06-22 18:05:33 +00:00
Rick Giles
df32e217c9
more message info in UnsupportedEncodingException
2004-06-22 12:29:36 +00:00
Rick Giles
915c6568cf
Added charset property to TreeWalker and StrictDuplicateCode check (addresses bug 975346)
2004-06-22 11:42:44 +00:00
Rick Giles
75ede62d22
correct charset (sorry for the name mangle, Lars)
2004-06-22 11:13:58 +00:00
Rick Giles
ecef6a81a0
replace method that ANTLR 2.7.4 tags as deprecated since 2.7.1
2004-06-22 09:35:57 +00:00
Rick Giles
44e3d33fc2
Better information for unexpected char, RFE 666188
2004-06-21 22:30:52 +00:00
Rick Giles
d622cf7e42
add filter that suppresses audit events according to source file comments
2004-06-12 16:04:13 +00:00
Lars Kühne
97da7167f4
find duplicates within the same file
...
fixes problem reported on user list by Olivier Schmeltzer
2004-06-12 06:25:25 +00:00
Rick Giles
784f0bda44
example of an ant build file and stylesheet for generation of an
...
HTML error report with links to source code
2004-06-11 09:00:19 +00:00
Rick Giles
cdf603dd48
update usage example in comments to checkstyle 3.x
2004-06-09 14:05:48 +00:00
Rick Giles
c94b581367
Create XML parsers that process namespace URIs. Now users can incorporate XInclude processing in a checkstyle config file without changing the parser factory.
2004-05-30 13:00:21 +00:00
Rick Giles
18dd5574c7
Exclude transmogrify files from checking in target checkstyle.style
2004-05-29 18:00:03 +00:00
Rick Giles
3e458d07a7
Template configuration, RFE 954442
2004-05-29 09:56:00 +00:00
Rick Giles
114baaccac
example of how to configure the XML parser factory for Checkstyle,
...
and how to support XInclude processing
2004-05-28 15:58:38 +00:00
Rick Giles
1ae462f726
undo direct support for namespaces - can be done with parser config
2004-05-28 15:48:23 +00:00
Rick Giles
34e70b218d
Make namespace URIs available (useful for XInclude processing, etc.)
2004-05-27 23:20:49 +00:00
Rick Giles
e577b7ebb8
applied patch 959995 to fix JavadocTypeCheck bug of not finding a
...
tag on the firt line of a comment
2004-05-26 11:44:06 +00:00
Rick Giles
83bc4ecbc4
Place Xerces in tests classpath to prevent ant 1.6.1 load of Crimson parser.
...
Crimson parser error messages cause failures in ConfigurationLoaderTest.
2004-05-24 14:45:44 +00:00
Oliver Burn
e9bdc54e42
Formating of redundant else statements
2004-05-24 10:46:26 +00:00
Oliver Burn
9423bd2f1d
Remove silly casts
2004-05-24 10:45:35 +00:00
Rick Giles
ed7bdbd3b2
ModifiedControlVariableCheck contributed by Daniel Grenner, patch 927680
2004-05-20 09:38:35 +00:00
Rick Giles
0e3f18dd62
MultipleStringLiteralsCheck contributed by Daniel Grenner, patch 929882
2004-05-19 22:54:47 +00:00
Rick Giles
fa51f3e572
fix bug 955925, JUnitTestCase erroneously mentions
...
tearDown instead of setUp. Patch by Paul Guyot
2004-05-19 12:02:55 +00:00
Oleg Sukhodolsky
0552633266
Fix for 952508 (imports and RequireThis)
2004-05-15 11:07:21 +00:00
Rick Giles
4704f91988
removed debugging code (tsk, tsk).
2004-05-11 22:09:35 +00:00
Rick Giles
3f09770c89
fixed bug 950548 - Bug in UnusedPrivateMethod
2004-05-11 21:32:24 +00:00
Lars Kühne
0bef599134
make tables look pretty
2004-05-08 15:30:21 +00:00
Lars Kühne
55de633c70
added "related tools" section.
...
I took the liberty to use a table instead of a bullet list,
that way it's much easier to find an answer to the most important question: Is my IDE supported?
2004-05-08 13:30:35 +00:00
Lars Kühne
8d330e8379
avoid messages on System.out
2004-05-08 11:12:53 +00:00
Lars Kühne
7a731ceed8
added page title markers for docs autogeneration
2004-05-08 10:46:54 +00:00
Lars Kühne
a3c55ed820
added build targets for docs autogeneration
...
NOTE: The generated distribution currently does not contain JavaDoc for our API
2004-05-08 10:42:28 +00:00
Lars Kühne
0f856b1e2b
added tools for doc autogeneration
2004-05-08 07:22:16 +00:00
Lars Kühne
ddf214598c
Added doclet to autogenerate check documentation from the check's javadoc.
...
This is a first step for fixing bug #760014 (duplicate check documentation code)
2004-05-08 07:14:28 +00:00
Lars Kühne
d8f53b937e
fixed long line
2004-05-08 07:00:39 +00:00
Lars Kühne
18821b51d3
generated docs
2004-05-08 06:10:23 +00:00
Lars Kühne
d04c3fabe5
fixed spelling errors in javadoc
2004-04-30 04:40:32 +00:00
Lars Kühne
d70e4732c3
XHTML compliant javadoc
2004-04-27 04:38:45 +00:00
Lars Kühne
3633f683b5
XHTML compliant javadoc
2004-04-27 04:31:56 +00:00
Lars Kühne
e95d9b668f
XHTML compliant javadoc
2004-04-27 04:17:12 +00:00
Lars Kühne
bb0f03b05c
XHTML compliant javadoc
2004-04-27 03:42:56 +00:00
Lars Kühne
4c633abe4b
fixed typo in javadoc
2004-04-25 17:42:00 +00:00
Oleg Sukhodolsky
36c152edea
Added check for the ncss metric.
2004-04-25 08:19:19 +00:00
Rick Giles
2707ab4393
Hidden inherited field and hidden static method check w. BCEL
...
contributed by Daniel Grenner.
2004-04-23 13:26:34 +00:00
Lars Kühne
65603924fd
Added check that checks for a required regexp, contributed by Daniel Grenner
...
request 606115, patch 902189
2004-04-17 05:22:12 +00:00
Lars Kühne
e578713af0
next release: 3.5
2004-04-15 04:43:56 +00:00
Lars Kühne
22d78fa990
copyright year 2004
2004-04-12 11:32:47 +00:00
Lars Kühne
ab4b11645f
fixed copy+paste error
2004-04-12 11:30:37 +00:00
Lars Kühne
c1a79b1122
Added attributes maxErrors and maxWarnings to Ant task to allow finetuning of failure behaviour (request 783538)
...
Refactored Checker to use new SeverityLevelCounter class instead of implementing the same funtionality in private inner class
2004-04-12 10:54:27 +00:00
Oleg Sukhodolsky
e5f09c7fd2
Fix for 925263 (Redundant throws, exceptions as nested classes)
2004-04-04 15:56:04 +00:00