https://bz.apache.org/bugzilla/show_bug.cgi?id=60805
Bug ID: 60805
Summary: Remove calls to System.out.print and
System.out.println
Product: POI
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
System.out.print and System.out.println could potentially be added to forbidden
apis if we can exclude dev classes.
grep -r -l --exclude-dir=.svn System.out.println src/java/ src/ooxml/java
src/scratchpad/src/
lists 62 files, most of which are dev classes, but includes some classes that
shouldn't be using System.out.println, such as:
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTableCell.java
--
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]