aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/puppycrawl/tools/checkstyle/checks/DescendantTokenCheck.java
AgeCommit message (Expand)Author
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-11-28Issue #2143: Fix extra separation in group errorlinelect
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-05Issue #2551: renamed Check to AbstractCheckrnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2015-10-06Issue #985: Fix PMD violations for ShortVariable ruleRoman Ivanov
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-31Issue #1566: JavadocTagContinuationIndentation violations fixedRuslan Diachenko
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-28Issue #1555: Fix some typos in checks packageMichal Kordas
2015-08-27Utils class has been splitted to CommonUtils and TokenUtils. Issue #1898Ilja Dubinin
2015-08-27Utils classes have been moved to utils package. Issue #1898Ilja Dubinin
2015-08-20Issue #1566: First sentence in a comment should start with a capital letter (...Baratali Izmailov
2015-08-18Issue #1566: First sentence in a comment should start with a capital letterBaratali Izmailov
2015-08-17Issue #1566: AvoidInlineConditional violations fixedRuslan Diachenko
2015-08-17Updated all checks to have getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-08-13Do not allocate arrays of zero length. #1555Michal Kordas
2015-08-11Replace <code> tags with {@code ...} constructs. #1555Baratali Izmailov
2015-08-09Move constants to left side of comparison. #1555Michal Kordas
2015-08-08Added CommentsIndentationCheck into checkstyle_checks.xml, issue #333.Andrei Selkin
2015-08-02Extract increment operations to separate expressions. #1538Michal Kordas
2015-07-23ImportOrder enabled in configuration #1448Aleksandr Ivanov
2015-06-13DescendantTokenCheck updated to follow Cyclomatic Complexity rule. #954Roman Ivanov
2015-05-17Change location of left curly braces to end of line. #1089Michal Kordas
2015-05-15Findbugs violation: api.TokenTypes do System.exit(...). #923Roman Ivanov
2015-05-02Fix EmptyLineSeparator violations for packages, issue #1040Michal Kordas
2015-04-29Fix PMD violations from UseVarargs rule, issue #999Michal Kordas
2015-03-10Remove useless parentheses to fix PMD violations, issue #744Michal Kordas
2015-03-09Remove obsolete double spacesMichal Kordas
2015-02-20Refactored UTs, checks package, issue #537alexkravin
2015-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2015-01-19Prefixes, checkstyle, #512alexkravin
2015-01-19Prefixes, checks, #512alexkravin
2014-03-04moving to standard directory layoutIvan Sopov