Lars Kühne
0d4145ebaa
moved header tests to their own package
2005-01-30 11:41:37 +00:00
Lars Kühne
aca96ae1b1
moved header checks to their own package
...
removed duplicate usage documentation in javadoc along the way
2005-01-30 11:32:50 +00:00
Lars Kühne
0a60a189ed
Cleanup of CheckDocsDoclet, removed notion of DocumentationPage.
...
Added processing of checkstyle-docpage tag that lets check implementations
override the default doc location that is used for the list of available checks.
The default location is derived from the java package name, the class should
include "@checkstyle-docpage <new page>" in it's class doc to override it.
2005-01-30 11:07:05 +00:00
Lars Kühne
a91de9a50e
Moved check documentation for duplicate code from javadoc back to xdocs, following agreement on dev list.
...
The CheckDocsDoclet now only generates the index page, javadoc -> xdoc generation code has been removed.
2005-01-29 07:40:56 +00:00
Oleg Sukhodolsky
aa7b0d2bcb
release notes update
2005-01-25 08:55:23 +00:00
Oleg Sukhodolsky
0ac000841c
Fixed ModifiedControlVariable check to work with for-each (bug 1101851)
2005-01-25 08:35:16 +00:00
Oleg Sukhodolsky
f5efd9eb39
fixed gump failure
2005-01-24 17:07:09 +00:00
Oleg Sukhodolsky
d4860ed0e7
clarifying scope properties for javadoc checks (rfe 1009201)
2005-01-24 16:45:48 +00:00
Oleg Sukhodolsky
279c8501d5
documenting format property for IllegalType check (bug 1047449)
2005-01-24 16:44:26 +00:00
Oleg Sukhodolsky
af34614b01
removing questionable code from SuppressionCommentFilter (bug 1061459)
2005-01-24 16:42:27 +00:00
Oleg Sukhodolsky
428ccd5c12
minor cleaning in usage checks :)
2005-01-24 16:40:24 +00:00
Oleg Sukhodolsky
515001daca
minor cleaning in usage checks :)
2005-01-24 16:35:22 +00:00
Oleg Sukhodolsky
7aacf525ce
remove unnecessary suppresions
2005-01-24 16:30:03 +00:00
Oleg Sukhodolsky
47bfe73b63
Restoring config_block.xml and removing usage docs from javadoc, changing the doclet to generate usage documenation for duplicate package only
2005-01-24 16:23:02 +00:00
Oleg Sukhodolsky
38ee64b601
fix for gaim failure. caused by previous commit
2005-01-20 08:53:08 +00:00
Oliver Burn
6e731d17e0
Fixed errors I introduced.
2005-01-18 11:31:32 +00:00
Oliver Burn
b0b7203c2b
Migrated blocks documentation to Doclet format.
2005-01-18 11:23:49 +00:00
Oleg Sukhodolsky
5940050e57
JavadocMethod check now can be configured to skip missed javadoc (rfe 1060634)
2005-01-18 09:20:24 +00:00
Oleg Sukhodolsky
bd8af72459
tests should be independent from locale settings
2005-01-18 07:55:17 +00:00
Oleg Sukhodolsky
197f90a552
added test for format property of IllegalType check.
2005-01-17 12:45:12 +00:00
Oleg Sukhodolsky
17067bf579
Fixed typoin javadoc.
2005-01-17 12:38:11 +00:00
Oleg Sukhodolsky
4d1a6a0b47
making Checker.getBasedir() public (rfe 1023004)
2005-01-17 12:37:12 +00:00
Oleg Sukhodolsky
b1ef598233
release notes
2005-01-14 12:01:03 +00:00
Oleg Sukhodolsky
7d3ff3c29d
applied patch from 1090381
2005-01-14 11:52:43 +00:00
Oleg Sukhodolsky
50de824a8a
fixed problematic message (bugid 1100946)
2005-01-14 11:42:16 +00:00
Oleg Sukhodolsky
06cd88b149
uncommenting the test
2005-01-14 11:32:22 +00:00
Oleg Sukhodolsky
6b63ea977a
fixed indentation problems found after previous fix
2005-01-14 11:28:55 +00:00
Oleg Sukhodolsky
17f49926e1
BlockHandler should check throw, return and continue statements (bugid 1089128)
2005-01-14 11:25:20 +00:00
Oleg Sukhodolsky
166157213b
Now ConstantName check will skip serialPersistentFields (bugid 1097285)
2005-01-14 11:21:30 +00:00
Oleg Sukhodolsky
fe3a1a7100
fixed 1100193. Added java.lang.* to mImports
2005-01-14 11:02:17 +00:00
Oleg Sukhodolsky
ccaaa8ee0a
updaing release notes
2005-01-11 15:52:21 +00:00
Oleg Sukhodolsky
5a4f991d27
partitial fix for 1089128(Bugs in Indentation check)
2005-01-11 15:43:50 +00:00
Oleg Sukhodolsky
798aac8ff0
I don't know why we do need this test, but it constantly fails on my SuSe :(so I comment it out for now :)
2005-01-11 15:14:10 +00:00
Oleg Sukhodolsky
36321e0cc6
fixed gump failure cuased by fix for 1080343
2005-01-11 15:08:40 +00:00
Oleg Sukhodolsky
381544887c
fixing typo in SuppressionCommentFilter most likely it's the cause of 1084654)
2005-01-11 15:04:15 +00:00
Oleg Sukhodolsky
70c0d0c5a4
fix for 1048226 - Runtime problems of Checks are logged to checkstyle audit (we will throw exception instead)
2005-01-11 14:59:38 +00:00
Oleg Sukhodolsky
0f65f1a9b1
adding toString() for debug purpose
2005-01-11 14:54:29 +00:00
Oleg Sukhodolsky
a998827164
fixing javadoc warnings
2005-01-11 14:53:14 +00:00
Oleg Sukhodolsky
4089a7885d
let's explicitly specifies encoding for javac
2005-01-11 14:52:32 +00:00
Oliver Burn
e83cf6f04b
Could not resist fixing the Eclipse warnings.
2005-01-11 12:13:28 +00:00
Oliver Burn
8dd85f5fff
Introduce a dependency on ANT 1.6.2 by using the "forkmode" attribute on
...
the <junit> task. By setting to "perBatch" the "run.tests" target takes
~21 seconds to execute instead of 2 minutes 12 seconds.
Since this version of ANT has been released for over six months, this is OK
for the performance gain. Still does not account for the current failure in
the tests though.
2005-01-11 11:55:30 +00:00
Oliver Burn
0d6c9875c2
Not used anymore.
2005-01-10 20:17:57 +00:00
Lars Kühne
08d574454c
bug #760014 : autogenerate check documentation for duplicate code from javadoc
...
merged the existing texts in old config_duplicates.xml to package.html and java class doc
2005-01-09 14:55:41 +00:00
Lars Kühne
da1cb4309e
slightly simplified velocity code
2005-01-09 14:44:40 +00:00
Lars Kühne
dcb68a5696
Simian is already mentioned in the package docs, no need to repeat that for every individual duplicate code check
2005-01-09 13:26:59 +00:00
Lars Kühne
b297bb366a
improved intro blurb
2005-01-09 13:24:02 +00:00
Lars Kühne
5122460b44
added german translation
2005-01-09 13:13:28 +00:00
Lars Kühne
9f595a1795
removed checks from javadoc:
...
- This is not really code any user should rely on. Package names, API, etc. are not stable
- trims down distribution size by several MB (uncompressed)
- class javadoc of checks is used for autogenerating xdocs (see CheckDocsDoclet),
those classdocs are easier to write if they only serve one purpose
2005-01-09 12:30:07 +00:00
Lars Kühne
f7a4546f1a
fixed lbrace location
2005-01-09 10:59:02 +00:00
Lars Kühne
0d887cde58
happy new year
2005-01-09 10:50:57 +00:00