File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
src/main/java/org/apache/maven/plugins/checkstyle Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3232import java .util .Map ;
3333import java .util .ResourceBundle ;
3434
35+ import org .apache .commons .lang3 .StringUtils ;
3536import org .apache .maven .artifact .Artifact ;
3637import org .apache .maven .execution .MavenSession ;
3738import org .apache .maven .model .Dependency ;
5556import org .codehaus .plexus .resource .loader .FileResourceLoader ;
5657import org .codehaus .plexus .util .FileUtils ;
5758import org .codehaus .plexus .util .PathTool ;
58- import org .codehaus .plexus .util .StringUtils ;
5959
6060import com .puppycrawl .tools .checkstyle .DefaultLogger ;
6161import com .puppycrawl .tools .checkstyle .XMLLogger ;
Original file line number Diff line number Diff line change 2626import java .util .List ;
2727import java .util .ResourceBundle ;
2828
29+ import org .apache .commons .lang3 .StringUtils ;
2930import org .apache .maven .doxia .sink .Sink ;
3031import org .apache .maven .doxia .sink .SinkEventAttributes ;
3132import org .apache .maven .doxia .sink .impl .SinkEventAttributeSet ;
3233import org .apache .maven .doxia .tools .SiteTool ;
3334import org .apache .maven .plugin .logging .Log ;
3435import org .apache .maven .plugin .logging .SystemStreamLog ;
3536import org .apache .maven .plugins .checkstyle .exec .CheckstyleResults ;
36- import org .codehaus .plexus .util .StringUtils ;
3737
3838import com .puppycrawl .tools .checkstyle .api .AuditEvent ;
3939import com .puppycrawl .tools .checkstyle .api .CheckstyleException ;
Original file line number Diff line number Diff line change 3232import java .util .List ;
3333import java .util .Map ;
3434
35+ import org .apache .commons .lang3 .StringUtils ;
3536import org .apache .maven .artifact .Artifact ;
3637import org .apache .maven .model .Dependency ;
3738import org .apache .maven .model .Plugin ;
5455import org .codehaus .plexus .util .FileUtils ;
5556import org .codehaus .plexus .util .PathTool ;
5657import org .codehaus .plexus .util .ReaderFactory ;
57- import org .codehaus .plexus .util .StringUtils ;
5858import org .codehaus .plexus .util .xml .pull .MXParser ;
5959import org .codehaus .plexus .util .xml .pull .XmlPullParser ;
6060import org .codehaus .plexus .util .xml .pull .XmlPullParserException ;
Original file line number Diff line number Diff line change 2222import java .util .ArrayList ;
2323import java .util .List ;
2424
25- import org .codehaus .plexus .util .StringUtils ;
26-
2725import com .puppycrawl .tools .checkstyle .api .AuditEvent ;
2826
27+ import org .apache .commons .lang3 .StringUtils ;
28+
2929/**
3030 * Tooling for Checkstyle rules conventions: names, categories.
3131 *
Original file line number Diff line number Diff line change 2626import com .puppycrawl .tools .checkstyle .api .Configuration ;
2727import com .puppycrawl .tools .checkstyle .api .SeverityLevel ;
2828
29- import org .codehaus . plexus . util .StringUtils ;
29+ import org .apache . commons . lang3 .StringUtils ;
3030
3131import java .io .File ;
3232import java .util .ArrayList ;
Original file line number Diff line number Diff line change 3434import java .util .Properties ;
3535import java .util .Set ;
3636
37+ import org .apache .commons .lang3 .StringUtils ;
3738import org .apache .maven .artifact .Artifact ;
3839import org .apache .maven .artifact .DependencyResolutionRequiredException ;
3940import org .apache .maven .model .Resource ;
4647import org .codehaus .plexus .resource .loader .FileResourceLoader ;
4748import org .codehaus .plexus .resource .loader .ResourceNotFoundException ;
4849import org .codehaus .plexus .util .FileUtils ;
49- import org .codehaus .plexus .util .StringUtils ;
5050
5151import com .puppycrawl .tools .checkstyle .Checker ;
5252import com .puppycrawl .tools .checkstyle .ConfigurationLoader ;
You can’t perform that action at this time.
0 commit comments