-
Bug
-
Resolution: Fixed
-
P3
-
6.0.0
-
JMC 7 Iter 9, JMC 7 Iter 10, JMC 8.1 Sprint 1, JMC 8.1 RDS 1, JMC 8.1 RDS 2, JMC 8.1 RDP2 1, JMC 8.1 RDP2 Final
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JMC-7679 | 8.0.1 | Jean-Philippe Bempel | P3 | Resolved | Fixed |
We have a number of places in our code where we use System.out.println, System.err.println, and Throwable.printStackTrace for logging. We should instead use the Eclipse logging mechanism or, where that is not available, java.util.logging.
Note that there may be places where we explicitly want to write to stdout or stderr so keep some sense when going through the code.