aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/CustomImportOrderCheckTest.java
AgeCommit message (Expand)Author
2017-12-22Issue #5004: pitest: increase mutation coverage for pitest-checks-imports pro...BBG
2017-10-26Issue #5210: added junit failures if exception is not thrownrnveach
2017-07-29Issue #4592: merged module test support and fileset test supportrnveach
2017-07-19Issue #4592: Tests from design, imports, indentation, javadoc, metrics packag...Subbu Dantu
2017-06-24Issue #4516: fix fourth bunch of pmd violations for JUnitAssertionsShouldIncl...vasilyeva
2017-06-12Issue #4437: Modified CustomImportOrderCheckTest.java and moved its input fil...Subbu Dantu
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-12-30Issue #3551: CustomImportOrder shows violation on multiple line separationkazachka
2016-11-21Issue #3567: clarified tests with expected exceptionsrnveach
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-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-12Issue #2880: fixed java 8 code compile issuesrnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-23Issue #2421: enabled line length for test folderrnveach
2015-10-22minor: removed unnecessary manual class lookupsrnveach
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-13Issue #2161: unify test input locationsrnveach
2015-10-10minor: fixed test/resources wrong package locationrnveach
2015-09-18Issue #1273: CustomImportOrderCheck rule prioritiesAleksandr Ivanov
2015-09-03Issue #945: Added 'IllegalCatch' into checkstyle_checks.xml.Andrei Selkin
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-29Issue #1555: Remove catch of unexpected exceptions in testsMichal Kordas
2015-08-29Issue #1555: Rename variables with unused exceptionsMichal Kordas
2015-08-28fixed problem with lexical order in CustomImportOrder #1469Aleksandr Ivanov
2015-08-25Issue #1566: Fixed TrailingComment violations in UTsBaratali Izmailov
2015-08-25Use constants for arrays initialized with zero length. #1555Michal Kordas
2015-08-22Use constant for arrays with zero length. #1555Michal Kordas
2015-08-22Create new instance using constructor in test code. #1555Michal Kordas
2015-08-21Remove unnecessary constant array creation expressions. #1555Michal Kordas
2015-08-21Remove call to printStackTrace() in test code. #1555Michal Kordas
2015-08-21Fix confusing variable names. #1555Michal Kordas
2015-08-20Remove unnecessarily fully qualified names in test code. #1555Michal Kordas
2015-08-20Remove unnecessary cast expression. #1555Michal Kordas
2015-08-17Provided UTs for getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-08-16Extended messages for CustomImportOrder #1648Aleksandr Ivanov
2015-08-08Changed SAME_PACKAGE rule for CustomImportOrderCheck #1262Aleksandr Ivanov
2015-08-01Enable NonEmptyAtclauseDescription check on Checkstyle code. #945Michal Kordas
2015-07-25100% coverage for CustomImportOrder. #1128Aleksandr Ivanov
2015-07-23ImportOrder enabled in configuration #1448Aleksandr Ivanov
2015-07-21Add test with default configuration for CustomImportOrderCheck, issue #1129.Andrei Selkin
2015-07-07Improved UT coverage for CustomImportOrder #1128Aleksandr Ivanov
2015-07-05Raising exception for CustomImportOrder.SAME_PACKAGE #1282Aleksandr Ivanov
2015-06-09Added UTs for getAcceptableTokens() and getRequiredTokens() on all objects in...Aleksandr Ivanov
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-04-30Improve standard package regexp for CustomImportOrder check, issue #1020Michal Kordas
2015-03-25CustomImportOrder checks import sorting according to ASCII order, fixes #847Michal Kordas
2015-03-15Fix non-compiling input for CustomImportOrder checkMichal Kordas