Cleaned up a JUnit test and fixed a bug that was causing it to fail: the code was assuming to remove elements in a cloned map without affecting the original map, but it was actually making changes to the original map instead. Fixed by making sure they refer to the cloned map instead of the original map.
Enabled log4j to print to console when running in src/test context.
Updated the JUnit version to 4.12
Maven pom.xml was declaring java 8 but eclipse's configuration files were still pointing to Java 7. Updated so that both points to Java 8 (and also with UTF8 encoding).
Making sure the maven plugin version numbers are specified, so that they can be appropriately build in maven version 3.8.X.
Cleaning up plugin.xml of edu.gmu.seor.prognos.unbbayesplugin.continuous
Avoid including jar files that are already included by parent plug-ins
Updating references to jar files or parent plug-ins in plugin.xml
Removed old deprecated jar files
Changing java compliance level to Java 8
Removing direct pom dependence to JPF.
Fixed minor compilation error caused by changes to UnBBayes core
Fixing pom dependency to newest version of unbbayes core (4.22.19-SNAPSHOT)
Forced xmlbif7 to be in classpath.
Changed the pom.xml file dependency so it points to 1.19.15-SNAPSHOT of MEBN. Previously, we had 1.19.15 only, which was generating issues.
cps in lowercase created by accident. I just deleted it. PC
Share project "cps" into "https://svn.code.sf.net/p/prognos/code"
Unnecessary files were deleted.
To avoid inconsistency of the previous version cps, this was newly added. CPS2 includes a JT algorithm for hybrid BNs.
This project is for cps2 which included a JT algorithm for hybrid BN. To avoid inconsistency of the previous version cps, this project was newly added.
classpath was fixed, because it has an unnecessary path.
Remove dependency to MEBN from classpath and substituted with dependency via pom.xml.
Antlr codes were fixed.
classpath is changed.
Pom.xml was fixed.
cps configuration err was fixed
Changed pom.xml and plugin.xml references to newest core and UnBBayes-MEBN versions.
Fixed bug of recursivity and also fixed compiling errors caused by changes in visibility of inner classes of LPD compiler.
Fixed JUnit tests that were wrongly implemented (they were not testing features accordingly to specifications).
Changed reference to newest core version.
Fixed a line which was comparing node name with node object.
Fixed a line which was comparing node name with node object.
Additional instrumentation in DMP regarding SLIST structure.
Deleting XMLBIF from plugins folder and increasing version number of mebn plugin.xml referenced by the project.
Moving tests of xmlbif and dmp from continuous mebn plugin to xmlbif7 project.
Removing direct dependence to XMLBIF7, fixing dist.xml, and changed the name of jar file in plugin.xml.
Fixing wrong dist.xml and missing dependencies in pom.xml and plugin.xml.
Continuing: modifying the continuous LPD compil...
Just modifying the continuous LPD compiler to i...
Changing pom dependency to newer versions.