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: dev@poi.apache.org Reporter: one...@apache.org 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: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org