[
https://issues.apache.org/jira/browse/TINKERPOP-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryn Cooke updated TINKERPOP-1669:
----------------------------------
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.
was: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....
> EdgeVertexStep should be designed for extension
> -----------------------------------------------
>
> Key: TINKERPOP-1669
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1669
> Project: TinkerPop
> Issue Type: Improvement
> Components: process, structure
> Affects Versions: 3.2.4
> Reporter: Bryn Cooke
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)