aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports
AgeCommit message (Expand)Author
2017-05-01Issue #3449: IllegalImport: new property illegalClasses to let blacklist cert...Tima
2017-04-12Issue #4119: add missing tokens in checkstyle configrnveach
2017-03-22Issue #3962: Use Use try-catch to fix leaking unclosed InputStream in ImportC...Giorgos Gaganis
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2017-01-22Issue #3741: Fix false negative when import is from java.lang packageAndrei Selkin
2017-01-22Issue #3462: Implement 'path' property for ImportControlCheckJochen Van de Velde
2016-12-30Issue #3551: CustomImportOrder shows violation on multiple line separationkazachka
2016-12-05Issue #3575: changed module setters for urirnveach
2016-11-28Issue #2143: add check extra separation in grouplinelect
2016-11-28Issue #3498: ImportCheckControl refactoredkazachka
2016-11-28Issue #3450: Support loading import control configuration from URLs and class...Jochen Van de Velde
2016-11-21Issue #3567: clarified tests with expected exceptionsrnveach
2016-10-25Issue #3514: Rename PkgControl to ImportControlJochen Van de Velde
2016-10-23Issue #3497: Split Guard class in twoJochen Van de Velde
2016-10-18Issue #2999: allow regex in subpackage and importcontrol elementVolker Boerchers
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-08-04minor: fix hardcoded messages in UTs (#3385)Andrei Selkin
2016-07-06Issue #3101: Add new 'useContainerOrderingForStatic' option for ImportOrderCh...Andrei Selkin
2016-05-16Issue #407: Fix cache usage in presence of modules which use external resourc...Andrei Selkin
2016-05-14Issue #3175: sevntu-checkstyle violations were resolved in test areaRoman Ivanov
2016-05-13Issue #3175: fixed sevntu violations in test and itrnveach
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-05-05Issue #3157: Javadoc value tag can reference import (#3158)Konstantin Lutovich
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-20Issue #957: Forbid @VisibleForTestingVladislav Lisetskiy
2016-02-12Issue #2880: fixed java 8 code compile issuesrnveach
2016-02-12minor: removed exceptions not actually thrownrnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-22Issue #2661: Enforce SimpleAccessorNameNotation of sevntu-checkstyle over Che...Andrei Selkin
2015-12-06Issue #2604: Update regexp pattern for ParameterNameAndrei Selkin
2015-12-03Issue #2616: Fix CatchParameterName check violations in Checkstyle codeMichal Kordas
2015-11-25Issue #2639: URI is removed from allowed abbreviationsRoman Ivanov
2015-11-03Issue #1627: Make 'processJavadoc' property 'true' by defaultVladislav Lisetskiy
2015-10-30Issue #2215: Rename tests to match tested class name with Test suffixMichal Kordas
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-22minor: removed unnecessary manual class lookupsrnveach
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-19Issue #2161: unify test input locations for checks packagernveach
2015-10-18Issue #2161: unify test input locations for import packagernveach
2015-10-13Issue #2161: unify test input locationsrnveach
2015-10-12Issue #2161: unify test input locationsrnveach
2015-10-12Issue #2161: unify test input locationsrnveach
2015-10-10minor: fixed test/resources wrong package locationrnveach
2015-10-03Issue #2231: minor refactoring, helper method was addedAleksandr Ivanov
2015-09-26Issue #2231: restore 'url' option for ImportControlAleksandr Ivanov
2015-09-18Issue #1273: CustomImportOrderCheck rule prioritiesAleksandr Ivanov
2015-09-04Issue #2080: Fix typos in codeMichal Kordas