aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks
AgeCommit message (Expand)Author
2016-06-16Issue #3239: fixed checks that fail on new receiver parameter (#3272)rnveach
2016-06-16Issue #3166: fix CommentsIndentation Check incorrect work with subsequent com...Vladislav Lisetskii
2016-06-12Issue #3220: CommentsIndentation: allow upper comments for following block at...Vladislav Lisetskiy
2016-06-12Issue #3090: Fix wrong enforcement of same brace policy for LITERAL_DO in Rig...Andrei Selkin
2016-06-10Issue #3142: Add proper support for generics in VisibilityModifierCheck (#3247)Andrei Selkin
2016-06-09Issue #3229: resources were moved to compilable areaRoman Ivanov
2016-06-08Issue #3127: fix CommentsIndentation false-positive in empty array declaratio...Vladislav Lisetskiy
2016-06-03Issue #2618: refactored indentation import and package logic (#3223)rnveach
2016-06-03Issue #3116: removed requirement right curlies must be first on line (#3222)rnveach
2016-06-03Issue #2971: Add allowPublicFinalFields option for VisibilityModifier (#3207)Andrei Selkin
2016-05-30Issue #3126: Fix a lot of CommentsIndentationCheck false-positives and false-...Vladislav Lisetskiy
2016-05-28Issue #3173: moved SingleSpaceSeparatorCheck from sevntu to checkstyle (#3179)rnveach
2016-05-28Issue #3225: fixed cr lines in TreeWalker (#3226)rnveach
2016-05-27Issue #3143: added maxForVoid option for ReturnCountCheckrnveach
2016-05-08Issue #3153: IllegalTokenTextCheck and IllegalTokenCheck does not work with C...Roman Ivanov
2016-05-07Issue #2763: restored indentation's throwsIndent logicrnveach
2016-05-05Issue #3157: Javadoc value tag can reference import (#3158)Konstantin Lutovich
2016-04-28minor: removed unnecessary count correction in indentation test (#3124)rnveach
2016-04-28Issue #3136: added indentation check of while in do..while (#3139)rnveach
2016-04-24Issue #2998: Fix CommentsIndentation Check false-positive at the end of a blo...Vladislav Lisetskiy
2016-04-24Issue #2950: rewrote LineWrappingHandler for easier use (#2951)rnveach
2016-04-22Issue #3103: removed duplicated validation by line wrappingrnveach
2016-04-18Issue #3105: fixed errors in indentation input filesrnveach
2016-04-16Issue #3106: fixed annotation location check with no modifiers (#3108)rnveach
2016-03-29Issue #3005: Fix allowByTailComment option in AvoidEscapedUnicodeCharactersVladislav Lisetskiy
2016-03-29Issue #3006: Add test inputs taken from Guava and FindbugsAndrei Selkin
2016-03-29Issue #3006: Add UT for variables which are assigned multiple times in if/if-...Andrei Selkin
2016-03-29Issue #2944: add EmptyLineSeparator option to check empty lines inside methodsVladislav Lisetskiy
2016-03-12Issue #2204: Add 'baseName' option for TranslationCheckAndrei Selkin
2016-03-04Issue #2362: Add 'validateOnlyOverlapping' option for RequireThisCheckAndrei Selkin
2016-03-01Issue #2987: Allow JUnit ClassRule to be publicAndrej Vano
2016-03-01Issue #2981: added skip native methods for FinalParametersCheckrnveach
2016-02-21Issue #903: Skip type annotations from validation of ModifierOrderCheck (part 2)Andrei Selkin
2016-02-18Issue #2869: Allow missing javadoc tags if an allowed annotation is putVladislav Lisetskiy
2016-02-17Issue #1048: Duplicate error message for static final field in DeclarationOrd...liscju
2016-02-17Issue #2889: Adds skipNoJavadoc option to MissingDeprecated checkliscju
2016-02-16Issue #2251: Fix wrong support for resources with language, country, variantAndrei Selkin
2016-02-15Issue #2887: Fix VisibilityModifier.allowPublicImmutableFields work in enumsVladislav Lisetskiy
2016-02-12Issue #2880: moved compilable resources to resource folderrnveach
2016-02-12Issue #2880: fixed java 8 code compile issuesrnveach
2016-02-12Issue #2822: Makes FinalClass doesnt recognise as final classes with nested s...liscju
2016-02-10Issue #2838: Make WhitespaceAround allow double-brace initialization.liscju
2016-02-09Issue #2811: Makes JavadocTypeCheck recognise param names without bracketsliscju
2016-02-07Issue #924: Fix enforcement of declaration order which leads to illegal forwa...Andrei Selkin
2016-02-05Issue #2795: fixed handling of tabs in LineWrappingrnveach
2016-02-05Issue #1184: fixed custom javadoc inline tagsrnveach
2016-02-01Issue #2788: fixed JavadocStyleCheck index out of range -1rnveach
2016-01-30Issue #2645: fixed StringIndexOutOfBoundsException in Indentation checkrnveach
2016-01-30Issue #2546: added new check RegexpOnFilenameCheckrnveach
2016-01-28Issue #325: Check placement of Javadoc comments in AbstractJavadocCheck befor...Baratali Izmailov