Ivan Sopov
07939ec726
Merge branch 'master' of github.com:picomancer/checkstyle into picomancer-master
2013-10-07 09:31:17 +03:00
Roman Ivanov
b2d90359b4
Merge pull request #16 from maginatics/spelling
...
Correct typos
2013-10-06 16:45:52 -07:00
Andrew Gaul
c876d2431e
Correct typos
...
Many fixes to the documentation.
2013-10-06 13:35:54 -07:00
Andrew Gaul
426fa9321e
Document WhitespaceAround for-each property
...
Follow up to 09f1ba2f35 .
2013-10-06 09:33:56 -07:00
picomancer
788f87df4d
chmod all files to 644
2013-10-05 00:22:22 -04:00
Roman Ivanov
55a033c0b2
fix for #sf#706 Incorrect french translation for 'inline.conditional.avoid'
2013-10-02 17:05:26 -07:00
Roman Ivanov
c34b0dd1e6
Revert "Update messages_fr.properties"
...
This reverts commit 20ff629ecb .
2013-10-02 17:02:31 -07:00
Roman Ivanov
20ff629ecb
Update messages_fr.properties
2013-10-02 16:58:49 -07:00
Oliver Burn
1ecbef21a2
Merge branch 'master' of github.com:checkstyle/checkstyle
2013-09-23 10:45:06 +10:00
Oliver Burn
b498c72363
announcement of GitHub changes
2013-09-23 10:44:44 +10:00
Ivan Sopov
c8b42075fe
changing url for SuppressionsLoader from sourceforge to github
2013-09-10 17:33:11 +03:00
Oliver Burn
b0c33771f0
Bump the copyright year to 2013
2013-09-10 21:11:31 +10:00
Oliver Burn
480197c88d
Minor updates
2013-09-10 21:00:37 +10:00
Oliver Burn
f9f17e176b
Changes for moving to GitHub for source code and issue management.
2013-09-10 20:51:14 +10:00
Oliver Burn
d86329ca8f
Make the tests pass
...
Fix Checkstyle errors
2013-08-30 16:32:31 +10:00
Oliver Burn
3852e12bec
Merge
2013-08-30 16:06:00 +10:00
Dmitriy Komanov
e76ae6ed8d
Support for '&' in nested generics
2013-08-17 22:09:48 +04:00
tnarake
cb75a3178c
#241 Allow HeaderCheck definition to be specified as URL
2013-07-18 14:58:24 +02:00
tnarake
795234dba5
#240 Allow additional URL schemes for SuppressionFilter configuration loading.
2013-07-18 12:33:53 +02:00
Oliver Burn
c6edc74a2c
performance improvement
2013-07-12 13:51:43 +10:00
Oliver Burn
4e4a635fab
Add to the release notes.
2013-06-17 21:45:20 +10:00
Oliver Burn
25ba46b76e
Tweaking the documentation
2013-06-17 21:39:30 +10:00
Oliver Burn
fbe0d8d932
Apply patch# #156 Check suppression with @SuppressWarnings
2013-06-12 21:28:08 +10:00
Oliver Burn
88a71e7c91
Merge
2013-06-12 20:54:44 +10:00
Bewied
1619df658d
Fixed a few typos.
...
English configuration files (config_*.xml and JavaDoc):
- NoCloneCheck
German Translation:
- Bad parenthesis in maxLen.anonInner
- is/ist in parameter.assignment and illegal.type
2013-04-10 00:37:42 +02:00
Bewied
1e6dfa86f6
Fix a few typos.
...
Affected modules: coding/JUnitTestCaseCheck and design/DesignForExtensionCheck.
Corrected the javadoc in the .java files and the user-visible strings in the
config_*.xml files. These strings are visible to the user using the Eclipse
plugin, so should be easily readable without typos in the way.
2013-03-31 21:07:23 +02:00
Oliver Burn
6e6c4f7625
upgrade dependencies
2012-12-02 16:52:56 +11:00
Oliver Burn
68f1a6fa63
Bump up the copyright notice
2012-09-18 20:57:25 +10:00
Oliver Burn
edd5485742
Fixed bug in the grammer when builtin types are used in a generic declaration
...
(bug #3553541 ).
2012-09-06 22:57:24 +10:00
Oliver Burn
f3c9c3e830
Fixed bug in the grammer for an edge case (bug #1667137 ).
...
Thanks to Lukas Platinsky for patch #3393810 .
2012-09-06 21:32:18 +10:00
Oliver Burn
0fc6d93821
add test for javadoc for a package that has an annotation
2012-04-22 19:01:16 +10:00
Oliver Burn
061e7f44ac
added Turkish translations
2012-04-22 13:55:04 +10:00
Oliver Burn
b3e7e97d30
Patch# 3199838: selecting a node in the GUI moves the code pane to the corresponding line. Very nice
2012-04-20 20:22:12 +10:00
Oliver Burn
2e3654c59b
support displaying the actual number found
2012-04-20 20:09:49 +10:00
Oliver Burn
41b6cbb65d
Clean up property files.
2012-04-16 22:07:00 +10:00
Oliver Burn
2a2f6d93fb
Merge
2012-04-16 21:55:09 +10:00
Oliver Burn
cbc054705a
Fix double check locking
2012-04-16 21:40:11 +10:00
Oliver Burn
a72e93613b
Apply patch #3485185 to load SuppressionFilter from a URL
2012-02-09 22:42:27 +11: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