https://issues.apache.org/bugzilla/show_bug.cgi?id=47969

           Summary: Problematic equals methods
           Product: POI
           Version: 3.5-FINAL
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=24367)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24367)
Fix 4 problematic equals statements

There are 4 equals methods in the org.apache.ss package
that show the same broken pattern. They assume that they are being passed
non-null values of the same Class. The attached patch fixes these.

The classes affected are:
java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluationSheet.java
org/apache/poi/ss/formula/FormulaUsedBlankCellSet.java
java/org/apache/poi/ss/formula/PlainCellCache.java
java/org/apache/poi/ss/util/MutableFPNumber.java

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to