Commit Graph

2398 Commits

Author SHA1 Message Date
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
Lars Kühne f5b82ec75f fixed import control problem for TranslationCheck in gump target 2009-03-17 20:35:43 +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
Oliver Burn 429c109457 sample GIT pre-commit hook 2008-12-22 21:19:30 +00:00
Oliver Burn 61f25fbed0 start of refactoring to consolidate all the regexp checks. 2008-12-22 11:21:35 +00:00
Oliver Burn a1c457174f opps - forgot to delete this. 2008-11-16 11:16:47 +00:00
Oliver Burn f66b504b06 consolidation of code. 2008-11-16 11:11:02 +00:00
Oliver Burn 4a54918109 removing CrossLanguageRegexpHeaderCheck. 2008-11-16 10:54:31 +00:00
Oliver Burn bf16d371da converting the header checks to be fileset based. 2008-11-16 10:30:12 +00:00
Oliver Burn fc8a5ae78c Changed FileLength check to be a FileSetCheck. 2008-11-09 12:12:27 +00:00
Oliver Burn 67e304551b documentation update. 2008-11-09 11:04:09 +00:00