fujaba / org.fujaba.graphengine

This project's aim is to build a graph engine, that is able to build and compare graphs - and to match patterns and apply actions on the graph, to effectively use it as a graph-transformation framework.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

remove redefinitions of equals, compareTo #18

Closed hoechp closed 7 years ago

hoechp commented 7 years ago

don't mess with overridden 'equals' or 'compareTo', unless with 'hashcode', too. and only if it should be necessary - which it currently ain't. so remove redefinitions!

see #13