File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
allure-junit4/src/main/java/io/qameta/allure/junit4
allure-junit5-assert/src/main/java/io/qameta/allure/junit5assert
gradle/quality-configs/checkstyle Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1515 */
1616package io .qameta .allure .junit4 ;
1717
18- import java .lang .annotation .*;
18+ import java .lang .annotation .Documented ;
19+ import java .lang .annotation .ElementType ;
20+ import java .lang .annotation .Retention ;
21+ import java .lang .annotation .RetentionPolicy ;
22+ import java .lang .annotation .Target ;
1923
2024/**
2125 * @author jkttt on 05.07.17.
Original file line number Diff line number Diff line change 2121import io .qameta .allure .model .StepResult ;
2222import io .qameta .allure .util .ObjectUtils ;
2323import org .aspectj .lang .JoinPoint ;
24- import org .aspectj .lang .annotation .*;
24+ import org .aspectj .lang .annotation .AfterReturning ;
25+ import org .aspectj .lang .annotation .AfterThrowing ;
26+ import org .aspectj .lang .annotation .Aspect ;
27+ import org .aspectj .lang .annotation .Before ;
28+ import org .aspectj .lang .annotation .Pointcut ;
2529import org .slf4j .Logger ;
2630import org .slf4j .LoggerFactory ;
2731
Original file line number Diff line number Diff line change 125125
126126
127127 <!-- Imports (http://checkstyle.sourceforge.net/config_imports.html) -->
128- <!-- < module name="AvoidStarImport"/> -- >
128+ <module name =" AvoidStarImport" />
129129 <!-- <module name="AvoidStaticImport"/>-->
130130 <!-- <module name="CustomImportOrder"/>-->
131131 <module name =" IllegalImport" />
You can’t perform that action at this time.
0 commit comments