Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.4
-
Fix Version/s: 5.0.5
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
Remove any call to <exception>.printStackTrace as it writes any logs to System.err stream.
In top of that, for example looking at Parser class, line 490, trace is already written using java.util.log.Logger.
IMHO, this makes duplicate.
In top of that, for example looking at Parser class, line 490, trace is already written using java.util.log.Logger.
IMHO, this makes duplicate.
Activity
Felix Nicolas
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.0.5 [ 11373 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39827 | Tue Jan 28 15:43:01 MST 2014 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/viewer/src/apple/dts/samplecode/osxadapter/OSXAdapter.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated both the trunk and 5.0.1 branch removing all common occurrences of printStackTrace() and replaced with util.logging.