Refactored DiffNode/DiffElement/DiffValue class structure. DiffElement is now a pair of Name -> Value, where value is either a DiffValue or its subclass DiffNode. Code cleaned up, more tests added. DiffEngine is now working, with tests. DiffObjectWalker can now take two VCFs and itemize the difference between the two files correctly and concisely.

This commit is contained in:
Mark A. DePristo 2011-07-05 16:13:39 -04:00
parent 60b9aa7c59
commit 080875d5da
1 changed files with 2 additions and 2 deletions

View File

@ -741,8 +741,8 @@
<jvmarg value="-Dpipeline.run=${pipeline.run}" />
<jvmarg value="-Djava.io.tmpdir=${java.io.tmpdir}" />
<!-- needs to be if -->
<!--jvmarg value="-javaagent:lib/cofoja.jar"/-->
<!--jvmarg value="-Dcom.google.java.contract.log.contract=false"/-->
<!-- <jvmarg value="-javaagent:lib/cofoja.jar"/> -->
<!-- <jvmarg value="-Dcom.google.java.contract.log.contract=false"/> -->
<!-- <jvmarg value="-Xdebug"/> -->
<!-- <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/> -->
<classpath>