summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-12 16:27:18 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:24 +0200
commit8583da1e934a49791ef8d86668f3d5c3c5dae1d7 (patch)
treef092f708b7bb9a0a23ae82c1dc499a6e3fde4518 /framework
parent68cd011c907d00493bf2bfde531c1e244819596b (diff)
java: remove unused fields
found by UCDetector Change-Id: I4a7c56a9918054c23469de5680658e7b501f0165
Diffstat (limited to 'framework')
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java20
-rw-r--r--framework/qa/complex/imageManager/_XImageManager.java4
-rw-r--r--framework/qa/complex/imageManager/_XTypeProvider.java4
3 files changed, 12 insertions, 16 deletions
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index 528a4a2a475d..c22372d0853b 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -72,16 +72,16 @@ public class Protocol extends JComponent
private static final int TYPE_LINK = 1024;
public static final int FILTER_NONE = 0;
- public static final int FILTER_OK = TYPE_OK;
- public static final int FILTER_ERROR = TYPE_ERROR;
- public static final int FILTER_WARNING = TYPE_WARNING;
- public static final int FILTER_INFO = TYPE_INFO;
- public static final int FILTER_SCOPES = TYPE_SCOPE_OPEN | TYPE_SCOPE_CLOSE;
- public static final int FILTER_TESTMARK = TYPE_TESTMARK;
- public static final int FILTER_ERROR_INFO = TYPE_ERROR_INFO;
- public static final int FILTER_WARNING_INFO = TYPE_WARNING_INFO;
- public static final int FILTER_STATISTIC = TYPE_STATISTIC;
- public static final int FILTER_LINK = TYPE_LINK;
+
+
+
+
+
+
+
+
+
+
/**
diff --git a/framework/qa/complex/imageManager/_XImageManager.java b/framework/qa/complex/imageManager/_XImageManager.java
index 12a3da817654..96ea2a3f9ead 100644
--- a/framework/qa/complex/imageManager/_XImageManager.java
+++ b/framework/qa/complex/imageManager/_XImageManager.java
@@ -28,14 +28,12 @@ import lib.TestParameters;
*/
public class _XImageManager {
- private TestParameters tEnv = null;
+
private String[]imageNames = null;
private XGraphic[] xGraphicArray = null;
private XImageManager oObj;
public _XImageManager( TestParameters tEnv, XImageManager oObj) {
-
- this.tEnv = tEnv;
this.oObj = oObj;
}
diff --git a/framework/qa/complex/imageManager/_XTypeProvider.java b/framework/qa/complex/imageManager/_XTypeProvider.java
index 1f45f9a3492b..4af3a74a42a8 100644
--- a/framework/qa/complex/imageManager/_XTypeProvider.java
+++ b/framework/qa/complex/imageManager/_XTypeProvider.java
@@ -37,13 +37,11 @@ import lib.TestParameters;
public class _XTypeProvider {
- private TestParameters tEnv = null;
+
private static XTypeProvider oObj = null;
private static Type[] types = null;
public _XTypeProvider(TestParameters tEnv, XTypeProvider oObj) {
-
- this.tEnv = tEnv;
_XTypeProvider.oObj = oObj;
}