diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-13 21:08:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-14 10:15:26 +0000 |
commit | d25035bc1c65998fc9e7d6271d5f7a16cf9cecc5 (patch) | |
tree | 60e8c93b7bdf33769823572285430df7d8a0d067 /qadevOOo | |
parent | 17d5c40e7d322e7241be3201ffdbe4b80f60798f (diff) |
coverity#1327144 UrF: Unread field
since
commit 7650a60b577f0f4f439d94cd73779e5f5915a2cf
Author: Stephan Wunderlich <sw@openoffice.org>
Date: Mon Feb 3 15:42:43 2003 +0000
CHG: removed obsolete lines
Change-Id: Ic03a2619a974005bbd2a60326a3dddb8cc394f83
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/container/_XEnumeration.java | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XEnumeration.java b/qadevOOo/tests/java/ifc/container/_XEnumeration.java index 86dd4cbbcfec..e6df237b0324 100644 --- a/qadevOOo/tests/java/ifc/container/_XEnumeration.java +++ b/qadevOOo/tests/java/ifc/container/_XEnumeration.java @@ -31,21 +31,13 @@ import com.sun.star.lang.WrappedTargetException; * <ul> * <li><code> hasMoreElements()</code></li> * <li><code> nextElement()</code></li> -* </ul> <p> -* This test needs the following object relations : -* <ul> -* <li> <code>'ENUM'</code> (of type <code>XEnumerationAccess</code>): -* This test creates its own oObj because the method nextElement() -* will be modified this Object directly so other threads may be failed. -* </li> -* <ul> <p> +* </ul> * Test is multithread compliant. <p> * @see com.sun.star.container.XEnumeration */ public class _XEnumeration extends MultiMethodTest { public XEnumeration oObj = null; - public XEnumerationAccess Enum = null; /** * Retrieves relation and sets oObj to a separate enumeration |