https://issues.apache.org/bugzilla/show_bug.cgi?id=52628
Jeremy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.8-dev |3.9-dev Summary|Replace System.err calls |[PATCH] Replace System.err |with Logger call |calls with Logger call --- Comment #5 from Jeremy <[email protected]> --- A patch file has been supplied for fixing this issue by replacing most instances of System.err with a POILogFactory.getLogger() logger. SerialVersionUID's and proper Argument types were applied to lists. The most complex changes were applied to the HPSFRuntimeException() class where the print stack trace logic was removed where System.err was being explicitly declared. By commenting this out, the base RuntimeException printStackTrace logic should prevail. The soon to be added patch file was applied to the current POI daily trunk 3.9-beta1 on November 1st, 2012. Revision (1404603) -- 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]
