Instead execute static functions inline as if they arent there to build the graph. Involved changing the executor to execute new frames as they appear. Can match my simple test method.

This commit is contained in:
Adam
2015-11-15 20:46:23 -05:00
parent c71c67fae3
commit 5e4458ae6e
5 changed files with 76 additions and 62 deletions

View File

@@ -34,6 +34,11 @@
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>