Commit Graph

2055 Commits

Author SHA1 Message Date
James Gorman e196edcf8b Update UnusedImportsCheck to correctly detect classes in parameters and inline tags nested within block tags.
fixing checkstyle issues
Fixing even more checkstyle issues
2014-06-10 22:01:59 -07:00
Andrew Gaul f77881c8fc [typo] consistently use commas in operator list
Follow on from 1cdaeaaa4f.
2014-05-08 15:32:38 -07:00
Roman Ivanov 77a5877a2f fix for UT failure, caused by previous commits 2014-03-29 22:36:05 -07:00
theqaguy 2ed89e1e58 Fix for issue #119 "HTML comments break the Javadoc style HTML check" error in TagParser 2014-03-29 22:13:32 -07:00
Jacob Tomaw 208e0208ca Enhance WhitespaceAroundCheck to ignore Annotation Array Initialization curlies as it does for Array Initialization outside of annotations. 2014-03-27 16:19:52 -07:00
Roman Ivanov 3cb031f767 file suppressions_none.xml copied to static site to resolve issue 117, and be ready to use template for download
UT was updated to use new remote
2014-03-27 16:18:47 -07:00
Iļja Gubins 82d5ab82d8 Update config_javadoc.xml
Updating documentation to be consistent with changes in code.
2014-03-27 16:15:31 -07:00
Ilja Gubins dfde8d0ffd Adding u HTML tag to list of allowed tags in JavaDoc. Fixes issue #58. 2014-03-27 16:15:31 -07:00
Ilja Gubins 19b80e2938 Fixed JavaDoc wrong method reference 2014-03-16 16:42:41 +02:00
Ivan Sopov 057394fff7 fix for test failure after moving to standard directory layout 2014-03-10 21:32:05 +02:00
Ivan Sopov f1efb27670 moving to standard directory layout 2014-03-04 19:18:11 +02:00
Andrew Gaul 1cdaeaaa4f [typo] consistently use commas in operator list 2014-02-26 22:35:05 -08:00
Pavel Baranchikov 686d009cf4 Added enum processing to TypeNameCheck 2014-02-21 12:05:13 +04:00
Roman Ivanov 543b5347b1 fix for SF-667 JavadocStyle checkHTML bad Extra HTML tag found errors, font tag was added 2014-02-16 15:34:36 +02:00
Roman Ivanov 48e77d65c6 fix for SF-667 JavadocStyle checkHTML bad Extra HTML tag found errors 2014-02-16 15:34:36 +02:00
Oliver Burn b54981a73d Upgrade copyright year to 2014 2014-02-03 20:59:41 +11:00
Oliver Burn 122d227cfc Update release notes for 5.7 release 2014-02-03 20:29:35 +11:00
Ivan Sopov 9a6ea6efef fix for checkstyle failure on the docs 2014-01-23 23:49:13 +02:00
Ivan Sopov e316ab084f minor, fix for typos 2014-01-17 12:41:21 +02:00
Roman Ivanov 5980388a37 release notes for 5.7 2014-01-17 12:37:08 +02:00
Roman Ivanov 0026b1592e github logo was added 2014-01-16 19:40:21 -08:00
Kevin S. Clarke 1ff166e1b6 added support for a separate throws indentation configuration 2013-12-18 14:22:57 -05:00
Ivan Sopov 503d6babef adding test covering #77 change 2013-12-09 02:24:12 +02:00
Roman Ivanov 140bac81ae patch from SourceForge issue 520 was applied 2013-12-07 23:09:20 -08:00
Ivan Sopov 1d614c3a7e poartial fix for #46 - Sonarqube found problems in Checkstyle 2013-12-05 19:12:51 +02:00
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
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
Pavel Baranchikov 3ba5990596 Implemented UniqueProperties check 2013-10-25 12:11:28 +04: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
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