Menu

#202 DelegateForest.getPath(...): Wrong javadoc (jung 2.0.1)

Verified Bug
open
nobody
None
5
2015-05-27
2015-05-27
No

AREA/CLASS/EXAMPLE AFFECTED:
edu.uci.ics.jung.graph.DelegateForest

SYNOPSIS:
Wrong javadoc for DelegateForest.getPath(...) in jung 2.0.1

DESCRIPTION:
The javadoc for DelegateForest.getPath(...) does not fit to the implementation. The javadoc describes, that the path is returned from root to child, but the implementation returns it from child to root.

Discussion


Log in to post a comment.