Browse Source

DebugJDD: add SuppressWarning("unused") to some of the test cases

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11394 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Joachim Klein 10 years ago
parent
commit
eda77943df
  1. 2
      prism/src/jdd/DebugJDD.java

2
prism/src/jdd/DebugJDD.java

@ -750,6 +750,7 @@ public class DebugJDD
* and of the tracing mechanism.
*/
@SuppressWarnings("unused")
private static void test_1()
{
// test case: missing dereference
@ -773,6 +774,7 @@ public class DebugJDD
JDD.Deref(t);
}
@SuppressWarnings("unused")
private static void test_4()
{
// test case: use of a JDDNode with 0 references, but which has other

Loading…
Cancel
Save