Issue Details (XML | Word | Printable)

Key: JELLY-25
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: peter royal
Reporter: Morgan Delagrange
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Jelly

Release Issue 3 - Exception handling

Created: 24/Jan/03 01:22 AM   Updated: 02/Sep/04 07:31 AM
Return to search
Component/s: core / taglib.core
Affects Version/s: None
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

Resolution Date: 02/Sep/04 07:31 AM


 Description  « Hide
See email thread:

http://marc.theaimsgroup.com/?t=104335513200007&r=1&w=2

I think Jelly exception handling needs to be more methodical. I volunteer.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Morgan Delagrange added a comment - 27/Jan/03 08:30 PM
Done in part. None of the methods throw exception anymore, but there are still plenty of try/catch blocks that catch Exception and even occassionally Throwable.

peter royal added a comment - 23/Jun/03 04:40 AM
needs resolution, stealing issue

Brian Ewins added a comment - 21/Jul/03 10:26 PM
See also JELLY-61

I think this is related because looking in CVS, the JELLY-61 bug/typo was introduced by a cleanup of exception handling a couple of days after this bug was claimed.


dion gillard added a comment - 02/Sep/04 07:31 AM
Any catch (Exception ) code either rethrows, returns null or logs the error. No more silent swallowing