hdt-java icon indicating copy to clipboard operation
hdt-java copied to clipboard

Parameter ci of method TriplesPrivate::saveIndex not needed

Open jmkeil opened this issue 6 years ago • 0 comments

I think, one could remove the parameter ci from TriplesPrivate::saveIndex as in the only implementation (BitmapTriples::saveIndex; TriplesList and TriplesListLong do not properly implement it) ControlInfo::clear will be called immediately. Therefore, it would be better to instantiate a new one in the method instead of manipulating a provided one.

jmkeil avatar Jan 23 '19 09:01 jmkeil