Issue Details (XML | Word | Printable)

Key: DIRSERVER-358
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Remove e.printStackTrace();

Created: 12/Jun/05 11:10 AM   Updated: 10/Feb/06 12:34 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 15/Sep/05 12:00 AM


 Description  « Hide
I found some e.printStackTrace() calls in the source code. We'll have to replace them by throwing some type-safe runtime exceptions to make it easy to track any problems.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alex Karasulu added a comment - 29/Aug/05 02:21 PM
Trustin can you let me know how far along you are on this issue. If not far we can just push this to the next release when we release 0.9.2 in JIRA.

Trustin Lee added a comment - 15/Sep/05 12:00 AM
Replaced all printStackTrace()s with SLF4J calls.