Commit Graph

2684 Commits

Author SHA1 Message Date
Ivan Sopov cd7d040b4d fix for issues #31 and #33 2013-12-02 15:42:53 +02:00
rivanov 1116ce8c8c fix for SF issue 603 SuppressionCommentFilter father 2013-11-11 20:11:07 -08:00
Roman Ivanov 96eca118f5 Merge pull request #42 from isopov/issue-41
fix for #41 RequireThisCheck doesn't check methods
2013-10-31 16:32:32 -07:00
Ivan Sopov 53d1722bdb refactoring, using standard collection instead of custom abstraction layer on top of it 2013-10-31 15:20:04 +02:00
Ivan Sopov 907a19906f fix for #41 RequireThisCheck doesn't check methods and fields that are declared below usage 2013-10-30 18:12:24 +02:00
Roman Ivanov f010eb4786 Merge pull request #19 from pbaranchikov/master_properties_unique
Implemented UniqueProperties check
2013-10-25 08:53:06 -07:00
Pavel Baranchikov 3ba5990596 Implemented UniqueProperties check 2013-10-25 12:11:28 +04:00
Roman Ivanov b29fe6792f Rename README to README.textile 2013-10-15 23:12:08 -07:00
Roman Ivanov 1ef70d19dc Continuous integration was added 2013-10-15 23:09:13 -07:00
Roman Ivanov fea757b053 custom maven target to build "mvn clean package" + oraclejdk7 2013-10-15 23:01:29 -07:00
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
Roman Ivanov 64cd15da22 Merge pull request #15 from maginatics/whitespace-around-foreach
Document WhitespaceAround for-each property
2013-10-06 16:44:05 -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 93322bd3df fix from Antonio Ospite was applied to remove remnants of DoubleCheckedLocking #sf705 2013-10-03 16:41:56 -07: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 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