https://bz.apache.org/ooo/show_bug.cgi?id=127044
--- Comment #2 from AppChecker <[email protected]> --- 9) The left and the right parts of the binary expression are indetical main/scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java, line 94 https://github.com/apache/openoffice/blob/c014b5f2b55cff8d4b0c952d5c16d62ecde09ca1/main/scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java#L94 descriptor = descriptor; I think it should be: this.descriptor = descriptor; 10) The left and the right parts of the binary expression are indetical main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java, line 161 https://github.com/apache/openoffice/blob/c014b5f2b55cff8d4b0c952d5c16d62ecde09ca1/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java#L161 if (EndianConverter.readShort(dwHeight) != EndianConverter.readShort(dwHeight)) I guess it should be: if (EndianConverter.readShort(dwHeight) != EndianConverter.readShort(rhs.dwHeight)) -- You are receiving this mail because: You are the assignee for the issue.
