Description
GraphStep, VertexStep and PropertiesStep are all not final, so I was surprised to find that I couldn't extend EdgeVertexStep. In the end I had to duplicate the entire class....
If there are concerns about simply making this class non-final then it could be designed for extension by making most of the methods final (except toString), but the leaving the class non-final.
Attachments
Issue Links
- links to