Bug 50446

Summary: Minor Findbugs fixes
Product: POI Reporter: Marcel May <marcel.may.de>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Some findbugs fixes

Description Marcel May 2010-12-09 14:07:50 UTC
Created attachment 26387 [details]
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
Comment 1 Yegor Kozlov 2010-12-10 10:44:32 UTC
Applied in r1044405

Yegor