Menu

#153 Wrong Description of isSuccessor method

Verified Bug
open-accepted
nobody
5
2014-12-02
2010-04-30
Anonymous
No

http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/graph/Graph.html#isSuccessor%28V,%20V%29

isSuccessor method description says:
"Returns true if v1 is a successor of v2 in this graph. Equivalent to v1.getSuccessors().contains(v2)."
Should be:
"Returns true if v2 is a successor of v1 in this graph. Equivalent to v1.getSuccessors().contains(v2)."

Same holds for the return statement and the isPredecessor method

Discussion

  • Joshua O'Madadhain

    You are quite right. This will be fixed in CVS soon. Thanks!

    Joshua

     
  • Joshua O'Madadhain

    • milestone: 323169 --> Verified Bug
    • status: open --> open-accepted
     

Log in to post a comment.

MongoDB Logo MongoDB