File tree 6 files changed +7
-7
lines changed
src/main/java/org/apache/maven/plugins/checkstyle
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 32
32
import java .util .Map ;
33
33
import java .util .ResourceBundle ;
34
34
35
+ import org .apache .commons .lang3 .StringUtils ;
35
36
import org .apache .maven .artifact .Artifact ;
36
37
import org .apache .maven .execution .MavenSession ;
37
38
import org .apache .maven .model .Dependency ;
55
56
import org .codehaus .plexus .resource .loader .FileResourceLoader ;
56
57
import org .codehaus .plexus .util .FileUtils ;
57
58
import org .codehaus .plexus .util .PathTool ;
58
- import org .codehaus .plexus .util .StringUtils ;
59
59
60
60
import com .puppycrawl .tools .checkstyle .DefaultLogger ;
61
61
import com .puppycrawl .tools .checkstyle .XMLLogger ;
Original file line number Diff line number Diff line change 26
26
import java .util .List ;
27
27
import java .util .ResourceBundle ;
28
28
29
+ import org .apache .commons .lang3 .StringUtils ;
29
30
import org .apache .maven .doxia .sink .Sink ;
30
31
import org .apache .maven .doxia .sink .SinkEventAttributes ;
31
32
import org .apache .maven .doxia .sink .impl .SinkEventAttributeSet ;
32
33
import org .apache .maven .doxia .tools .SiteTool ;
33
34
import org .apache .maven .plugin .logging .Log ;
34
35
import org .apache .maven .plugin .logging .SystemStreamLog ;
35
36
import org .apache .maven .plugins .checkstyle .exec .CheckstyleResults ;
36
- import org .codehaus .plexus .util .StringUtils ;
37
37
38
38
import com .puppycrawl .tools .checkstyle .api .AuditEvent ;
39
39
import com .puppycrawl .tools .checkstyle .api .CheckstyleException ;
Original file line number Diff line number Diff line change 32
32
import java .util .List ;
33
33
import java .util .Map ;
34
34
35
+ import org .apache .commons .lang3 .StringUtils ;
35
36
import org .apache .maven .artifact .Artifact ;
36
37
import org .apache .maven .model .Dependency ;
37
38
import org .apache .maven .model .Plugin ;
54
55
import org .codehaus .plexus .util .FileUtils ;
55
56
import org .codehaus .plexus .util .PathTool ;
56
57
import org .codehaus .plexus .util .ReaderFactory ;
57
- import org .codehaus .plexus .util .StringUtils ;
58
58
import org .codehaus .plexus .util .xml .pull .MXParser ;
59
59
import org .codehaus .plexus .util .xml .pull .XmlPullParser ;
60
60
import org .codehaus .plexus .util .xml .pull .XmlPullParserException ;
Original file line number Diff line number Diff line change 22
22
import java .util .ArrayList ;
23
23
import java .util .List ;
24
24
25
- import org .codehaus .plexus .util .StringUtils ;
26
-
27
25
import com .puppycrawl .tools .checkstyle .api .AuditEvent ;
28
26
27
+ import org .apache .commons .lang3 .StringUtils ;
28
+
29
29
/**
30
30
* Tooling for Checkstyle rules conventions: names, categories.
31
31
*
Original file line number Diff line number Diff line change 26
26
import com .puppycrawl .tools .checkstyle .api .Configuration ;
27
27
import com .puppycrawl .tools .checkstyle .api .SeverityLevel ;
28
28
29
- import org .codehaus . plexus . util .StringUtils ;
29
+ import org .apache . commons . lang3 .StringUtils ;
30
30
31
31
import java .io .File ;
32
32
import java .util .ArrayList ;
Original file line number Diff line number Diff line change 34
34
import java .util .Properties ;
35
35
import java .util .Set ;
36
36
37
+ import org .apache .commons .lang3 .StringUtils ;
37
38
import org .apache .maven .artifact .Artifact ;
38
39
import org .apache .maven .artifact .DependencyResolutionRequiredException ;
39
40
import org .apache .maven .model .Resource ;
46
47
import org .codehaus .plexus .resource .loader .FileResourceLoader ;
47
48
import org .codehaus .plexus .resource .loader .ResourceNotFoundException ;
48
49
import org .codehaus .plexus .util .FileUtils ;
49
- import org .codehaus .plexus .util .StringUtils ;
50
50
51
51
import com .puppycrawl .tools .checkstyle .Checker ;
52
52
import com .puppycrawl .tools .checkstyle .ConfigurationLoader ;
You can’t perform that action at this time.
0 commit comments