You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/12/09 20:07:52 UTC

DO NOT REPLY [Bug 50446] New: Minor Findbugs fixes

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: dev@poi.apache.org
        ReportedBy: marcel.may.de@gmail.com


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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 50446] Minor Findbugs fixes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50446

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #1 from Yegor Kozlov <ye...@dinom.ru> 2010-12-10 10:44:32 EST ---
Applied in r1044405

Yegor

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org