aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/imports
AgeCommit message (Expand)Author
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-09-18Issue #1273: CustomImportOrderCheck rule prioritiesAleksandr Ivanov
2015-08-28fixed problem with lexical order in CustomImportOrder #1469Aleksandr Ivanov
2015-08-02Remove unnecessary consecutive lines in Checkstyle code. #1534Michal Kordas
2015-07-30fix for build problem in Idea on WindowsRoman Ivanov
2015-07-28Fixed compilation error for CustomImportOrder input file #1470Aleksandr Ivanov
2015-07-25100% coverage for CustomImportOrder. #1128Aleksandr Ivanov
2015-07-23Import which produces error on MacOSX jdk has been deletedIlja Dubinin
2015-07-20ImportOrderCheck. Fix separation for static imports #1398Aleksandr Ivanov
2015-07-18Update antlr to 4.5.1. #1402Michal Kordas
2015-07-16fix for compilation error on Windows. #1382Roman Ivanov
2015-07-11ImportControl test resources moved to imports folder #1128Aleksandr Ivanov
2015-07-11UT coverage improved for ImportOrderCheck #1128Aleksandr Ivanov
2015-07-07Improved UT coverage for CustomImportOrder #1128Aleksandr Ivanov
2015-06-24UT coverage for UnusedImports. #1128Aleksandr Ivanov
2015-06-22move non-compilable input to resources-noncompilableVladislav Lisetskiy
2015-06-16UT coverage for RedundantImport check. #1128Aleksandr Ivanov
2015-06-14Fixed exception in AvoidStaticImport check trying to exclude members of inner...Aleksandr Ivanov
2015-06-07Rename CheckStyleTask to CheckstyleAntTask. #1108Michal Kordas
2015-04-30Improve standard package regexp for CustomImportOrder check, issue #1020Michal Kordas
2015-04-24Fix and suppress PMD violations from ShortClassName rule, issue #982Michal Kordas
2015-03-25CustomImportOrder checks import sorting according to ASCII order, fixes #847Michal Kordas
2015-03-16Import Order Check, added option allows alphabetical grouping order in static...alexkravin
2015-03-15Fix non-compiling input for CustomImportOrder checkMichal Kordas
2015-03-09Remove obsolete double spacesMichal Kordas
2015-01-31package javax was changed to javax.swing, as there is not package javaxRoman Ivanov
2015-01-30Custom Import Order Check, third-party package meaning is adjusted, issue #515alexkravin
2014-12-18fix travis buildmaxvetrenko
2014-12-10fix for build errorRoman Ivanov
2014-12-12Last fixed due to maven-compiler-pluginalexkravin
2014-12-09Removed InputImport as separate input for each UT was created #388alexkravin
2014-12-09Avoid Star Import Check created separate compilable UT input based on InputIm...alexkravin
2014-12-09Illegal Import Check created separate compilable UT input based on InputImpor...alexkravin
2014-12-09Redundant Import Check created separate compilable UT input based on InputImp...alexkravin
2014-12-09Unused Imports Check created separate compilable UT based on InputImport #388alexkravin
2014-12-09Avoid Static Import Check created separate UT input based on InputImport #388alexkravin
2014-12-07Input Default moved resources-noncompilable #388alexkravin
2014-12-04Custom Import Order Check compilable UT inputsalexkravin
2014-10-17Issue #49. Added comments to existing test inputs.Baratali Izmailov
2014-10-13Fixed IndexOutOfBoundsException in CustomImportOrderCheck #296maxvetrenko
2014-08-10CustomImportOrder was introduced #231Max
2014-06-28partial making of test inputs compilableIvan Sopov
2014-06-10Update UnusedImportsCheck to correctly detect classes in parameters and inlin...James Gorman
2014-03-04moving to standard directory layoutIvan Sopov