Oliver Burn
19d385d84a
fix a broken link
2009-11-30 10:50:09 +00:00
Oliver Burn
cea34d82b7
ID: 2827126 - add documentation on fileExtensions property so that people know about it.
2009-07-30 07:54:50 +00:00
Oliver Burn
dba676ed3f
fix doc mistake
2009-06-17 11:59:14 +00:00
Oliver Burn
06a39de25a
fix up old documentation.
2009-06-17 11:42:38 +00:00
Oliver Burn
9e82f1c64e
remove old documentation.
2009-06-17 11:32:39 +00:00
Travis Schneeberger
4a97304fdf
added documentation for new tool that uses CheckStyle - fawkez (request #2785601 )
2009-05-06 02:18:27 +00:00
Travis Schneeberger
f6a6dadd87
Hooray for correct documentation...bug #2783451
2009-05-06 01:59:18 +00:00
Travis Schneeberger
e9d86d9646
release notes for bug #2778850
2009-05-05 23:58:11 +00:00
Travis Schneeberger
b6d3766e73
updated Sun license for bug #2778850
2009-05-05 23:55:10 +00:00
Travis Schneeberger
97d2c62329
Hooray for correct documentation...bug #2775402
2009-05-05 02:12:31 +00:00
Travis Schneeberger
007570a82f
Hooray for correct documentation...bug #2745287
2009-05-05 01:49:42 +00:00
Travis Schneeberger
9820b43abe
Hooray for correct documentation...bug #2745145
2009-05-05 01:36:02 +00:00
Travis Schneeberger
0d43b6a743
updated release notes for recent commits
2009-05-01 03:12:15 +00:00
Travis Schneeberger
c4020aa1c0
patch #2782630 - fixing javadoc errors that were corrected in patch provided by Martin von Gagern
2009-05-01 02:30:59 +00:00
Travis Schneeberger
88e620f93a
suppression comment filter documentation using regex with negative lookahead
2009-05-01 00:26:49 +00:00
Travis Schneeberger
710068b28d
added a couple links to NetBeans integration.
2009-04-30 12:51:16 +00:00
Oliver Burn
a15b62b572
use immutablemap where possible
2009-04-27 12:35:19 +00:00
Oliver Burn
e195128381
clean up
2009-04-27 12:18:12 +00:00
Oliver Burn
ecd2e62dd4
stop using native2ascii as it was hanging under Cygwin/JDK1.6.
2009-04-27 12:11:14 +00:00
Oliver Burn
0989b5c395
use the more intuitive Immutable collections. They are a subclass of the original so should not break existing code, except implementations.
2009-04-26 11:37:21 +00:00
Oliver Burn
17c08660fa
upgrade to google collections 1.0 rc1
2009-04-25 22:58:37 +00:00
Oliver Burn
29469b29d5
just some general tidy up.
2009-04-25 13:30:48 +00:00
Oliver Burn
0079e515d8
fix documentation - there was no Beta 3 release.
2009-04-18 01:48:29 +00:00
Oliver Burn
9869db11aa
update documentation
2009-04-18 00:47:49 +00:00
Oliver Burn
b24dc78ac3
update the logo as requested by SF
2009-04-14 10:58:20 +00:00
Travis Schneeberger
2ca8332781
bug #2123003
2009-04-01 03:20:54 +00:00
Travis Schneeberger
f8cb0a41bc
fixing bug#2123003
2009-04-01 02:33:26 +00:00
Oliver Burn
597b8dd90c
added release notes.
2009-03-31 11:16:20 +00:00
Oliver Burn
26f6dcff4a
wasted a couple of hours working out what the annotations documentation did not render properly. All because the item name in project.xml did not match title in config_annotation.xml :-(
2009-03-31 10:36:36 +00:00
Travis Schneeberger
fdc81723bd
Supporting fully-qualified annotation names.
2009-03-31 02:06:50 +00:00
Oliver Burn
d868a951ca
cleanup
2009-03-30 12:31:04 +00:00
Oliver Burn
5561fb1368
fix missing documentation.
2009-03-30 11:24:46 +00:00
Oliver Burn
8a7713b4f7
record work on patch #2534038 from Travis for new annotation checks. Very good patch as usual from Travis. Shame on me for taking so long to apply it.
2009-03-23 10:49:39 +00:00
Oliver Burn
216fcb79f9
a new year
2009-03-22 04:16:58 +00:00
Oliver Burn
35ae851486
preparing for a release.
2009-03-22 03:52:46 +00:00
Oliver Burn
d9860f750b
remove the TabCharacterCheck and will be replaced by FileTabCharacterCheck.
2009-03-22 02:58:15 +00:00
Oliver Burn
e1761d121d
fix a couple of FindBugs errors
2009-03-18 11:44:02 +00:00
Lars Kühne
d5a27ed79b
upgraded to current release of google-collections, 0.9 / snapshot-20090211
...
* they moved some the factory methods for creating immutable sorted sets to a different class
* they removed the old convenient API for building singleton TreeSets in one line
* they removed RefernceMap in favor of MapMaker
2009-03-17 21:07:25 +00:00
Oliver Burn
d73aed8c02
remove old code.
2009-03-08 10:33:50 +00:00
Oliver Burn
ad34b2a35e
Fixed the LeftCurly check to ignore leading annotations. Thanks to Tim Carpenter for patch #2506439 . An excellent quality patch.
2009-03-08 10:30:30 +00:00
Oliver Burn
211e2414ae
Added the SuppressWithNearbyCommentFilter filter that uses nearby comments to suppress audit events. Thanks to Mick Killianey for providing patch #2354424 .
2009-03-08 04:21:41 +00:00
Lars Kühne
326e3ae67b
Added the option "charset" to the header checks to allow controlling the encoding of the header file (rfe 1952641).
2009-02-05 23:08:53 +00:00
Lars Kühne
b83c9aceef
Simplified the code by removing HeaderInfo classes, they were introduced to avoid code duplication between header checks in two separate inheritance trees (Java Check vs. FileSetCheck). Now that we have only FileSetChecks as Header checks, this delegation is no longer necessary.
2009-02-05 21:22:49 +00:00
Oliver Burn
9cff1673f1
Enhanced JavadocMethod to be more restrictive on where {@inheritDoc} can be used. Also enhanced JavadocPackage to ensure a package-info.java file contains a comment. Thanks to Travis Schneeberger for providing patch #2294029 .
2009-01-11 04:10:12 +00:00
Oliver Burn
1c1eadb211
snapshot of a work in progress
2009-01-11 03:29:42 +00:00
Oliver Burn
7823165cce
Enhanced JavadocStyle to check for allowed HTML tags. Thanks to Nicolas Dordet for providing patch #2214251 .
2009-01-09 05:45:24 +00:00
Oliver Burn
e389849df6
[ 2438924 ] XMLogger produces invalid XML
2008-12-24 09:14:32 +00:00
Oliver Burn
b5fbe1215c
part of refactoring to consolidate all the regexp checks.
2008-12-24 04:27:13 +00:00
Oliver Burn
4ef829c6ec
part of refactoring to consolidate all the regexp checks.
2008-12-24 04:14:16 +00:00
Oliver Burn
b6161c1a59
part of refactoring to consolidate all the regexp checks.
2008-12-22 22:31:40 +00:00