From d26540bb05b0443e7988da34372c86f88cbf1f6c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Aug 2014 16:27:56 +0200 Subject: java: remove unused fields Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525 --- framework/qa/complex/XUserInputInterception/EventTest.java | 4 ---- framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java | 5 ----- framework/qa/complex/loadAllDocuments/InteractionHandler.java | 4 ++-- 3 files changed, 2 insertions(+), 11 deletions(-) (limited to 'framework/qa/complex') diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java index 25fc274da239..1ce381454d58 100644 --- a/framework/qa/complex/XUserInputInterception/EventTest.java +++ b/framework/qa/complex/XUserInputInterception/EventTest.java @@ -451,10 +451,6 @@ public class EventTest { */ private class EventTrigger extends Thread{ - /** - * represents a AccessibilityTools - */ - private final AccessibilityTools at = new AccessibilityTools(); /** * represents an EventType * @see EventTest.EventTriggerType diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java index 78879032058f..40c5548f04e0 100644 --- a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java +++ b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java @@ -72,7 +72,6 @@ public class CheckXComponentLoader // some const /** used to classify the result of a loadComponentFromURL() request. */ - private static final int RESULT_UNKNOWN = 0; private static final int RESULT_VALID_DOC = 1; private static final int RESULT_EMPTY_DOC = 2; private static final int RESULT_ILLEGALARGUMENTEXCEPTION = 3; @@ -80,10 +79,6 @@ public class CheckXComponentLoader private static final int RESULT_RUNTIMEEXCEPTION = 5; private static final int RESULT_EXCEPTION = 6; - /** File/URL separators. */ - private static final String fs_url = "/"; - // private static final String fs_sys = System.getProperty("file.separator"); - /** used for testing password protected files. */ private static final String SUFFIX_PASSWORD_TEMPFILE = "password_"; private static final String PREFIX_PASSWORD_TEMPFILE = ".sxw"; diff --git a/framework/qa/complex/loadAllDocuments/InteractionHandler.java b/framework/qa/complex/loadAllDocuments/InteractionHandler.java index ca0ec71bec7a..36790cb95ebb 100644 --- a/framework/qa/complex/loadAllDocuments/InteractionHandler.java +++ b/framework/qa/complex/loadAllDocuments/InteractionHandler.java @@ -39,8 +39,8 @@ public class InteractionHandler implements XInteractionHandler /** - * @member m_aRequest the origianl interaction request - * safed for later analyzing + * @member m_aRequest the original interaction request + * saved for later analyzing * @member m_bWasUsed true if the interaction handler was used * @member m_nTry count using of RETRY continuations */ -- cgit