What steps will reproduce the problem?
1. input org or dst vertex to be null
What is the expected output? What do you see instead?
NullPointerException
What version of the product are you using? On what operating system?
Java implementation ver. 2.3
Please provide any additional information below.
It is caused by a validation code in _init() function.
line108: if(_source_vertex != null && _target_vertex != null)
This is to be OR condition.
Please try to check if possible.
best regards,
Original issue reported on code.google.com by wataruka...@gmail.com on 8 Feb 2011 at 6:04
Original issue reported on code.google.com by
wataruka...@gmail.com
on 8 Feb 2011 at 6:04