-
Bug
-
Resolution: Duplicate
-
P4
-
9
STDOUT:
compile: [--server:portfile=testserver,background=false, -d, IncCompInheritanceTest\classes, IncCompInheritanceTest\src]
Compiling 1 files in 1 packages (pkga to pkga)
Compiling 2 files in 2 packages (pkgb to pkgc)
compile: [--server:portfile=testserver,background=false, -d, IncCompInheritanceTest\classes, IncCompInheritanceTest\src]
Compiling pkga(1) (with 1 dependents)
The API of pkga has changed!
Compiling pkgb(1)
STDERR:
Recompiling test class...
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at Wrapper.main(Wrapper.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:746)
Caused by: java.lang.AssertionError: Compilation succeeded unexpectedly
at IncCompInheritance.main(IncCompInheritance.java:72)
... 11 more
compile: [--server:portfile=testserver,background=false, -d, IncCompInheritanceTest\classes, IncCompInheritanceTest\src]
Compiling 1 files in 1 packages (pkga to pkga)
Compiling 2 files in 2 packages (pkgb to pkgc)
compile: [--server:portfile=testserver,background=false, -d, IncCompInheritanceTest\classes, IncCompInheritanceTest\src]
Compiling pkga(1) (with 1 dependents)
The API of pkga has changed!
Compiling pkgb(1)
STDERR:
Recompiling test class...
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at Wrapper.main(Wrapper.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:746)
Caused by: java.lang.AssertionError: Compilation succeeded unexpectedly
at IncCompInheritance.main(IncCompInheritance.java:72)
... 11 more