diff options
Diffstat (limited to 'framework/qa/complex')
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 */ |