SpicyOwl
SpicyOwl
Here is the brief report that illustrates the problem: `
Hi, I changed TreeSet & TreeMap to LinkedHashSet & LinkedHashMap. However, this change will fail the maven test (TestMinimumSpanningTree.testDAG). Not sure what caused the problem.
Hi jrtom: Here is the log I got: ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running edu.uci.ics.jung.algorithms.shortestpath.TestMinimumSpanningTree graph.nodes()[B0, A, B1] mst.nodes()[B0, B1, A] graph.edges()[0, 1] mst.edges()[] Tests run: 1,...
Updates: The root cause of the failure is that (1) the templates are read from thedisk using `listFiles()` in https://github.com/FroMage/redpipe/blob/0aff891d6befdf0dcc2bdbfda22262cdf82ac66f/redpipe-engine/src/main/java/net/redpipe/engine/template/AbstractTemplate.java#L88 and (2) the files are put in a `HashMap` of...