diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 16:27:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | d26540bb05b0443e7988da34372c86f88cbf1f6c (patch) | |
tree | 3f24ac9aa08992ff1e90211b8681711ad92937d4 /framework | |
parent | f124688cfdfbe96ff2be5ab44ea5023725548146 (diff) |
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'framework')
3 files changed, 2 insertions, 11 deletions
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 @@ -452,10 +452,6 @@ public class EventTest { private class EventTrigger extends Thread{ /** - * represents a <CODE>AccessibilityTools</CODE> - */ - private final AccessibilityTools at = new AccessibilityTools(); - /** * represents an <CODE>EventType</CODE> * @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 */ |