Commit Graph

38 Commits

Author SHA1 Message Date
Michał Kordas 1e93e40864 Repair typos in UniqueProperties description 2015-02-23 22:34:56 -08:00
alexkravin dcb3029c00 Switched Checkstyle and all resources to UTF-8 encoding, issue #489 2015-01-09 08:44:41 -08:00
Roman Ivanov 6007ac9d9e minor chage for wording 2015-01-05 14:11:13 -08:00
maxvetrenko 6a9e1b3f93 Added option to avoid C style. #354 2015-01-05 14:08:21 -08:00
alexkravin 49ae6cf81b Final Parameters Check, added option allows ignoring primitive types as params, issue #446 2014-12-22 08:09:13 -08:00
alexkravin 7e36b3cbd1 Translation Check - update changes due to new option, issue #149 2014-12-18 11:37:40 -08:00
Michal Kordas 94c3d64a6e Fix for typos in documentation 2014-12-15 18:40:05 +01:00
Roman Ivanov e8756de8ec fixes for linkcheck violations 2014-11-14 16:21:29 -08:00
Roman Ivanov bf03bd258a dead links are removed/fixed 2014-11-14 07:58:01 -08:00
maxvetrenko e3a48d1527 Update for IndentationCheck. #294 2014-10-13 16:21:51 -07:00
Max 39f40e5785 Fixed AvoidUnicodeChars #216. Fix NPE in case when allowByTailComment=true, fix false positive in case when allowEscapesForControlCharacters=true 2014-08-07 14:31:24 -07:00
Roman Ivanov 7c5f94aafd AbbreviationAsAWordInName moved to naming package , documentation was rewritten, mTarget was removed from Check (fix after non problematic rebase) 2014-08-02 12:42:12 -07:00
Max 0ceec15029 AbbreviationAsWordInName. #212 2014-08-02 10:54:49 -07:00
Vaclav Chalupa c3f856aba5 Enable array initialisation indentation settings
- created new 'arrayInitIndent' property to set
   different indentation than basic offset
2014-08-01 08:13:59 +02:00
Max 154016d609 AvoidEscapedUnicodeCharactersCheck #194. Avoided using Unicode escapes. 2014-07-18 08:36:53 -07:00
Peter O 899f12f19f more editorial changes 2014-07-15 01:32:36 +04:00
Peter O b83e754d92 Some editorial changes in config_misc.xml 2014-07-15 01:32:35 +04:00
Kevin S. Clarke 1ff166e1b6 added support for a separate throws indentation configuration 2013-12-18 14:22:57 -05: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
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
Oliver Burn 84a9ea5f6b Added OuterTypeFilename that checks that the outer type name and the file name match.
For example, the class Foo must be in a file named Foo.java.
2010-09-28 04:44:09 +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 4ef829c6ec part of refactoring to consolidate all the regexp checks. 2008-12-24 04:14:16 +00:00
Oliver Burn b6161c1a59 part of refactoring to consolidate all the regexp checks. 2008-12-22 22:31:40 +00:00
Oliver Burn bd8a1a545f New check FileTabCharacter for ensuring that any files does not contain a tab character. It is now used to ensure the documentation files do not contain tabs.
Also introduced Utils.closeQuietly to clean up code.
2008-11-06 07:21:12 +00:00
Oliver Burn 4542d7c95e Added documentation for the enhanced DescendantTokenCheck. 2008-11-05 00:48:09 +00:00
Oliver Burn a92d4a5f1b Fix problems due to import process 2007-12-11 00:39:39 +00:00
Oliver Burn 1c94946e2e Removing all reference to mailing lists 2007-01-16 12:16:36 +00:00
Oleg Sukhodolsky ea4085cd15 Fix for rfe 1248106 (TYPECAST is now accepted by NoWhitespaceAfter)
Fix for rfe 953266 (thanks to Paul Guyot (pguyot) for submitting patch)
IllegalType can be configured to accept some abstract classes which
matches to regexp of illegal type names (property legalAbstractClassNames)

TrailingComment now can be configured to accept some trailing comments
(such as NOI18N) (property legalComment, rfe 1385344).
2005-12-25 16:13:10 +00:00
Oliver Burn ab1e308913 Incorporate excellent patch [ 1344344 ] Consolidation of regexp checks. 2005-11-06 11:54:13 +00:00
Oleg Sukhodolsky 7300857236 Removing dependancy on Jakarta Regexp:
All references to Jakarta Regexp removed from the docs/javadocs.
Removed regexp.jar.

Patch 835901:
Added package lists for antlr and jdk to make rosslink our docs with
antlr and jdk1.4.2 (if you see some problems here feel free to correct).
2005-05-15 05:18:42 +00:00
Lars Kühne c4d4b6139c added docs for fileExtensions property of NewlineAtEOF (bug #1174751) 2005-04-04 19:10:31 +00:00
Oliver Burn fa096b7c1e Brought across from v3-branch. 2004-12-05 05:43:00 +00:00