Skip to content

Commit 3d9acce

Browse files
committed
add javadoc
1 parent eaf074d commit 3d9acce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexCheck.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,14 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IO
330330
}
331331
}
332332

333+
/**
334+
* Check definitions stored in documents against definitions found by ctags in the respective input files.
335+
* This check parallelized.
336+
* @param sourcePath path to source root subtree
337+
* @param indexPath path to index to check
338+
* @throws IOException on I/O error
339+
* @throws IndexDocumentException if there are any documents with definitions not matching definitions found by ctags
340+
*/
333341
private static void checkDefinitions(Path sourcePath, Path indexPath) throws IOException, IndexDocumentException {
334342

335343
Statistics statistics = new Statistics();

0 commit comments

Comments
 (0)