Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
137 stars 26 forks source link

AdjacencyMethodHandler: IllegalStateException on Direction.OUT #8

Closed enRGi closed 9 years ago

enRGi commented 9 years ago

Hi,

just wanted to take a quick look into Ferma and discovered the first issue. In AdjacencyMethodHandler.java, line 411 and 441 there is no 'break' so when using Direction.OUT an IllegalStateException is always thrown.

Best regards, René

freemo commented 9 years ago

We use jira for our bug reporting, not github. But thanks for the report I'll fix it today. In the future please use: http://bugs.syncleus.com

freemo commented 9 years ago

Also since you are comparing Ferma and trying out the alternatives check this page out: http://wiki.syncleus.com/index.php/Ferma:Comparing_the_Alternatives

freemo commented 9 years ago

@enRGi This fix has been merged into master and should now be working. it is part of 2.1.0 snapshot and will be released in the next released (which is likely to be later today). Thanks for your help.

freemo commented 9 years ago

@enRGi FYI version 2.1.0 has now been released with this fix incorporated.

enRGi commented 9 years ago

Thank you for your efforts and infos. I will look into it.