aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation
AgeCommit message (Expand)Author
2017-04-12Issue #4119: add missing tokens in checkstyle configrnveach
2017-03-23Issue #3612: Fixed left curly indentationAndrew Kuchev
2017-03-19Issue #4003: Indentation UTs should not use ROOT locale when they test violat...Luolc
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-02-15Issue #3803: added new case for if and or operator for IndentationCheckrnveach
2017-02-15Issue #3733: Modify indent check to handle multiple, stacked annotationsshawn.kovalchick
2017-02-08Issue #3803: fixed catch indentation wrappingrnveach
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-12-10Issue #3628: ReturnCountExtendedCheck from sevntu is enabled, all violations ...Roman Ivanov
2016-07-29Issue #3208: Add better support for chained methods (#3339)Kevin Conaway
2016-07-26Issue #3369: Changed 2 tests to not make assumptions about the order of HashM...Ben Lambeth
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-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-05-30Issue #3126: Fix a lot of CommentsIndentationCheck false-positives and false-...Vladislav Lisetskiy
2016-05-13Issue #3175: fixed sevntu violations in test and itrnveach
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-05-07Issue #2763: restored indentation's throwsIndent logicrnveach
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 indentation test to verify more contents of inputrnveach
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-19Issue #2941: fixed incorrect expected indentationsrnveach
2016-02-18Issue #676: Forbid multiple violation for the same line in IndentationCheckliscju
2016-02-16Issue #281: fixed line wrap handling of slist/objblockrnveach
2016-02-12Issue #2880: fixed java 8 code compile issuesrnveach
2016-02-12minor: removed exceptions not actually thrownrnveach
2016-01-30Issue #2645: fixed StringIndexOutOfBoundsException in Indentation checkrnveach
2016-01-21Issue #2836: moved error message fields to the check that reports themrnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2016-01-03Issue #1349: Fix IndentationCheck to accept proper right parenthesis of annot...liscju
2015-12-03Issue #2616: Fix CatchParameterName check violations in Checkstyle codeMichal Kordas
2015-11-05Issue #2161: unify test input file namesrnveach
2015-10-31Issue #2078: Update UTs for CommentsIndentationCheckAndrei Selkin
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-23Issue #2421: enabled line length for test folderrnveach
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-18Issue #2080: Fix typos in codeMichal Kordas
2015-10-14Issue #2161: unify test input locationsrnveach
2015-10-14Issue #1217: goal 'testCheck' was activated in 'forbiddenapis' plugin, violat...Ruslan Diachenko
2015-10-01Issue #1548: Add lambda support to indentation check (see #281)Pieter Noordhuis
2015-09-20Issue #2161: Add "Input" prefix to test input filesMichal Kordas