File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
its/core-it-suite/src/test/resources
mng-2135/plugin/src/main/java/coreit
mng-3038/test-project/A/src/test/java/org/apache/maven/its/it0121/A
mng-7587-jsr330/plugin/src/test Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3737 * under the License.
3838 */
3939
40- import java .io .*;
40+ import java .io .File ;
41+ import java .io .IOException ;
4142
42- import org .apache .maven .plugin .*;
43+ import org .apache .maven .plugin .AbstractMojo ;
44+ import org .apache .maven .plugin .MojoExecutionException ;
4345
4446/**
4547 * @goal it
Original file line number Diff line number Diff line change 1818 */
1919package org .apache .maven .its .it0121 .A ;
2020
21- import java .io .*;
21+ import java .io .PrintWriter ;
22+ import java .io .StringWriter ;
2223
23- import junit .framework .* ;
24+ import junit .framework .TestCase ;
2425
2526public class AppTest extends TestCase {
2627 public void testOutput () {
Original file line number Diff line number Diff line change 55import org .apache .maven .plugin .testing .WithoutMojo ;
66
77import org .junit .Rule ;
8- import static org .junit .Assert .*;
8+
9+ import static org .junit .Assert .assertNotNull ;
10+ import static org .junit .Assert .assertTrue ;
11+
912import org .junit .Test ;
1013import java .io .File ;
1114
Original file line number Diff line number Diff line change 2222import java .util .Collection ;
2323import java .util .Collections ;
2424import java .util .LinkedHashMap ;
25- import java .util .List ;
2625import java .util .Map ;
2726import java .util .Objects ;
28- import java .util .stream .Collectors ;
29- import java .util .stream .Stream ;
3027
3128/**
3229 * Represents the location of an element within a model source file.
Original file line number Diff line number Diff line change 2727import java .io .Reader ;
2828import java .io .Writer ;
2929import java .util .AbstractSet ;
30- import java .util .ArrayList ;
3130import java .util .Collection ;
3231import java .util .Collections ;
3332import java .util .Enumeration ;
3433import java .util .InvalidPropertiesFormatException ;
3534import java .util .Iterator ;
36- import java .util .LinkedHashSet ;
3735import java .util .List ;
3836import java .util .Map ;
39- import java .util .Objects ;
4037import java .util .Properties ;
4138import java .util .Set ;
4239import java .util .concurrent .CopyOnWriteArrayList ;
You can’t perform that action at this time.
0 commit comments