src/it/MCOMPILER-170/mcompiler-170-2/src/main/java/org/apache/maven/plugins/compiler/it/App2.java [26:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }

    public static void mainFoo(String[] args) {
        System.out.println("Hello World!");
    }

    public void bar(String[] args) {
        System.out.println("Hello World!");
    }

    public void foo(String[] args) {
        System.out.println("Hello World!");
    }

    public void barfoo(String[] args) {
        System.out.println("Hello World!");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/it/MCOMPILER-170/mcompiler-170-4/src/main/java/org/apache/maven/plugins/compiler/it/App4.java [26:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }

    public static void mainFoo(String[] args) {
        System.out.println("Hello World!");
    }

    public void bar(String[] args) {
        System.out.println("Hello World!");
    }

    public void foo(String[] args) {
        System.out.println("Hello World!");
    }

    public void barfoo(String[] args) {
        System.out.println("Hello World!");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



