EmmanuelOga / hypergraphdb

Automatically exported from code.google.com/p/hypergraphdb
1 stars 0 forks source link

HGTraversal doc says "Close Me!", but interface has no close()-Method #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Javadoc of the HGTraversal Interface is misleading. It says:

"Because of their result set like nature, HGTraversal instances must be closed 
once the work is completed or in case of an exception. While not all traversal 
will necessarily maintain open cursors, it is always safer to make sure that 
they have been properly closed. Once a HGTraversal is closed, it can no longer 
be used."

But: Neither the HGTraversal interface, nor its two implementations provide a 
close()-Method.

Original issue reported on code.google.com by google-a...@gehrels.info on 10 Jan 2013 at 5:05

GoogleCodeExporter commented 9 years ago
Where do you see that?

Original comment by borislav...@gmail.com on 15 Jan 2013 at 4:03

GoogleCodeExporter commented 9 years ago
Here 
http://www.kobrix.com/javadocs/hgcore/org/hypergraphdb/algorithms/HGTraversal.ht
ml

Original comment by google-a...@gehrels.info on 15 Jan 2013 at 4:23

GoogleCodeExporter commented 9 years ago
Ah, thanks, this hasn't been updated in a while. This one - 
http://www.hypergraphdb.org/docs/javadoc/index.html - is more correct.

Original comment by borislav...@gmail.com on 15 Jan 2013 at 4:24

GoogleCodeExporter commented 9 years ago
fixed links in tutorial

Original comment by borislav...@gmail.com on 15 Jan 2013 at 5:58