Oliver Burn
|
39b876fcf5
|
Add support for Java 7 - patch #3403265
|
2011-09-06 21:29:15 +10:00 |
Oliver Burn
|
33e827ee07
|
Add support for Java 7 - patch #3403265
|
2011-09-06 21:26:56 +10:00 |
Lars Kühne
|
b519429598
|
Fixed UnusedImports to consider @linkplain, @throws and @exception when processJavadoc is true
|
2011-08-23 22:58:47 +02:00 |
Oliver Burn
|
3c988d95d9
|
Fix parsing error which was triggered when a comment line is on a
line with out newline character. Thanks to Evgeny Mandrikov for
patch #3367782.
|
2011-07-18 14:07:36 +10:00 |
Oliver Burn
|
a77365f1b8
|
fix up line endings
|
2011-07-14 20:47:51 +10:00 |
Oliver Burn
|
34f2203d5e
|
[maven-release-plugin] prepare for next development iteration
|
2011-07-14 20:38:17 +10:00 |
Oliver Burn
|
39b8f23793
|
[maven-release-plugin] copy for tag release5_4
|
2011-07-14 20:37:35 +10:00 |
Oliver Burn
|
89191a2a52
|
[maven-release-plugin] prepare release release5_4
|
2011-07-14 20:36:54 +10:00 |
Oliver Burn
|
a9c2910a9d
|
upgrade copyright.
|
2011-07-14 14:46:03 +10:00 |
Oliver Burn
|
c12bbc18ed
|
upgrade versions
fix generation error.
|
2011-07-12 16:39:41 +10:00 |
Oliver Burn
|
51522ecab5
|
Clean up for a release.
|
2011-07-12 16:02:05 +10:00 |
Oliver Burn
|
22b578f30a
|
Update the documentation.
|
2011-07-12 15:53:02 +10:00 |
Oliver Burn
|
c75c77dff7
|
Optimise when processing javadoc. Speeds up processing by 40%.
Note, turning on this feature slows Checkstyle down by about 63%.
|
2011-07-12 15:40:33 +10:00 |
Oliver Burn
|
5d31b9e6ef
|
support turning on/off processing Javadoc comments.
|
2011-07-12 14:19:50 +10:00 |
Oliver Burn
|
d8286130e8
|
Make the code "checkstyle compliant"
|
2011-07-12 11:47:57 +10:00 |
Oliver Burn
|
7d097b6fa6
|
Initial import of patch #3267984.
Still work to be done
|
2011-07-12 10:58:16 +10:00 |
Oliver Burn
|
be8127a604
|
Enhanced the ANT task, Command Line and Suppression Filter to be able to load
their configuration file from either the filesystem or the classpath as a
resource. Thanks to Tracy Snell for patch #3307526.
|
2011-07-11 20:58:39 +10:00 |
Oliver Burn
|
e7b146aa34
|
Fix memory leak. Patch for bug #3313452 - Memory leak in FileContentsHolder - ID: 3323517
|
2011-07-11 14:38:00 +10:00 |
Oliver Burn
|
c5455b699d
|
Fix up the URL for the license, to be to the correct version.
|
2011-06-26 21:52:32 +10:00 |
Oliver Burn
|
317dca9a3e
|
fix copy/paste error
|
2011-04-07 12:02:23 +10:00 |
Oliver Burn
|
0c9cf280e2
|
Support different JDKs
|
2011-04-03 21:26:54 +10:00 |
Oliver Burn
|
984f71d15d
|
upgrade plugins
|
2011-04-01 17:00:26 +11:00 |
Oliver Burn
|
190ff8041d
|
reference the CI server kindly provided.
|
2011-04-01 14:51:29 +11:00 |
Oliver Burn
|
7077470648
|
Enhanced RedundantModifier to support detecting inner interface declarations that are declared as static. Raised in bug #3222810.
|
2011-04-01 14:00:38 +11:00 |
Oliver Burn
|
be7d2571b8
|
shows all the checks.
|
2011-01-31 22:32:02 +11:00 |
Oliver Burn
|
74314fc5a8
|
update documentation tips.
|
2011-01-16 15:15:11 +11:00 |
Oliver Burn
|
45cdfa7240
|
upgrade dependencies.
|
2011-01-16 15:11:17 +11:00 |
Oliver Burn
|
026deab5b5
|
adding version numbers as Maven 3 requires it.
|
2011-01-16 15:06:22 +11:00 |
Oliver Burn
|
a5bf1e329b
|
code cleanup
|
2011-01-05 20:52:38 +11:00 |
Oliver Burn
|
c325a42519
|
Changes for patch #3115439 - added missing documentation.
|
2011-01-05 20:52:27 +11:00 |
Oliver Burn
|
a3772059ba
|
Merge
|
2011-01-05 20:34:32 +11:00 |
Oliver Burn
|
3c63c31901
|
Changes for patch #3115439 - Added ignoredMethodNames to IllegalThrowsCheck
|
2011-01-05 20:22:41 +11:00 |
Oliver Burn
|
ca8fcd4204
|
fix up checkstyle errors.
|
2011-01-01 12:19:07 +11:00 |
Oliver Burn
|
76b3486c0a
|
Added the documentation missing in the patch.
|
2011-01-01 12:13:43 +11:00 |
Oliver Burn
|
5646a5ebba
|
convert the logic to be false by default
|
2011-01-01 12:00:44 +11:00 |
Oliver Burn
|
a8e60736f4
|
clean up the code
|
2011-01-01 11:48:42 +11:00 |
Oliver Burn
|
49862970ac
|
apply patch 3107393: EqualsAvoidNull should also check for equalsIgnoreCase
|
2010-12-31 18:49:34 +11:00 |
Oliver Burn
|
dee1f30bb9
|
add the missing documentation
|
2010-12-31 18:35:21 +11:00 |
Oliver Burn
|
dabcb41efe
|
added the required javadoc
|
2010-12-31 18:15:00 +11:00 |
Oliver Burn
|
cfcab692dd
|
clean up the code
|
2010-12-31 18:07:57 +11:00 |
Oliver Burn
|
e28ebec1e0
|
apply patch #3132984 - Ignore magic numbers to annotations in MagicNumberCheck
|
2010-12-31 17:50:32 +11:00 |
Oliver Burn
|
83debdf877
|
Added release notes.
|
2010-12-31 17:32:31 +11:00 |
Oliver Burn
|
68c1541bb3
|
apply patch #3121071 - MultipleVariableDeclarations: no warnings in 'for' block
|
2010-12-31 17:24:06 +11:00 |
Oliver Burn
|
7dfac0f667
|
fix typo
|
2010-11-17 21:58:43 +11:00 |
Oliver Burn
|
acc526251a
|
Fix up the default value for checkFormat parameter of SuppressWithNearbyCommentFilter
|
2010-11-17 21:52:40 +11:00 |
Oliver Burn
|
e00c478dd6
|
clean up the code that was assigning to a parameter.
|
2010-10-21 19:42:39 +11:00 |
Oliver Burn
|
6e96026ec6
|
clean up
|
2010-10-20 22:14:40 +11:00 |
Oliver Burn
|
251acacd0f
|
[maven-release-plugin] prepare for next development iteration
|
2010-10-19 18:56:40 +10:00 |
Oliver Burn
|
c625ced3e1
|
[maven-release-plugin] copy for tag release5_3
|
2010-10-19 18:56:29 +10:00 |
Oliver Burn
|
5718ab6e62
|
[maven-release-plugin] prepare release release5_3
|
2010-10-19 18:56:17 +10:00 |