Oliver Burn
63d2b622ab
Report unused Javadoc tags with no trailing whitespace(bug #2506962 ). Thanks to Ashlesha Patil for patch #2781021 .
2009-12-13 10:04:04 +00:00
Oliver Burn
073d09569f
Improve ConfigurationLoader to use a InputSource. Thanks to Martin von Gagern for patch #2782627 .
2009-12-13 09:49:28 +00:00
Oliver Burn
e2329c7a98
Patch #2815734 from Rolf Wojtech
2009-12-13 09:18:21 +00:00
Oliver Burn
efccc132ce
Enhanced ImportOrder check to support wildcard ('*') groups. Thanks to Steve McKay for patch #2891032 .
2009-12-12 05:42:43 +00:00
Oliver Burn
2bf724effc
Enhanced the naming checks ConstantName, MemberName, MethodName and StaticVariableName to utilise the access control tuning features of AbstractAccessControlNameCheck. Thanks to Steve McKay for patch #2893581 .
2009-12-12 04:10:23 +00:00
Oliver Burn
19d385d84a
fix a broken link
2009-11-30 10:50:09 +00:00
Oliver Burn
412361304c
patch #2815684
2009-07-30 08:27:17 +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
c0dfe4f3f2
update version.
2009-04-18 03:10:58 +00:00
Oliver Burn
0079e515d8
fix documentation - there was no Beta 3 release.
2009-04-18 01:48:29 +00:00
Oliver Burn
f319285241
update for release.
2009-04-18 01:03:41 +00:00
Oliver Burn
9869db11aa
update documentation
2009-04-18 00:47:49 +00:00
Oliver Burn
2f06e868b1
preparing for a release
2009-04-18 00:20:35 +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
b29e7a4c49
bump the version
2009-03-30 11:27:55 +00:00
Oliver Burn
5561fb1368
fix missing documentation.
2009-03-30 11:24:46 +00:00
Lars Kühne
56687a09f9
Applied patch from lkoe to fix bug #2707473 and added the GenericWhitespace check.
2009-03-26 21:50:55 +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
4010f97130
corrected scm link (we have been using svn for quite some time now) and tracked recent upgrade of google collections (Note: new group id! not sure that this is correct but the new version was not available using the old group id)
2009-03-17 21:20:34 +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