lucene
1918
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
10
/home/eko/MUBench/MUBench/checkouts/lucene/1918/original-src/org/apache/lucene/index/SegmentMergeInfo.java
close()
class SegmentMergeInfo { final void close() throws IOException { termEnum.close(); if (postings != null) { postings.close(); } } }
TermEnum#term -> TermEnum#close
TermEnum#term
0.1