Loading sdg-core/src/main/java/es/upv/mist/slicing/graphs/sdg/SDG.java +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ public class SDG extends Graph implements Sliceable, Buildable<NodeList<Compilat Set<GraphNode<?>> slicingCriterionNodes; try { slicingCriterionNodes = slicingCriterion.findNode(this); assert !slicingCriterionNodes.isEmpty(); } catch (NoSuchElementException e) { throw new IllegalArgumentException("Could not locate the slicing criterion " + slicingCriterion); } Loading sdg-core/src/test/res/regression/oo/PolymorphicCalls.java.sdg.criterion +2 −2 Original line number Diff line number Diff line 8 i 9 k 10 j No newline at end of file 9 j 10 k No newline at end of file Loading
sdg-core/src/main/java/es/upv/mist/slicing/graphs/sdg/SDG.java +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ public class SDG extends Graph implements Sliceable, Buildable<NodeList<Compilat Set<GraphNode<?>> slicingCriterionNodes; try { slicingCriterionNodes = slicingCriterion.findNode(this); assert !slicingCriterionNodes.isEmpty(); } catch (NoSuchElementException e) { throw new IllegalArgumentException("Could not locate the slicing criterion " + slicingCriterion); } Loading
sdg-core/src/test/res/regression/oo/PolymorphicCalls.java.sdg.criterion +2 −2 Original line number Diff line number Diff line 8 i 9 k 10 j No newline at end of file 9 j 10 k No newline at end of file