diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-14 15:52:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-14 16:07:48 +0200 |
commit | 5ca9d3e67e14519179e52eec50aaa59689b8d432 (patch) | |
tree | a83cdcefbdcce63dc583342e534f4068be0b8e40 | |
parent | f1dfc5690a2b1a24e2d2f707a50c34d7df61dc4d (diff) |
cid#1326855 EC: Comparing incompatible types for equality
Change-Id: I3f23e25e449e85176a092400d14e7b6fbf78b588
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XPropertySet.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java index 76aac038c6ed..8ef74afa209d 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java @@ -549,8 +549,6 @@ public class _XPropertySet extends MultiMethodTest { if (cont) continue; - if (name.equals(oObj)) - log.println("Checking '"+name+"'"); boolean isWritable = ((property.Attributes & PropertyAttribute.READONLY) == 0); boolean isNotNull = ((property.Attributes & |