aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/RequireThisCheckTest.java
AgeCommit message (Expand)Author
2017-12-26Pull #5392: fixed RequireThisCheck and for loop variable handlingrnveach
2017-12-25Pull #5364: changed RequireThis kept track of the frame being examinedrnveach
2017-12-24minor: fix typos in testsPavel Bludov
2017-12-22Pull #5363: added missing annotation token definitionrnveach
2017-12-15Pull #5361: fixed RequireThisCheck and enum constants handlingrnveach
2017-12-13Pull #5351: fixed RequireThisCheck and catch variable handlingrnveach
2017-12-08Issue #5008: increased pitest of coding packagernveach
2017-08-01Issue #4856: fixed NPE in RequireThisCheck for methods from base classrnveach
2017-07-31Issue #4777: fixed RequireThisCheck with NPE on case grouprnveach
2017-07-29Issue #4808: fix final 300 AssertsWithoutMessages idea violationsvasilyeva
2017-07-29Issue #4592: merged module test support and fileset test supportrnveach
2017-07-18Issue #4592: Tests from annotation, blocks, coding packages now extend from A...Subbu Dantu
2017-07-03Issue #3545: Remove LocalizedMessages classAndrei Selkin
2017-06-30Issue #877: fix third part of JUnitTestsShouldIncludeAssert violationsvasylieva
2017-05-23Issue #4207: Fixed false positives from RequireThis for lambdasPiyush Sharma
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in codin...Dmytro Kytsmen
2017-04-12Issue #3423: Allow local vars without any unnecessary violations from Require...Piyush Sharma
2017-04-05spelling: fix typos in testsVladislav Lisetskii
2017-02-28Issue #3848: Increase code coverage of RequireThisCheckAndrei Selkin
2017-01-28Issue #3041: RequireThisCheck doesn't see outer classes for anonymous classesVladislav Lisetskiy
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-07-26Issue #3335: prevented static variables being checked for RequireThis (#3355)rnveach
2016-07-05Issue #3334: fixed RequireThis when can't find end block token (#3336)rnveach
2016-06-16Issue #3239: fixed checks that fail on new receiver parameter (#3272)rnveach
2016-04-18Issue #2271: Fix Codacy's issue 'Avoid really long methods' (#3100)Andrei Selkin
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-03-04Issue #2362: Add 'validateOnlyOverlapping' option for RequireThisCheckAndrei Selkin
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-31Issue #2539: Fix RequireThis check false-positive on methodsVladislav Lisetskiy
2015-12-24Issue #2239: Extend RequireThis check messageVladislav Lisetskiy
2015-11-15Issue #2240: Fix false negative in RequireThisCheckVladislav Lisetskiy
2015-11-07Issue #2451: removed excess hierarchy from RequireThisCheckrnveach
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-18Issue #2080: Fix typos in codeMichal Kordas
2015-10-17Issue #2161: unify test input locations for coding packagernveach
2015-09-30Issue #1290: Coverage has been increased to 100% in AbstractDeclarationCollec...Ilja Dubinin
2015-08-22Use constant for arrays with zero length. #1555Michal Kordas
2015-07-07Issue #1293: Test Check's tokens are not nullBaratali Izmailov
2015-05-17Change location of left curly braces to end of line. #1089Michal Kordas
2015-05-02Fix EmptyLineSeparator violations for packages, issue #1040Michal Kordas
2015-02-20Refactored UTs, coding package, issue #537alexkravin
2015-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2014-12-24Issue #257 RequireThis triggers when try-with-resources defines resource with...ychulovskyy
2014-03-04moving to standard directory layoutIvan Sopov