aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java
AgeCommit message (Expand)Author
2017-12-29Issue #4841: Add SuppressWithPlainTextCommentFilterAndrei Selkin
2017-10-29minor: update javadoc links to https from http (linkcheckplugin)Roman Ivanov
2017-08-21Issue #4805: fix HtmlTagCanBeJavadocTag in TokenTypesvasilyeva
2017-07-23Issue #4722: fix HtmlTagCanBeJavadocTag idea violationvasilyeva
2017-04-26Issue #3951: SeparatorWrap: add support for method reference operatorLuolc
2017-04-23Issue #4250: fix for seleveral inspection violations(ignored return value, de...Roman Ivanov
2017-04-12Issue #2899: Explanations now present to differentiate between try-with-resou...Subbu Dantu
2017-04-07doc: fix documentation for METHOD_REF tokenSubbu Dantu
2017-03-02Issue #3731: expand documentation on METHOD_REF tokenLuolc
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-12-09Issue #3600: fix chmodMaksimP
2016-12-09Issue #3333: add new tokens in WhitespaceAfterCheckMaksimP
2016-11-18Issue #3170: delete children from javadoc TEXTrnveach
2016-07-16minor: suppress for indelij idea 2016.2 violation , disabled till https://you...Roman Ivanov
2016-06-27Issue #3209: add example to TokenTypes for FOR_EACH_CLAUSERoman Ivanov
2016-06-27Issue #3209: fixes missed Token in javadoc example of LITERAL_DORoman Ivanov
2016-02-12minor: added missing code for EXTENDS_CLAUSE tokenrnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2015-09-22Issue #2080: Fix typos in codeMichal Kordas
2015-08-31Issue #1566: JavadocParagraph violations fixedRuslan Diachenko
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-19Sections of code should not be "commented out". Issue #46Ilja Dubinin
2015-08-18Issue #1566: First sentence in a comment should start with a capital letterBaratali Izmailov
2015-08-09Corrected links on website, issue #751Andrei Selkin
2015-08-02Remove unnecessary consecutive lines in Checkstyle code. #1534Michal Kordas
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 DeclarationOrder check violations in Checkstyle code, issue #1049Michal Kordas
2015-05-02Fix EmptyLineSeparator violations for packages, issue #1040Michal Kordas
2015-03-24Merged catch blocks into one where possibleDamian Szczepanik
2015-03-20additional fix for #823Roman Ivanov
2015-03-18additional fix for #711Roman Ivanov
2015-03-18Updated all links to sun.com reference to oracle siteDamian Szczepanik
2015-03-16Removed printStackTrace(...) from whole code, issue #660alexkravin
2015-03-05partial fix for remove tag version from all javadocs, #718Roman Ivanov
2015-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2015-01-19Prefixes, api, #512alexkravin
2014-10-17Issue #49. Added support of single-line and block commentsBaratali Izmailov
2014-10-17Issue #49. Added comments support to antlr grammar. Added new token types to ...Baratali Izmailov
2014-10-10Fix for compilation on openjdk8Ilja Dubinin
2014-10-10minor for pass mvn verifyIlja Dubinin
2014-10-10Issue 10. Lambda support has been added.Ilja Dubinin
2014-10-10Issue 10. Method references are implemented.Ilja Dubinin
2014-10-10Issue 10. Support of default methods in interface has been added.Ilja Dubinin
2014-09-07fix for javadoc problems acording to java8Roman Ivanov
2014-08-12Fixed mistakes in Javadoc commentsBaratali Izmailov
2014-07-22Javadoc comments were fixedBaratali Izmailov
2014-03-04moving to standard directory layoutIvan Sopov