From 2609c66fae38368ed5047ce466b1d2968f4ea42a Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 19 Sep 2016 08:13:32 +0100 Subject: [PATCH] Updated call graph sizes based on analysis using JDK 8 (and increased ranges). --- .../aniketos/dasca/crosslanguage/test/Featherweight.scala | 8 ++++---- .../dasca/crosslanguage/test/Featherweight_100_350.scala | 8 ++++---- .../dasca/crosslanguage/test/Featherweight_100_630.scala | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight.scala b/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight.scala index a290abe..7920e1c 100644 --- a/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight.scala +++ b/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight.scala @@ -71,16 +71,16 @@ class Featherweight extends FlatSpec with Matchers with BeforeAndAfterAll { falsePositives intersect falseNegatives shouldBe empty } - "Merged CallGraph" should "contain 6.6k nodes" in { - app.getCallGraphSize() should be (6631 +- 20) + "Merged CallGraph" should "contain 7.0k nodes" in { + app.getCallGraphSize() should be (7018 +- 200) } "JavaScriptCallGraph" should "contain 0.8k nodes" in { app.getJSCallGraphSize() should be (856 +- 10) } - "JavaCallGraph" should "be contain 5.7k nodes" in { - app.getJavaCallGraphSize() should be (5775 +- 10) + "JavaCallGraph" should "be contain 6.1k nodes" in { + app.getJavaCallGraphSize() should be (6162 +- 200) } diff --git a/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_350.scala b/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_350.scala index d9ed161..391ff2d 100644 --- a/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_350.scala +++ b/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_350.scala @@ -75,16 +75,16 @@ class Featherweight_100_350 extends FlatSpec with Matchers with BeforeAndAfterAl falsePositives intersect falseNegatives shouldBe empty } - "Merged CallGraph" should "contain 6.6k nodes" in { - app.getCallGraphSize() should be (6627 +- 20) + "Merged CallGraph" should "contain 7.0k nodes" in { + app.getCallGraphSize() should be (7014 +- 200) } "JavaScriptCallGraph" should "contain 0.8k nodes" in { app.getJSCallGraphSize() should be (858 +- 10) } - "JavaCallGraph" should "be contain 5.7k nodes" in { - app.getJavaCallGraphSize() should be (5769 +- 10) + "JavaCallGraph" should "be contain 6.1k nodes" in { + app.getJavaCallGraphSize() should be (6156 +- 200) } "Java -> JavaScript" should "report fourteen hits" taggedAs (ManuallyChecked) in { diff --git a/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_630.scala b/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_630.scala index bec6721..615df52 100644 --- a/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_630.scala +++ b/src/eu.aniketos.dasca.crosslanguage.test/src/main/scala/eu/aniketos/dasca/crosslanguage/test/Featherweight_100_630.scala @@ -75,16 +75,16 @@ class Featherweight_100_630 extends FlatSpec with Matchers with BeforeAndAfterAl falsePositives intersect falseNegatives shouldBe empty } - "Merged CallGraph" should "contain 4.3k nodes" in { - app.getCallGraphSize() should be (4351 +- 20) + "Merged CallGraph" should "contain 4.2k nodes" in { + app.getCallGraphSize() should be (4241 +- 200) } "JavaScriptCallGraph" should "contain 0.9k nodes" in { app.getJSCallGraphSize() should be (918 +- 10) } - "JavaCallGraph" should "be contain 3.4k nodes" in { - app.getJavaCallGraphSize() should be (3433 +- 10) + "JavaCallGraph" should "be contain 3.3k nodes" in { + app.getJavaCallGraphSize() should be (3323 +- 170) } "Java -> JavaScript" should "report fourteen hits" taggedAs (ManuallyChecked) in {