Oliver Burn
|
cbc054705a
|
Fix double check locking
|
2012-04-16 21:40:11 +10:00 |
Oleg Sukhodolsky
|
b30ed9fc87
|
Fix for 3429775: DeclarationOrder should handle ignoreModifiers correctly (all fields should be before ctors and methods)
|
2011-12-04 23:04:19 +03:00 |
Oleg Sukhodolsky
|
b07beaaae4
|
Inner assignment is now allowed in try-with-resources (bug #3441097)
|
2011-12-04 20:45:57 +03:00 |
Oleg Sukhodolsky
|
f7764eb78f
|
Fixed 3445768: fixed typo in description of Checkstyle's features
|
2011-12-01 22:37:50 +03:00 |
Oliver Burn
|
200933ef91
|
preparing for the next release.
|
2011-11-06 14:38:43 +11:00 |
Oliver Burn
|
ab88117d4b
|
clean up
|
2011-11-05 08:06:13 +11:00 |
Oliver Burn
|
f05d2511a7
|
fix checkstyle error
|
2011-10-29 20:27:25 +11:00 |
Oliver Burn
|
b441a1e751
|
Apply patch from Dinesh Bolkensteyn to
fix the NPE. The indentation check should
still be reporting an error in the tryBlock.
|
2011-10-29 20:23:37 +11:00 |
Oliver Burn
|
6267c7260d
|
fix broken link
|
2011-10-29 15:52:11 +11:00 |
Oleg Sukhodolsky
|
654525b1a7
|
Fixed indentation in IndentationCheckTest :)
|
2011-10-28 23:59:55 +04:00 |
Oleg Sukhodolsky
|
09f1ba2f35
|
ignoreEnhancedForColon property added to WhitespaceAround.
Thanks to Travis Schneeberger for patch #1921815 (bug #1649038
|
2011-10-28 23:59:32 +04:00 |
Oliver Burn
|
87ef77fe45
|
Clean up on related tools.
Pushed Sonar to the top of the list
as a way of thank-you for their patches.
|
2011-10-24 21:27:25 +11:00 |
Oliver Burn
|
605b002668
|
forcing a commit
|
2011-10-23 15:58:35 +11:00 |
Oliver Burn
|
be8b1ceab1
|
Add a test demostrating bug in indentation check
|
2011-10-23 15:39:38 +11:00 |
Oliver Burn
|
de6cf92140
|
Document HG EOL extension
|
2011-10-23 13:19:08 +11:00 |
Oliver Burn
|
bb28967383
|
Fixed parsing errors for Unicode escape sequences. Thanks to Dinesh Bolkensteyn
for patch #3412812.
|
2011-10-23 13:10:41 +11:00 |
Oleg Sukhodolsky
|
152aaa2fc0
|
Fixed typo in documentation for FileTabCharacter (bug #3423621)
|
2011-10-14 18:20:22 +04:00 |
Oleg Sukhodolsky
|
43cdf3d62b
|
Fix for bug #3370946
HiddenField check now treats setxYz() as a setter for xYz,
and setXYz() as a setter for XYz property to comply JavaBeans specification.
|
2011-10-13 14:49:30 +04:00 |
Oleg Sukhodolsky
|
26d7dd555a
|
#1155921 added to release notes.
|
2011-10-13 00:25:16 +04:00 |
Oleg Sukhodolsky
|
2fe9f501d8
|
Simple fix for bug #1155921.
RequireThis check now ignores static fields and methods.
|
2011-10-13 00:08:33 +04:00 |
Oliver Burn
|
8787efc822
|
Backed out changeset: 3e244b89ec0b
|
2011-09-26 22:03:09 +10:00 |
Oliver Burn
|
b26225aa20
|
[mq]: unicode-escape
|
2011-09-25 20:53:27 +10:00 |
Oliver Burn
|
5eaba6cbaf
|
Patch #3403265 from Dinesh Bolkensteyn
|
2011-09-21 20:42:19 +10:00 |
Oliver Burn
|
e62b456579
|
fix up whitespace errors
|
2011-09-13 07:49:11 +10:00 |
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
|
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
|
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
|
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 |