wala / WALA

T.J. Watson Libraries for Analysis, with frontends for Java, Android, and JavaScript, and may common static program analyses
http://github.com/wala/WALA
Eclipse Public License 2.0
762 stars 221 forks source link

Test failing on Windows 8 box (Test written in platform specific way) #57

Open michaelheilmann opened 10 years ago

michaelheilmann commented 10 years ago

I receive the following errors when running mvn clean verify on a Windows 8 box. It seems as if the test assumes a Linux box as /tmp is usually a valid path there i.e. the test is written in a platform specific way.

Results :

Tests in error:
  DynamicCallGraphTest.testExclusions:155->instrument:64 ╗ FileNotFound \tmp\tes...
  DynamicCallGraphTest.testGraph:147->instrument:64 ╗ FileNotFound \tmp\test.jar...

Tests run: 221, Failures: 0, Errors: 2, Skipped: 3
juliandolby commented 10 years ago

I just pushed a version of that test that no longer hard codes /tmp. That version seems to work for me, but I have no way to test on Windows. If that fix is not sufficient, someone with Windows will need to investigate.

-- Julian

From: Michael Heilmann notifications@github.com

To: wala/WALA WALA@noreply.github.com

Date: 06/29/2014 12:50 AM

Subject: [WALA] Tests failing on Windows 8 box (Test written in platform specific way) (#57)

I receive the following errors when running mvn clean verify on a Windows 8 box. It seems as if the test assumes a Linux box as /tmp is usually a valid path there i.e. the test is written in a platform specific way.

Results :

Tests in error: DynamicCallGraphTest.testExclusions:155->instrument:64 ¨[ FileNotFound \tmp\tes... DynamicCallGraphTest.testGraph:147->instrument:64 ¨[ FileNotFound \tmp \test.jar...

Tests run: 221, Failures: 0, Errors: 2, Skipped: 3

¡ª Reply to this email directly or view it on GitHub.

michaelheilmann commented 10 years ago

The errors have changed. However, I can confirm that instrumentedJarLocation refers to C:\Users\MICHAE~1\AppData\Local\Temp\\test.jar and that this file exists. It seems as if there are interlocking issues (typical on Windows 8): test.jar is used by another process. I'm on it.

testExclusions(com.ibm.wala.core.tests.shrike.DynamicCallGraphTest)  Time elapse d: 13.6 sec  <<< ERROR!
java.lang.ClassNotFoundException: dynamicCG.MainClass
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at com.ibm.wala.core.tests.shrike.DynamicCallGraphTest.run(DynamicCallGraphTest.java:79)
        at com.ibm.wala.core.tests.shrike.DynamicCallGraphTest.testExclusions(DynamicCallGraphTest.java:160)

testGraph(com.ibm.wala.core.tests.shrike.DynamicCallGraphTest)  Time elapsed: 1.396 sec  <<< ERROR!
java.lang.ClassNotFoundException: dynamicCG.MainClass
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at com.ibm.wala.core.tests.shrike.DynamicCallGraphTest.run(DynamicCallGraphTest.java:79)
        at com.ibm.wala.core.tests.shrike.DynamicCallGraphTest.testGraph(DynamicCallGraphTest.java:152)
michaelheilmann commented 10 years ago

Is it intended that the file C:\Users\MICHAE~1\AppData\Local\Temp\\test.jar contains two entries for each class? For instance, it contains dynamicCG/MainClass.class (of size 3707) and dynamicCG/MainClass.class (of size 1566).

Update: Same error even if the original classes are excluded and only the instrumented classes are placed in the file.

I am going to have a look at the class files now. However, the actual reason for the error seems to be that test.jar is locked by another process.

michaelheilmann commented 10 years ago

A partial solution to the problem is to replace the expression

new URLClassLoader(new URL[]{ new URL("file://" + instrumentedJarLocation), new URL("file://" + shrikeBin), new URL("file://" + utilBin) }, DynamicCallGraphTest.class.getClassLoader().getParent());

by the expression

new URLClassLoader(new URL[]{ new URL("file://" + instrumentedJarLocation), new URL("file://" + shrikeBin), new URL("file://" + utilBin) }, DynamicCallGraphTest.class.getClassLoader()/*.getParent()*/);

Then the tests testGraph and testExclusions run but both fail with the error

java.lang.AssertionError: more than one edge
msridhar commented 10 years ago

Julian and I are both traveling, but we'll take a closer look at this soon.

--Manu

michaelheilmann commented 10 years ago

I will gather more information on that in the meantime. Have a good journey.

msridhar commented 10 years ago

@michaelheilmann neither Julian nor I have ready access to a Windows 8 (virtual) machine with WALA set up, so we likely won't get to this one soon. If the dynamic call graph tests are the only ones failing, it's probably safe to ignore the failures for now, given they pass on Mac and Linux. If you really need this functionality to work, and could debug the issue further, that would be great.

michaelheilmann commented 10 years ago

I have deactivated the test for now, however the problems continue. I will just attach the full output of mvn verify:

[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala-feature:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-feature\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala-feature:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-feature\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala-feature:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-feature\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.core:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.core:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.core:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.shrike:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.shrike:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.shrike:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.util:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.util:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.util:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.core.testdata:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.core.testdata:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.core.testdata:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.core.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.core.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.core.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.java:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.java:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.java:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.js:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.js:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.js:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.js.html.nu_validator:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.html.nu_validator\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.html.nu_validator:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.html.nu_validator\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.html.nu_validator:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.html.nu_validator\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test.data\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test.data\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test.data\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.ide-feature:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide-feature\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.ide-feature:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide-feature\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.ide-feature:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide-feature\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.ide:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.ide:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.ide:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.ide.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.tests\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.ide.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.tests\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.ide.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.tests\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.ide.jsdt:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jsdt\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.ide.jsdt:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jsdt\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.ide.jsdt:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jsdt\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.ide.jsdt.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jsdt.tests\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.ide.jsdt.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jsdt.tests\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.ide.jsdt.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jsdt.tests\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.ide.jdt:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jdt\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.ide.jdt:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jdt\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.ide.jdt:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jdt\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala.ide.jdt.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jdt.test\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala.ide.jdt.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jdt.test\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala.ide.jdt.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jdt.test\pom.xml
[INFO] Computing target platform for MavenProject: com.ibm.wala:com.ibm.wala-repository:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-repository\pom.xml
[INFO] Resolving dependencies of MavenProject: com.ibm.wala:com.ibm.wala-repository:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-repository\pom.xml
[INFO] Resolving class path of MavenProject: com.ibm.wala:com.ibm.wala-repository:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-repository\pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] WALA
[INFO] targets
[INFO] e42
[INFO] com.ibm.wala.util
[INFO] com.ibm.wala.shrike
[INFO] com.ibm.wala.core
[INFO] com.ibm.wala.cast
[INFO] com.ibm.wala.cast.java
[INFO] com.ibm.wala-feature
[INFO] com.ibm.wala.core.testdata
[INFO] com.ibm.wala.core.tests
[INFO] com.ibm.wala.cast.test
[INFO] com.ibm.wala.cast.java.test
[INFO] com.ibm.wala.cast.java.test.data
[INFO] com.ibm.wala.cast.java.polyglot
[INFO] com.ibm.wala.cast.java.polyglot.test
[INFO] com.ibm.wala.cast.js
[INFO] com.ibm.wala.cast.js.rhino
[INFO] com.ibm.wala.cast.js.test.data
[INFO] com.ibm.wala.cast.js.test
[INFO] com.ibm.wala.cast.js.rhino.test
[INFO] com.ibm.wala.cast.js.html.nu_validator
[INFO] com.ibm.wala.ide
[INFO] com.ibm.wala.ide-feature
[INFO] com.ibm.wala.ide.tests
[INFO] com.ibm.wala.ide.jsdt
[INFO] com.ibm.wala.ide.jsdt.tests
[INFO] com.ibm.wala.ide.jdt
[INFO] com.ibm.wala.ide.jdt.test
[INFO] com.ibm.wala-repository
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building WALA 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ WALA ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ WALA ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ WALA ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building targets 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ targets ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ targets ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ targets ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building e42 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ e42 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-target-definition (default-package-target-definition) @ e42 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ e42 ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ e42 ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.util 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.util ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.util ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.util ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.util:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.util ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\target\com.ibm.wala.util-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.util ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\walaUtil.jar
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.util\target\com.ibm.wala.util-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.util ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.util ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.util ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.shrike 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.shrike ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.shrike ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.shrike ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.shrike ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.shrike ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.shrike:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.shrike ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\target\com.ibm.wala.shrike-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.shrike ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.shrike ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.shrike\target\com.ibm.wala.shrike-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.shrike ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.shrike ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.shrike ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.core 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.core ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.core ---
[WARNING] Bundle-Name header not found in C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\META-INF\MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\target\com.ibm.wala.core-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.core ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core\target\com.ibm.wala.core-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.core ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\target\com.ibm.wala.cast-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast\target\com.ibm.wala.cast-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.java 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.java ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.java ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.java ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.java ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.java ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.java:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.java ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\target\com.ibm.wala.cast.java-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.java ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.java ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java\target\com.ibm.wala.cast.java-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.java ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.java ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.java ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala-feature 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.ibm.wala-feature ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala-feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala-feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala-feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ com.ibm.wala-feature ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-feature\target\com.ibm.wala-feature-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala-feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ com.ibm.wala-feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala-feature ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala-feature\target\com.ibm.wala-feature-1.3.4-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala-feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.core.testdata 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.core.testdata ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.core.testdata ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.core.testdata ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.core.testdata ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\src\main\resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ com.ibm.wala.core.testdata ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

properties:

init:

JLexPresent:

fetchJLex:

javaCupPresent:

fetchJavaCup:

bcelPresent:

fetchBcel:

copyJars:
     [copy] Copying 1 file to C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\bin

build.update.jar:
    [mkdir] Created dir: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder

properties:

init:

build.jars:

properties:

init:

@dot:
    [mkdir] Created dir: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder\@dot.bin
    [javac] Compiling 136 source files to C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder\@dot.bin
     [copy] Copying 166 files to C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\@dot
   [delete] Deleting directory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder\@dot.bin

properties:

init:

gather.bin.parts:
    [mkdir] Created dir: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder\com.ibm.wala.core.testdata_1.0.0
     [copy] Copying 166 files to C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder\com.ibm.wala.core.testdata_1.0.0
     [copy] Copying 1 file to C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder\com.ibm.wala.core.testdata_1.0.0
     [copy] Copying 2 files to C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder\com.ibm.wala.core.testdata_1.0.0
      [zip] Building zip: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\bin\com.ibm.wala.core.testdata_1.0.0.jar
      [zip] Building zip: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\com.ibm.wala.core.testdata_1.0.0.jar
   [delete] Deleting directory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\temp.folder
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.core.testdata ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.core.testdata:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.core.testdata ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\target\com.ibm.wala.core.testdata-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.core.testdata ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.core.testdata ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.testdata\target\com.ibm.wala.core.testdata-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.core.testdata ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.core.testdata ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.core.testdata ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.core.tests 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.core.tests ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.core.tests ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.core.tests:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.core.tests ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\target\com.ibm.wala.core.tests-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\src\test\resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (test) @ com.ibm.wala.core.tests ---
[INFO] Surefire report directory: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.ibm.wala.core.tests.basic.ExtensionGraphTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec
Running com.ibm.wala.core.tests.basic.FloydWarshallTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running com.ibm.wala.core.tests.basic.GraphDataflowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running com.ibm.wala.core.tests.basic.OrdinalSetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.ibm.wala.core.tests.basic.PathFinderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running com.ibm.wala.core.tests.basic.PrimitivesTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 sec
Running com.ibm.wala.core.tests.basic.WelshPowellTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.ibm.wala.core.tests.callGraph.CallGraphTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 451.695 sec
Running com.ibm.wala.core.tests.callGraph.CHACallGraphTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.163 sec
Running com.ibm.wala.core.tests.callGraph.ClassConstantTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.797 sec
Running com.ibm.wala.core.tests.callGraph.CloneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.332 sec
Running com.ibm.wala.core.tests.callGraph.DebuggingBitsetCallGraphTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.393 sec
Running com.ibm.wala.core.tests.callGraph.PiNodeCallGraphTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.965 sec
Running com.ibm.wala.core.tests.callGraph.ReflectionTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.875 sec
Running com.ibm.wala.core.tests.callGraph.SyntheticTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.094 sec
Running com.ibm.wala.core.tests.cha.CodeDeletedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.857 sec
Running com.ibm.wala.core.tests.cha.DupFieldsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.641 sec
Running com.ibm.wala.core.tests.cha.ExclusionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running com.ibm.wala.core.tests.cha.GetTargetsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.007 sec
Running com.ibm.wala.core.tests.cha.InnerClassesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.45 sec
Running com.ibm.wala.core.tests.cha.InterfaceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.157 sec
Running com.ibm.wala.core.tests.cha.LibraryVersionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
Running com.ibm.wala.core.tests.cha.SourceMapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.ibm.wala.core.tests.collections.SemiSparseMutableIntSetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.ibm.wala.core.tests.collections.TwoLevelVectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.ibm.wala.core.tests.demandpa.ContextSensitiveTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 23.58 sec
Running com.ibm.wala.core.tests.demandpa.IntraprocTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.626 sec
Running com.ibm.wala.core.tests.demandpa.NoRefinePtrTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.619 sec
Running com.ibm.wala.core.tests.demandpa.OnTheFlyPtrTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.625 sec
Running com.ibm.wala.core.tests.demandpa.RefineFieldsPtrTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.908 sec
Running com.ibm.wala.core.tests.demandpa.TunedRefinementTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.314 sec
Running com.ibm.wala.core.tests.ir.AnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.063 sec
Running com.ibm.wala.core.tests.ir.CFGSanitizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.453 sec
Running com.ibm.wala.core.tests.ir.CFGTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec
Running com.ibm.wala.core.tests.ir.CornerCasesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.362 sec
Running com.ibm.wala.core.tests.ir.DeterministicIRTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.376 sec
Running com.ibm.wala.core.tests.ir.LocalNamesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.453 sec
Running com.ibm.wala.core.tests.ir.MultiNewArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.423 sec
Running com.ibm.wala.core.tests.ptrs.MultiDimArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.54 sec
Running com.ibm.wala.core.tests.ptrs.TypeBasedArrayAliasTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.556 sec
Running com.ibm.wala.core.tests.ptrs.ZeroLengthArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.952 sec
Running com.ibm.wala.core.tests.slicer.SlicerTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.876 sec
Running com.ibm.wala.core.tests.typeInference.TypeInferenceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.072 sec
Running com.ibm.wala.examples.analysis.dataflow.DataflowTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.455 sec
Running com.ibm.wala.util.io.FileProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests run: 219, Failures: 0, Errors: 0, Skipped: 3

[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.core.tests ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.core.tests\target\com.ibm.wala.core.tests-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.core.tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.test 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.test ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.test ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.test ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\target\com.ibm.wala.cast.test-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\src\test\resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (test) @ com.ibm.wala.cast.test ---
[INFO] Surefire report directory: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.ibm.wala.cast.test.TestCAstPattern
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 sec

Results :

Tests run: 19, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.test ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.test\target\com.ibm.wala.cast.test-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.test ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.test ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.test ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.java.test 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.java.test ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.java.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.java.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.java.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.java.test ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.java.test ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\target\com.ibm.wala.cast.java.test-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.java.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\src\test\resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (test) @ com.ibm.wala.cast.java.test ---
[INFO] Surefire report directory: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.java.test ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test\target\com.ibm.wala.cast.java.test-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.java.test ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.java.test ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.java.test ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.java.test.data 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.java.test.data ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.java.test.data ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.java.test.data ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.java.test.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\src\main\resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ com.ibm.wala.cast.java.test.data ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

properties:

init:

JLexPresent:

fetchJLex:

getSources:

bin.exists:

bindir:

compile:
    [javac] C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\build.xml:77: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

testdata.exists:

testdatadir:

jar:
      [jar] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.ide.jdt.test\testdata\test_project.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.java.test.data ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.java.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.java.test.data ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\target\com.ibm.wala.cast.java.test.data-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.java.test.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.java.test.data ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.test.data\target\com.ibm.wala.cast.java.test.data-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.java.test.data ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.java.test.data ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.java.test.data ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.java.polyglot 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.java.polyglot ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.java.polyglot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.java.polyglot ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.java.polyglot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\src\main\resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ com.ibm.wala.cast.java.polyglot ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

properties:

init:

PolyglotPresent:

fetchPolyglot:

getJars:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.java.polyglot ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.java.polyglot ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\target\com.ibm.wala.cast.java.polyglot-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.java.polyglot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.java.polyglot ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot\target\com.ibm.wala.cast.java.polyglot-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.java.polyglot ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.java.polyglot ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.java.polyglot ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.java.polyglot.test 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.java.polyglot.test ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.java.polyglot.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.java.polyglot.test ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\target\com.ibm.wala.cast.java.polyglot.test-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\src\test\resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (test) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] Surefire report directory: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.ibm.wala.cast.java.test.PolyglotJavaIRTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 213.506 sec
Running com.ibm.wala.cast.java.test.PolyglotJLexTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.252 sec
Running com.ibm.wala.cast.java.test.PolyglotSyncDuplicatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.104 sec

Results :

Tests run: 34, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.java.polyglot.test\target\com.ibm.wala.cast.java.polyglot.test-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.java.polyglot.test ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.js 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.js ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.js ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.js ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (default) @ com.ibm.wala.cast.js ---
[INFO] Configured Artifact: commons-io:commons-io:2.4:jar
[INFO] Configured Artifact: net.htmlparser.jericho:jericho-html:3.2:jar
[INFO] commons-io:commons-io:2.4:jar already exists in C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\lib
[INFO] net.htmlparser.jericho:jericho-html:3.2:jar already exists in C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\lib
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.js ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.js ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.js:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.js ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\target\com.ibm.wala.cast.js-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.js ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.js ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js\target\com.ibm.wala.cast.js-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.js ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.js ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.js ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.js.rhino 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.js.rhino ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.js.rhino ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.js.rhino ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (default) @ com.ibm.wala.cast.js.rhino ---
[INFO] Configured Artifact: org.mozilla:rhino:1.7R3:jar
[INFO] org.mozilla:rhino:1.7R3:jar already exists in C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\lib
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.js.rhino ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.js.rhino ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.js.rhino ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\target\com.ibm.wala.cast.js.rhino-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.js.rhino ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.js.rhino ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino\target\com.ibm.wala.cast.js.rhino-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.js.rhino ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.js.rhino ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.js.rhino ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.js.test.data 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.js.test.data ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.js.test.data ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.js.test.data ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.js.test.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test.data\src\main\resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ com.ibm.wala.cast.js.test.data ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

properties:

init:

ajaxsltPresent:

fetchAjaxslt:

getJars:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.js.test.data ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test.data:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test.data\pom.xml
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.js.test.data ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.js.test.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test.data\src\test\resources
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.js.test.data ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test.data\target\com.ibm.wala.cast.js.test.data-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.js.test.data ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.js.test.data ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.js.test.data ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.js.test 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.js.test ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.js.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.js.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.js.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.js.test ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.js.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.js.test ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\target\com.ibm.wala.cast.js.test-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.js.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\src\test\resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (test) @ com.ibm.wala.cast.js.test ---
[INFO] Surefire report directory: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.ibm.wala.cast.js.test.TestJQueryExamples
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.235 sec
Running com.ibm.wala.cast.js.test.TestWebUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 1

[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ com.ibm.wala.cast.js.test ---
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\test.jar
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.test\target\com.ibm.wala.cast.js.test-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.wala.cast.js.test ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (generate-source-feature) @ com.ibm.wala.cast.js.test ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ com.ibm.wala.cast.js.test ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.ibm.wala.cast.js.rhino.test 1.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ com.ibm.wala.cast.js.rhino.test ---
[INFO] The project's OSGi version is 1.3.4.v20140714-0201-b000
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ com.ibm.wala.cast.js.rhino.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ com.ibm.wala.cast.js.rhino.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.ibm.wala.cast.js.rhino.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ com.ibm.wala.cast.js.rhino.test ---
[WARNING] Effective compiler target 1.7 is incompatible with OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6} @ MavenProject: com.ibm.wala:com.ibm.wala.cast.js.rhino.test:1.3.4-SNAPSHOT @ C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (attach-source) @ com.ibm.wala.cast.js.rhino.test ---
[WARNING] bundle localization file C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\plugin.properties not found
[INFO] Building jar: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\target\com.ibm.wala.cast.js.rhino.test-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.ibm.wala.cast.js.rhino.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\src\test\resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (test) @ com.ibm.wala.cast.js.rhino.test ---
[INFO] Surefire report directory: C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedCGGamesTest
Tests run: 10, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 751.464 sec <<< FAILURE!
testRiverRaider(com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedCGGamesTest)  Time elapsed: 0.797 sec  <<< ERROR!
java.lang.RuntimeException: trouble with http://playstar.mobi/games/riverraider/index.html?playerId=&gameId=8&highscore=102425
    at java.io.WinNTFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:1006)
    at java.io.File.createTempFile(File.java:1989)
    at java.io.File.createTempFile(File.java:2040)
    at com.ibm.wala.cast.js.html.DomLessSourceExtractor.createOutputFile(DomLessSourceExtractor.java:342)
    at com.ibm.wala.cast.js.html.DomLessSourceExtractor.extractSources(DomLessSourceExtractor.java:321)
    at com.ibm.wala.cast.js.html.WebUtil.extractScriptFromHTML(WebUtil.java:52)
    at com.ibm.wala.cast.js.test.JSCallGraphBuilderUtil.makeHtmlScope(JSCallGraphBuilderUtil.java:186)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.CGUtil.buildCG(CGUtil.java:77)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.AbstractFieldBasedTest.runTest(AbstractFieldBasedTest.java:46)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.AbstractFieldBasedTest.runTestExceptOnTravis(AbstractFieldBasedTest.java:61)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedCGGamesTest.testRiverRaider(FieldBasedCGGamesTest.java:37)

testBeslimed(com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedCGGamesTest)  Time elapsed: 41.521 sec  <<< ERROR!
com.ibm.wala.util.CancelException: operation cancelled
    at com.ibm.wala.util.CancelException.make(CancelException.java:28)
    at com.ibm.wala.util.MonitorUtil.throwExceptionIfCanceled(MonitorUtil.java:66)
    at com.ibm.wala.fixedpoint.impl.AbstractFixedPointSolver.solve(AbstractFixedPointSolver.java:141)
    at com.ibm.wala.util.graph.GraphReachability.solve(GraphReachability.java:143)
    at com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.FlowGraph.compute_optimistic_closure(FlowGraph.java:100)
    at com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.FlowGraph.getReachingSet(FlowGraph.java:131)
    at com.ibm.wala.cast.js.callgraph.fieldbased.FieldBasedCallGraphBuilder.getReflectiveTargets(FieldBasedCallGraphBuilder.java:255)
    at com.ibm.wala.cast.js.callgraph.fieldbased.FieldBasedCallGraphBuilder.handleFunctionPrototypeCallInvocation(FieldBasedCallGraphBuilder.java:209)
    at com.ibm.wala.cast.js.callgraph.fieldbased.FieldBasedCallGraphBuilder.extract(FieldBasedCallGraphBuilder.java:170)
    at com.ibm.wala.cast.js.callgraph.fieldbased.FieldBasedCallGraphBuilder.buildCallGraph(FieldBasedCallGraphBuilder.java:123)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.CGUtil.buildCG(CGUtil.java:99)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.AbstractFieldBasedTest.runTest(AbstractFieldBasedTest.java:46)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.AbstractFieldBasedTest.runTestExceptOnTravis(AbstractFieldBasedTest.java:61)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedCGGamesTest.testBeslimed(FieldBasedCGGamesTest.java:27)

testProtoRPG(com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedCGGamesTest)  Time elapsed: 1.938 sec  <<< ERROR!
java.lang.RuntimeException: trouble with http://www.protorpg.com/games/protorpg/?game=prologue
    at java.io.WinNTFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:1006)
    at java.io.File.createTempFile(File.java:1989)
    at java.io.File.createTempFile(File.java:2040)
    at com.ibm.wala.cast.js.html.DomLessSourceExtractor.createOutputFile(DomLessSourceExtractor.java:342)
    at com.ibm.wala.cast.js.html.DomLessSourceExtractor.extractSources(DomLessSourceExtractor.java:321)
    at com.ibm.wala.cast.js.html.WebUtil.extractScriptFromHTML(WebUtil.java:52)
    at com.ibm.wala.cast.js.test.JSCallGraphBuilderUtil.makeHtmlScope(JSCallGraphBuilderUtil.java:186)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.CGUtil.buildCG(CGUtil.java:77)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.AbstractFieldBasedTest.runTest(AbstractFieldBasedTest.java:46)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.AbstractFieldBasedTest.runTestExceptOnTravis(AbstractFieldBasedTest.java:61)
    at com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedCGGamesTest.testProtoRPG(FieldBasedCGGamesTest.java:61)

Running com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.FieldBasedComparisonTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.635 sec
Running com.ibm.wala.cast.js.rhino.callgraph.fieldbased.test.TestFieldBasedCG
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.412 sec
Running com.ibm.wala.cast.js.test.TestAjaxsltCallGraphShapeRhino
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 114.279 sec
Running com.ibm.wala.cast.js.test.TestArgumentSensitivityRhino
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 sec
Running com.ibm.wala.cast.js.test.TestCorrelatedPairExtractionRhino
Tests run: 27, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.846 sec
Running com.ibm.wala.cast.js.test.TestForInBodyExtractionRhino
Tests run: 31, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.018 sec
Running com.ibm.wala.cast.js.test.TestForInLoopHackRhino
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 52.487 sec
Running com.ibm.wala.cast.js.test.TestJQueryExamplesRhino
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running com.ibm.wala.cast.js.test.TestLexicalModRefRhino
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
Running com.ibm.wala.cast.js.test.TestMediawikiCallGraphShapeRhino
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running com.ibm.wala.cast.js.test.TestRhinoSourceMap
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.051 sec <<< FAILURE!
testJquerySpecTestSourceMappings(com.ibm.wala.cast.js.test.TestRhinoSourceMap)  Time elapsed: 6.051 sec  <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<[function anonymous__17() {
            var options, name, src, copy, copyIsArray, clone, target = arguments[0] || {}, i = 1, length = arguments.length, deep = false;
            if (typeof target === "boolean") {
                deep = target;
                target = arguments[1] || {};
                i = 2;
            }
            if (typeof target !== "object" && !jQuery.isFunction(target)) {
                target = {};
            }
            if (length === i) {
                target = this;
                --i;
            }
            for (; i < length; i++) {
                if ((options = arguments[i]) != null) {
                    for (name in options) {
                        (function _forin_body_extra_1(name) { var src = target[name];
                        var copy = options[name];
                        if (target === copy) {
                            return; //continue;
                        }
                        if (deep && copy && (jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)))) {
                            if (copyIsArray) {
                                copyIsArray = false;
                                clone = src && jQuery.isArray(src) ? src : [];
                            } else {
                                clone = src && jQuery.isPlainObject(src) ? src : {};
                            }
                            target[name] = jQuery.extend(deep, clone, copy);
                        } else if (copy !== undefined) {
                            target[name] = copy;
                        } })(name);
                    }
                }
            }
            return target;
        }]> but was:<[guments.length, deep = false;
            if (typeof target === "boolean") {
                deep = target;
                target = arguments[1] || {};
                i = 2;
            }
            if (typeof target !== "object" && !jQuery.isFunction(target)) {
                target = {};
            }
            if (length === i) {
                target = this;
                --i;
            }
            for (; i < length; i++) {
                if ((options = arguments[i]) != null) {
                    for (name in options) {
                        (function _forin_body_extra_1(name) { var src = target[name];
                        var copy = options[name];
                        if (target === copy) {
                            return; //continue;
                        }
                        if (deep && copy && (jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)))) {
                            if (copyIsArray) {
                                copyIsArray = false;
                                clone = src && jQuery.isArray(src) ? src : [];
                            } else {
                                clone = src && jQuery.isPlainObject(src) ? src : {};
                            }
                            target[name] = jQuery.extend(deep, clone, copy);
                        } else if (copy !== undefined) {
                            target[name] = copy;
                        } })(name);
                    }
                }
            }
            return target;
        };
        jQuery.extend({
            noConflict: function anonymous__18(deep) {
                if (window.$ === jQuery) {
                    window.$ = _$;
              ]>
    at junit.framework.Assert.assertEquals(Assert.java:81)
    at junit.framework.Assert.assertEquals(Assert.java:87)
    at com.ibm.wala.cast.js.test.TestRhinoSourceMap.checkFunctionBodies(TestRhinoSourceMap.java:174)
    at com.ibm.wala.cast.js.test.TestRhinoSourceMap.testJquerySpecTestSourceMappings(TestRhinoSourceMap.java:154)

Running com.ibm.wala.cast.js.test.TestSimpleCallGraphShapeRhino
Tests run: 66, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 475.638 sec <<< FAILURE!
test214631(com.ibm.wala.cast.js.test.TestSimpleCallGraphShapeRhino)  Time elapsed: 0.125 sec  <<< ERROR!
com.ibm.wala.util.WalaException: front end errors:
error in 214631.js:
[SEVERE] illegal character: tests/214631.js@1: // $Id: drupal.js,v 1.41.2.4 2009/07/21 08:59:10 goba Exp $
end of front end errors

    at com.ibm.wala.cast.js.util.Util.checkForFrontEndErrors(Util.java:56)
    at com.ibm.wala.cast.js.test.JSCallGraphBuilderUtil.makeCG(JSCallGraphBuilderUtil.java:219)
    at com.ibm.wala.cast.js.test.JSCallGraphBuilderUtil.makeScriptCGBuilder(JSCallGraphBuilderUtil.java:98)
    at com.ibm.wala.cast.js.test.JSCallGraphBuilderUtil.makeScriptCGBuilder(JSCallGraphBuilderUtil.java:137)
    at com.ibm.wala.cast.js.test.TestSimpleCallGraphShapeRhino.test214631(TestSimpleCallGraphShapeRhino.java:40)

Running com.ibm.wala.cast.js.test.TestSimplePageCallGraphShapeRhinoJericho
Tests run: 22, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 48.077 sec <<< FAILURE!
testCrawlPage17(com.ibm.wala.cast.js.test.TestSimplePageCallGraphShapeRhinoJericho)  Time elapsed: 0.657 sec  <<< FAILURE!
junit.framework.AssertionFailedError: cannot find suffix:changeUrls
    at junit.framework.Assert.fail(Assert.java:47)
    at junit.framework.Assert.assertTrue(Assert.java:20)
    at com.ibm.wala.cast.test.TestCallGraphShape.verifyGraphAssertions(TestCallGraphShape.java:157)
    at com.ibm.wala.cast.js.test.TestSimplePageCallGraphShape.testCrawlPage17(TestSimplePageCallGraphShape.java:231)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)

Results :

Failed tests: 
  TestRhinoSourceMap.testJquerySpecTestSourceMappings:154->checkFunctionBodies:174 null expected:<[function anonymous__17() {
            var options, name, src, copy, copyIsArray, clone, target = arguments[0] || {}, i = 1, length = arguments.length, deep = false;
            if (typeof target === "boolean") {
                deep = target;
                target = arguments[1] || {};
                i = 2;
            }
            if (typeof target !== "object" && !jQuery.isFunction(target)) {
                target = {};
            }
            if (length === i) {
                target = this;
                --i;
            }
            for (; i < length; i++) {
                if ((options = arguments[i]) != null) {
                    for (name in options) {
                        (function _forin_body_extra_1(name) { var src = target[name];
                        var copy = options[name];
                        if (target === copy) {
                            return; //continue;
                        }
                        if (deep && copy && (jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)))) {
                            if (copyIsArray) {
                                copyIsArray = false;
                                clone = src && jQuery.isArray(src) ? src : [];
                            } else {
                                clone = src && jQuery.isPlainObject(src) ? src : {};
                            }
                            target[name] = jQuery.extend(deep, clone, copy);
                        } else if (copy !== undefined) {
                            target[name] = copy;
                        } })(name);
                    }
                }
            }
            return target;
        }]> but was:<[guments.length, deep = false;
            if (typeof target === "boolean") {
                deep = target;
                target = arguments[1] || {};
                i = 2;
            }
            if (typeof target !== "object" && !jQuery.isFunction(target)) {
                target = {};
            }
            if (length === i) {
                target = this;
                --i;
            }
            for (; i < length; i++) {
                if ((options = arguments[i]) != null) {
                    for (name in options) {
                        (function _forin_body_extra_1(name) { var src = target[name];
                        var copy = options[name];
                        if (target === copy) {
                            return; //continue;
                        }
                        if (deep && copy && (jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)))) {
                            if (copyIsArray) {
                                copyIsArray = false;
                                clone = src && jQuery.isArray(src) ? src : [];
                            } else {
                                clone = src && jQuery.isPlainObject(src) ? src : {};
                            }
                            target[name] = jQuery.extend(deep, clone, copy);
                        } else if (copy !== undefined) {
                            target[name] = copy;
                        } })(name);
                    }
                }
            }
            return target;
        };
        jQuery.extend({
            noConflict: function anonymous__18(deep) {
                if (window.$ === jQuery) {
                    window.$ = _$;
              ]>
  TestSimplePageCallGraphShapeRhinoJericho>TestSimplePageCallGraphShape.testCrawlPage17:231->TestCallGraphShape.verifyGraphAssertions:157 cannot find suffix:changeUrls

Tests in error: 
  FieldBasedCGGamesTest.testRiverRaider:37->AbstractFieldBasedTest.runTestExceptOnTravis:61->AbstractFieldBasedTest.runTest:46 ۠Runtime
  FieldBasedCGGamesTest.testBeslimed:27->AbstractFieldBasedTest.runTestExceptOnTravis:61->AbstractFieldBasedTest.runTest:46 ۠Cancel
  FieldBasedCGGamesTest.testProtoRPG:61->AbstractFieldBasedTest.runTestExceptOnTravis:61->AbstractFieldBasedTest.runTest:46 ۠Runtime
  TestSimpleCallGraphShapeRhino.test214631:40 ۠Wala front end errors:
error in ...

Tests run: 194, Failures: 2, Errors: 4, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] WALA .............................................. SUCCESS [  0.140 s]
[INFO] targets ........................................... SUCCESS [  0.031 s]
[INFO] e42 ............................................... SUCCESS [  0.969 s]
[INFO] com.ibm.wala.util ................................. SUCCESS [  9.666 s]
[INFO] com.ibm.wala.shrike ............................... SUCCESS [  1.985 s]
[INFO] com.ibm.wala.core ................................. SUCCESS [  9.571 s]
[INFO] com.ibm.wala.cast ................................. SUCCESS [  2.610 s]
[INFO] com.ibm.wala.cast.java ............................ SUCCESS [  0.703 s]
[INFO] com.ibm.wala-feature .............................. SUCCESS [  1.472 s]
[INFO] com.ibm.wala.core.testdata ........................ SUCCESS [ 22.168 s]
[INFO] com.ibm.wala.core.tests ........................... SUCCESS [15:47 min]
[INFO] com.ibm.wala.cast.test ............................ SUCCESS [  2.943 s]
[INFO] com.ibm.wala.cast.java.test ....................... SUCCESS [  3.166 s]
[INFO] com.ibm.wala.cast.java.test.data .................. SUCCESS [  6.386 s]
[INFO] com.ibm.wala.cast.java.polyglot ................... SUCCESS [  2.210 s]
[INFO] com.ibm.wala.cast.java.polyglot.test .............. SUCCESS [03:58 min]
[INFO] com.ibm.wala.cast.js .............................. SUCCESS [  6.757 s]
[INFO] com.ibm.wala.cast.js.rhino ........................ SUCCESS [  0.641 s]
[INFO] com.ibm.wala.cast.js.test.data .................... SUCCESS [  1.593 s]
[INFO] com.ibm.wala.cast.js.test ......................... SUCCESS [  2.955 s]
[INFO] com.ibm.wala.cast.js.rhino.test ................... FAILURE [24:24 min]
[INFO] com.ibm.wala.cast.js.html.nu_validator ............ SKIPPED
[INFO] com.ibm.wala.ide .................................. SKIPPED
[INFO] com.ibm.wala.ide-feature .......................... SKIPPED
[INFO] com.ibm.wala.ide.tests ............................ SKIPPED
[INFO] com.ibm.wala.ide.jsdt ............................. SKIPPED
[INFO] com.ibm.wala.ide.jsdt.tests ....................... SKIPPED
[INFO] com.ibm.wala.ide.jdt .............................. SKIPPED
[INFO] com.ibm.wala.ide.jdt.test ......................... SKIPPED
[INFO] com.ibm.wala-repository ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46:35 min
[INFO] Finished at: 2014-07-14T04:46:41+01:00
[INFO] Final Memory: 41M/759M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (test) on project com.ibm.wala.cast.js.rhino.test: There are test failures.
[ERROR] 
[ERROR] Please refer to C:\Users\michaelheilmann\Desktop\Arbeitsplatz\WALA@wala@github.com\com.ibm.wala.cast.js.rhino.test\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :com.ibm.wala.cast.js.rhino.test