aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier
AgeCommit message (Expand)Author
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2017-01-18Issue #3720: added missing tokens to checkstyle configrnveach
2017-01-05Issue #3582: marked enum field's final method as redundantrnveach
2016-11-25Issue #2068: updated RedundantModifier documentation for final in enumsrnveach
2016-09-29Issue #3471: Fix order of "default" method modifieralberto.cuda
2016-09-20Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 2) (#3454)Andrei Selkin
2016-08-04Issue #3322: added RedundantModifiers for final in abstract methodsrnveach
2016-07-27Issue #3323: added try-with-resources to RedundantModifierCheckrnveach
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-21Issue #903: Skip type annotations from validation of ModifierOrderCheck (part 2)Andrei Selkin
2016-02-15Issue #903: Skip type annotations from validation of ModifierOrderCheckAndrei Selkin
2016-02-05Issue #2551: renamed Check to AbstractCheckrnveach
2016-01-17Issue #2661: Enforce SingleBreakOrContinueCheck of sevntu-checkstyle over Che...Yasser Aziza
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-24Issue #2661: Enforce LogicConditionNeedOptimizationCheck of sevntu-checkstyle...Andrei Selkin
2015-12-18Issue #2661: Enforce AvoidNotShortCircuitOperatorsForBoolean of sevntu-checks...Andrei Selkin
2015-11-21Issue #2639: adjust AbbreviationAsWordInName in checkstyle_checks.xml to catc...Roman Ivanov
2015-11-03Issue #2122: Fix RedundantModifier at final methods in anonymous classrnveach
2015-10-13Issue #957: Decrease visibility of package-private methodsMichal Kordas
2015-10-06Issue #985: Fix PMD violations for ShortVariable ruleRoman Ivanov
2015-09-20Issue #2203: Fix RedundantModifier check at final classes in interfacesMichal Kordas
2015-09-18Issue #1537: Fix RedundantModifier check to recognise inner classes accessibl...liscju
2015-09-04Issue #1833: Fixed redundant modifier false positive for abstract classes in ...Andrei Selkin
2015-09-03Issue #46: loops should not contain more then one break.Ilja Dubinin
2015-09-03Issue #1530: Detect nested enums marked as static in RedundantModifierVladislav Lisetskiy
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-31Issue #1566: JavadocTagContinuationIndentation violations fixedRuslan Diachenko
2015-08-28Issue #1555: Fix various typosMichal Kordas
2015-08-28Issue #1566: ReturnCount violation fixed for ModifierOrderCheckRuslan Diachenko
2015-08-28Detect public constructors in non-public classes in RedundantModifier,liscju
2015-08-20Issue #1566: First sentence in a comment should start with a capital letter (...Baratali Izmailov
2015-08-17Issue #1566: AvoidInlineConditional violations fixedRuslan Diachenko
2015-08-17Updated all checks to have getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-08-16Simplify expressions that are constant. #1555Michal Kordas
2015-08-13Do not allocate arrays of zero length. #1555Michal Kordas
2015-08-09Move constants to left side of comparison. #1555Michal Kordas
2015-08-02Replace new array expressions with an array initializer. #1538Michal Kordas
2015-08-02Remove unnecessary consecutive lines in Checkstyle code. #1534Michal Kordas
2015-08-01Make method "static". #46Michal Kordas
2015-07-25Make RedundantModifier checks if inner types declared in interface has redundantliscju
2015-07-24Make RedundantModifier checks if enum constructor has redundant privateliscju
2015-07-23ImportOrder enabled in configuration #1448Aleksandr Ivanov
2015-07-17Make "private" methods "static" where possible. #46Michal Kordas
2015-07-06Issue #1286: 'RedundantModifierCheck' was refactored, UT coverage improvedRuslan Diachenko
2015-07-05Issue #1286: 'ModifierOrderCheck' was refactored, UT coverage improved; .clas...Ruslan Diachenko
2015-06-15ModifierOrderCheck updated to follow Cyclomatic Complexity rule. #954Roman Ivanov
2015-06-14RedundantModifierCheck updated to follow Cyclomatic Complexity rule. #954Roman Ivanov
2015-05-17Change location of left curly braces to end of line. #1089Michal Kordas
2015-05-13Fix PMD violations from PrematureDeclaration rule. #948Michal Kordas
2015-05-02Fix EmptyLineSeparator violations for packages, issue #1040Michal Kordas