Completed
Details
Assignee
UnassignedUnassignedReporter
Valentin MahrwaldValentin MahrwaldLabels
Approval
OkPatch
Code and TestPriority
MajorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Valentin Mahrwald
Valentin MahrwaldLabels
Approval
Ok
Patch
Code and Test
Priority

Affects versions
Fix versions
Created May 5, 2012 at 9:36 AM
Updated January 31, 2014 at 6:19 PM
Resolved January 31, 2014 at 6:19 PM
The code for proxy-call-with-super internally used by proxy-super does not handle exceptions from the call method:
As a result the following sequence behaves unexpectedly:
Patch: clj-983-2.patch
Approach: Use a try-finally block around the invocation to perform the after invocation action regardless of exceptions.
Screened by: Stuart Sierra