aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javassist/bytecode/InsertGap0.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/javassist/bytecode/InsertGap0.java')
-rw-r--r--src/test/javassist/bytecode/InsertGap0.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/javassist/bytecode/InsertGap0.java b/src/test/javassist/bytecode/InsertGap0.java
index 6a034141..824b9305 100644
--- a/src/test/javassist/bytecode/InsertGap0.java
+++ b/src/test/javassist/bytecode/InsertGap0.java
@@ -2,6 +2,7 @@ package javassist.bytecode;
import javassist.*;
+@SuppressWarnings("unused")
final class Gap0Example {
public static int counter = 1;
@@ -70,6 +71,7 @@ final class Gap0Example {
}
}
+@SuppressWarnings("unused")
final class Gap0Example2 {
public static int counter = 1;
@@ -155,6 +157,7 @@ final class Gap0Example2 {
}
}
+@SuppressWarnings({"rawtypes","unchecked","unused"})
public final class InsertGap0 extends JvstTestRoot {
public InsertGap0(String name) {
super(name);