aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/grammars
AgeCommit message (Expand)Author
2017-04-05spelling: fix typos in testsVladislav Lisetskii
2017-03-14Issue #3989: UTs should not use ROOT locale when they test violation/error me...Luolc
2017-02-17Issue #3721: enforced no abbreviations in checkstylernveach
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-12-19Issue #3667: fixed documentation and tests for checkstyle modulesrnveach
2016-12-09Issue #3600: fix chmodMaksimP
2016-12-09Issue #3333: add new tokens in WhitespaceAfterCheckMaksimP
2016-11-28Issue #2143: Fix extra separation in group errorlinelect
2016-09-20Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 2) (#3454)Andrei Selkin
2016-09-18Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 1) (#3446)Andrei Selkin
2016-06-12Issue #3239: added receiver parameter to java grammar (#3260)rnveach
2016-06-09Issue #3229: resources were moved to compilable areaRoman Ivanov
2016-06-02Issue #3240: added type annotation to java grammar (#3243)rnveach
2016-05-29Issue #3066: fixed line feeds in AstRegressionTest (#3228)rnveach
2016-05-28Issue #3225: fixed cr lines in TreeWalker (#3226)rnveach
2016-05-13Issue #3175: fixed sevntu violations in test and itrnveach
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-03-26Issue #2973: added java lexer cases for coveragernveach
2016-03-21Issue #2968: adding more method references examplesrnveach
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-03-12Issue #3025: try structure is not parsable when only name is usedRoman Ivanov
2016-03-09Issue #2729: arrays brakets after generics in method references left part are...Ilja Dubinin
2016-03-02Issue #2997: added test to verify TokenType numbersrnveach
2016-02-26Issue #2396: added ast regression testingrnveach
2016-02-23Issue #2396: changed hardcoded ast tests to use ast printerrnveach
2016-02-12minor: removed exceptions not actually thrownrnveach
2016-02-10Issue #2729: types changed according to java specIlja Dubinin
2016-02-05Issue #2551: renamed Check to AbstractCheckrnveach
2016-01-24minor: enforce FinalLocalVariableCheck on checkstyle codeBhavik Patel
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-25Issue #461: Antlr4 grammar has been edited to support custom javadoc tags wit...Baratali Izmailov
2015-12-06Issue #2604: Update regexp pattern for ParameterNameAndrei Selkin
2015-12-03Issue #2616: Fix CatchParameterName check violations in Checkstyle codeMichal Kordas
2015-12-02Issue #2642: ParseTreeBuilder was re-generated to have readable variable namesBaratali Izmailov
2015-11-11Issue #2541: Clean up input files to not use forbidden APIsRoman Ivanov
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-23Issue #2421: enabled line length for test folderrnveach
2015-10-22Issue #2421: expanded checks on test directoryrnveach
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-20Issue #2161: unify test input locations for java8 packagernveach
2015-10-20Issue #2161: unify test input locations for grammars packagernveach
2015-10-19Issue #2161: unify test input locations for comments packagernveach
2015-10-15Issue #2161: unify test input locations for javadoc packagernveach
2015-08-27Fix typos in import and java8 packages. #1555Michal Kordas
2015-08-22Use constant for arrays with zero length. #1555Michal Kordas
2015-08-20Remove duplicates in throws lists. #1555Michal Kordas
2015-08-02Remove unnecessary consecutive lines in Checkstyle code. #1534Michal Kordas
2015-07-23ImportOrder enabled in configuration #1448Aleksandr Ivanov
2015-05-17Change location of left curly braces to end of line. #1089Michal Kordas