Commit Graph

2664 Commits

Author SHA1 Message Date
Oliver Burn be73bc1d10 add the team members to the project site 2013-09-25 21:13:18 +10: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
Roman Ivanov a0e030167e Merge pull request #1 from isopov/github-migration
Github migration
2013-09-10 21:16:50 -07:00
Roman Ivanov 2d4b2afb58 update for new git location, few updates for first chapter 2013-09-10 21:14:55 -07:00
Ivan Sopov 4889a777da adding travis config file - additionally it is needed to activate travis on this github repo 2013-09-10 17:33:22 +03:00
Ivan Sopov c8b42075fe changing url for SuppressionsLoader from sourceforge to github 2013-09-10 17:33:11 +03:00
Ivan Sopov 4905940ea8 adding IDEs configurations to .gitignore 2013-09-10 17:32:52 +03:00
Oliver Burn b0c33771f0 Bump the copyright year to 2013 2013-09-10 21:11:31 +10:00
Oliver Burn d6288f2259 Not used by Git 2013-09-10 21:04:24 +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 73e30e7597 IGnore emacs TAGS files 2013-06-17 21:04:21 +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
Oliver Burn 359237496a Black magic to get rid of Maven errors in Eclipse.
Solution found at http://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
2013-06-12 20:45:56 +10:00
Oliver Burn 0e866d0455 Upgrading the Guava version 2013-06-12 20:12:03 +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 20a72084f5 [maven-release-plugin] prepare for next development iteration 2012-09-18 21:06:24 +10:00
Oliver Burn 7ccd724584 [maven-release-plugin] copy for tag release5_6 2012-09-18 21:06:10 +10:00
Oliver Burn 5684a85a52 [maven-release-plugin] prepare release release5_6 2012-09-18 21:05:44 +10:00
Oliver Burn 68f1a6fa63 Bump up the copyright notice 2012-09-18 20:57:25 +10:00
Oliver Burn d57a753e42 moved the location of the header check - bug# 3556874 2012-09-06 23:13:07 +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 4cc300a8e5 Make tests run under any locale 2012-04-16 22:07:35 +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 da54d09d0a more cleanup 2011-11-05 21:35:31 +10:00
Oliver Burn 0cdd4c943a Cleanup 2011-11-05 21:34:21 +10:00