Commit Graph

66 Commits

Author SHA1 Message Date
Michal Kordas 56743942d5 Extend ReturnCount Check to treat lambdas separately. #1068 2015-05-16 22:19:07 -07:00
Roman Ivanov 0f06b92909 minor, activate link in javadoc/xdoc 2015-05-15 13:52:01 -07:00
Roman Ivanov 3e22f93479 minor, activate link in javadoc/xdoc 2015-05-15 13:46:10 -07:00
Roman Ivanov e2ba2e95b3 minor extension for docs 2015-04-30 17:39:26 -07:00
Roman Ivanov d58f720c81 MagicNumberCheck: javadoc and xdoc was updated to describe all options, examples were added. Issue #148 2015-04-03 00:25:18 -07:00
ychulovskyy 7a1b0b12a6 Issue #148 magic number detection: option to ignore magic numbers in field declarations 2015-04-03 00:25:05 -07:00
liscju 5026b7228d Added option in ModifiedControlVariable Check to ignore validation of variables defined in for which are not change in for iterator part, fix issue #286 2015-04-01 14:44:18 -07:00
alexkravin da77508165 Added anchors to sections, issue #586 2015-03-17 00:15:35 +04:00
Michal Kordas ba5555995f Fix code example in HiddenField docs, issue #729 2015-03-09 23:19:15 -07:00
Bhavik Patel 93a33df5bd fix for FinalLocalVariableCheck - FOR_EACH_CLAUSE variable is not reported. issue #20 2015-03-06 11:09:58 +05:30
alexkravin 2271d712c9 Hidden Field Check, updated docs for 'ignoreFormat' option, issue #607 2015-03-03 15:25:56 +04:00
Roman Ivanov 62a9d14870 Link to Java Coding Convention in DeclarationOrder check docs does not work correctly, #707 2015-03-02 15:47:06 -08:00
alexkravin e508f61a11 Illegal Type Check, updated memberModifiers option setting, issue #663 2015-02-23 22:40:52 -08:00
alexkravin 351d79582d Fixed typo in 'ignoreOverriden' property of IllegalThrowsCheck, issue #623 2015-02-09 22:20:52 +04:00
alexkravin 677acc1e84 Illegal Type Check, updated default illegal types, added memberModifiers option, issue #567 2015-01-31 00:45:42 +04:00
Dmitri Priimak 6784e5bcd5 HiddenField module can now accept setterCanReturnItsClass attribute. #598 2015-01-26 17:04:27 -08:00
alexkravin dcb3029c00 Switched Checkstyle and all resources to UTF-8 encoding, issue #489 2015-01-09 08:44:41 -08:00
alexkravin 943e07af07 Added option to Illegal Throws Check due to twitter custom checks, issue #430 2014-12-29 14:43:54 -08:00
ychulovskyy 0343b58a76 Issue #540 Unable to instantiate RedundantThrows when run checkstyle with "-c sun_checks.xml" parameter 2014-12-25 21:17:53 -08:00
ychulovskyy 9b45e78bb5 Issue #457 remove JUnitTestCase from Checkstyle 2014-12-07 09:44:18 -08:00
Ivan Sopov 7b3a329cf8 removing ignoreDirectoryName option from PackageDeclarationCheck
This option duplicates compilation error and has no sense to be run
on successfully compiled java sources.
2014-11-30 08:53:08 -08:00
Roman Ivanov e8756de8ec fixes for linkcheck violations 2014-11-14 16:21:29 -08:00
Ryszard Wiśniewski 9df793347f Fixed 2 syntax errors in config_coding.xml . 2014-08-09 21:44:54 +02:00
Max 3a51c61b4a OverrideMethodsDeclarationOrderCheck #32 2014-08-07 20:23:03 +04:00
Max c4e886312a VariableDeclarationUsageDistanceCheck was imported #223 2014-08-06 22:50:45 -07:00
Peter O f3263ca602 Fixes issues 2014-07-15 01:32:36 +04:00
Peter O e6fb6f1e85 Editorial changes for the documentation, except for the NoClone section 2014-07-15 01:32:35 +04:00
Max 6cd89ebeba Update for existing Check: DeclarationOrder #4 2014-06-30 21:37:30 -07:00
Ivan Sopov 07939ec726 Merge branch 'master' of github.com:picomancer/checkstyle into picomancer-master 2013-10-07 09:31:17 +03:00
Andrew Gaul c876d2431e Correct typos
Many fixes to the documentation.
2013-10-06 13:35:54 -07:00
picomancer 788f87df4d chmod all files to 644 2013-10-05 00:22:22 -04: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 cbc054705a Fix double check locking 2012-04-16 21:40:11 +10:00
Oliver Burn c325a42519 Changes for patch #3115439 - added missing documentation. 2011-01-05 20:52:27 +11:00
Oliver Burn 76b3486c0a Added the documentation missing in the patch. 2011-01-01 12:13:43 +11:00
Oliver Burn dee1f30bb9 add the missing documentation 2010-12-31 18:35:21 +11:00
Oliver Burn 5d1f9ca46e Change default value of logLoadErrors to be true. 2010-10-17 21:43:30 +11:00
Oliver Burn 987d2d67d5 Break dependence of deprecated API from Beanutils.
Also fixed Checkstyle errors (oh the shame:-).
2010-10-04 22:33:47 +11:00
Oliver Burn bd757c37dd Apply the patch before making changes. 2010-10-04 17:51:26 +11:00
Oliver Burn ef2c8dd3ec Write the documentation. 2010-10-04 16:28:34 +11:00
Oliver Burn 41954c1bd0 Added NestedForDepth that restricts nested <code>for</code>
blocks to a specified depth (default = 1). Thanks to Alexander
Jesse for patch #1151673.
2010-09-29 05:44:01 +00:00
Oliver Burn ca39f3af5a Enhanced PackageDeclaration to optionally check that the package name matches the contains source file. 2010-09-28 06:23:17 +00:00
Oliver Burn 85b732ecc5 Convert to use simple <code></code> instead of <span class="xxxx"></span>. It is just simpler to handle. 2010-09-24 06:17:04 +00:00
Oliver Burn 5a643daa9c Used maven-linkcheck-plugin to identify broken links. 2010-09-21 11:50:38 +00:00
Oliver Burn fd6ef65d13 fix the validation errors in the documentation and clean out the old site stylesheets. 2010-09-20 10:41:53 +00:00
Oliver Burn ec4c07f67f Getting close to the point of no return. Made the documentation links "Maven friendly" 2010-09-17 06:57:39 +00:00
Oliver Burn 1f8ce94fa4 Added (missing:-) documentation for patch #2953941 2010-02-22 11:18:24 +00:00
Oliver Burn b6161c1a59 part of refactoring to consolidate all the regexp checks. 2008-12-22 22:31:40 +00:00
Oliver Burn 48c246d9c4 New check NoClone for ensuring a class does not override the clone method from the Object class. Thanks to Travis Schneeberger for providing patch #1947417. 2008-04-21 12:52:49 +00:00