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

           Summary: Minor Findbugs fixes
           Product: POI
           Version: 3.8-dev
          Platform: PC
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: POI Overall
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=26387)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26387)
Some findbugs fixes

- removes "new String"
- replaces "new Character", "new Integer", "new Long"  with 
"Character.valueOf"/"Integer.valueOf"/...
- fixed endless loop in
org/apache/poi/hssf/usermodel/EscherGraphics2d.drawString

-- 
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