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
Lars Kühne
5b07a9df8a
establish behaviour for standalone @see tags in the unit tests
2004-04-03 08:19:40 +00:00
Lars Kühne
c0a17a8170
fixed type 'Bariable'
...
seperated out API changes
improved docs for new 'default' attribute
2004-04-03 05:43:06 +00:00
Oleg Sukhodolsky
ceeebf2cd6
Users should provide classpath for RedundantThrows.
2004-03-29 14:57:36 +00:00
Oleg Sukhodolsky
b138c559c8
Scoping for javadoc checks (documentation)
2004-03-28 06:32:16 +00:00
Oleg Sukhodolsky
cdf0ac0f4c
Scoping for javadoc checks
2004-03-27 21:10:17 +00:00
Oliver Burn
5e7932be70
Fixed Checkstyle errors
2004-03-25 12:23:42 +00:00
Lars Kühne
4039611539
fixed bug 884035, DesignForExtension fires for private inner classes
2004-03-23 22:28:47 +00:00
Lars Kühne
8b42624fe9
fixed copy+paste problem reported by Frank Harper
2004-03-23 21:06:02 +00:00
Oleg Sukhodolsky
604776f0c6
Mark 787683 (Limit UnusedParameter check to private and static methods) as integrated.
2004-03-16 04:14:16 +00:00
Lars Kühne
914075ac2d
translations for UnnecessaryParentheses check
2004-03-10 06:13:10 +00:00