Commit Graph

2835 Commits

Author SHA1 Message Date
maxvetrenko 8cdd2cc88a Google Java Style xml configuration was added. 2014-08-28 09:47:01 -07:00
maxvetrenko f632a5e318 Javadoc in GenericWhitespaceCheck was updated #254 2014-08-28 00:16:22 +04:00
Thomas Jensen fc3c0b6df3 minor documentation fixes (broken link, package names) 2014-08-22 19:09:53 +02:00
Thomas Jensen 4e213f5a0d Updated documentation of LeftCurly check to show all allowed tokens 2014-08-14 11:43:15 -07:00
Max 12a1aec080 RightCurly. Force line break before '}' in case SAME option. #250 2014-08-14 21:11:42 +04:00
Max a123763c92 Left curly update. Force line break #247 2014-08-13 14:15:36 -07:00
Max 6f6179fb52 OuterTypeFilenameCheck. Update Check logic #248 2014-08-13 15:15:13 +04:00
Max 2628fc197d Update for MemberNameCheck #244 2014-08-12 11:27:53 -07:00
Baratali Izmailov 78ccdd54ce Fixed mistakes in Javadoc comments 2014-08-12 11:40:44 +04:00
Max a0012d03eb Fixed TODO need to handle LITERAL_SWITCH #235 2014-08-11 16:02:31 -07:00
Max daf8230919 Fix false positive with ANNOTATION_DEF #237 2014-08-11 16:01:12 -07:00
Max 9324fdcf34 VariableDeclarationUsageDistanceCheck was update. Create new extended message in case ignoreFinal=true #239 2014-08-11 15:57:42 -07:00
Max fb1407c204 Fix NPE in AbbreviationAsWordInNameCheck #241 2014-08-11 17:54:20 +04:00
Max 2a3be6769c CustomImportOrder was introduced #231 2014-08-10 15:52:59 +04:00
Roman Ivanov ce01a253b0 fix for typo 2014-08-09 13:46:51 -07:00
Ryszard Wiśniewski 9df793347f Fixed 2 syntax errors in config_coding.xml . 2014-08-09 21:44:54 +02:00
Thomas Jensen dba14abb63 changed file encoding to latin1 2014-08-08 13:55:58 -07:00
Thomas Jensen b2919b6522 Updated German messages 2014-08-08 13:55:58 -07:00
Thomas Jensen 342febabc4 Removed unused message 2014-08-08 13:55:58 -07:00
Max 0518b753a4 Update for EmptyLineSeparatorCheck #227 2014-08-08 13:44:58 -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
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
Max a5031acb33 EmptyLineSeparatorCheck was updated #218 2014-08-06 22:49:05 -07:00
Roman Ivanov 592d5d86b9 fix for Travis build failure and extra note for how to generate web site 2014-08-05 14:26:22 -07:00
Roman Ivanov c514b6c5d8 converting contributing.xml to new GIT workflow 2014-08-05 13:58:28 -07:00
Roman Ivanov 001d9cc213 issue #129: make a handler for INDEX_OP so child method call gets a proper suggested indent level 2014-08-04 16:06:35 -07:00
Roman Ivanov f84b3c3495 Update .travis.yml 2014-08-02 13:07:03 -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
Roman Ivanov 9c9ba5466d AbbreviationAsAWordInName moved to naming package , documentation was rewritten, mTarget was removed from Check 2014-08-02 10:54:49 -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
Roman Ivanov cc2d12bbd4 workaround for #215 2014-07-31 20:37:23 -07:00
Roman Ivanov 02e6ed4038 TODO was removed 2014-07-30 17:44:09 -07:00
Jarmo Isotalo 85265a9b28 Added the missing period 2014-07-30 17:43:02 -07:00
Joni Salmi dc787c89fd Added method to clear cache 2014-07-30 17:43:02 -07:00
Max 39ad631113 Fixed false positive. #213 2014-07-30 16:09:33 -07:00
Thomas Jensen d0358d8ba3 Added documentation for TypeName changes from PR #208 2014-07-30 16:07:34 -07:00
Ilja Dubinin 5bf91808d0 Issue #130 fixed. Now it can parse 'return (byte[].class);' 2014-07-28 15:50:32 -07:00
Roman Ivanov 5858dd784e fix for xdoc after previous commit 2014-07-28 15:46:36 -07:00
Thomas Jensen f3d433723b Support annotations in TypeNameCheck 2014-07-28 22:55:39 +02:00
Max f39f224203 InterfaceTypeParameterNameCheck was introdused. #202 2014-07-26 21:02:23 +04:00
Roman Ivanov 63faa15d67 travis profile now explicit, argLine is moved to travis profile 2014-07-25 20:07:04 -07:00
Ilja Dubinin 023b564417 Issue 165 fixed. New rule only for catch types has been added. IllegalCatchCheck has been extended to use catch with few exception types. 2014-07-25 02:08:00 +04:00
Max 522a6b31b6 Allowed empty anonymous classes. Was updated allowEmptyTypes property. #197 2014-07-24 16:23:58 +04:00
Baratali Izmailov dfb851e673 Javadoc comments were fixed 2014-07-22 23:44:50 +04:00
Max f80a6c9d89 WhitespaceAround with allowEmptyMethods complains on annotation's empty method #21 2014-07-22 09:04:26 -07:00
Roman Ivanov 244d240507 LineLength become 100 2014-07-20 14:44:54 -07:00
Roman Ivanov ebedf30f3d LineLength become 80
https://groups.google.com/forum/#!topic/checkstyle-devel/mhR8Z4C7jJA
2014-07-20 14:44:08 -07:00
Dominic Jones 2b41a0b5a3 Adding @interface A {} to the SuppressWarningsFilter input data collection. Updating existing line number references to point to existing variables that have now moved down the file.
This now tests a @SuppressWarnings on an annotation definition. Without the ANNOTATION_DEF present in SuppressWarningsHolder, the test will fail.
2014-07-20 17:22:00 +04:00