History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-253
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

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

Finalization code for CloseableIterators in wrongly named method

Created: 16/Mar/06 10:45 AM   Updated: 23/Mar/06 03:29 PM
Component/s: Sail API
Affects Version/s: 2.0-alpha-3, 2.0-alpha-2
Fix Version/s: 2.0-alpha-4


 Description   
The finalization code that makes sure CloseableIterators are closed befire being garbage collected has been implemented in a method "public void destroy()" (class FilterIterator and LookAheadIterator). This, of course, should be "protected void finalize()".

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.