Daniel Kuppitz created TINKERPOP-1545:
-----------------------------------------
Summary: IncidentToAdjacentStrategy is buggy
Key: TINKERPOP-1545
URL: https://issues.apache.org/jira/browse/TINKERPOP-1545
Project: TinkerPop
Issue Type: Bug
Affects Versions: 3.2.3, 3.1.4
Reporter: Daniel Kuppitz
{{IncidentToAdjacentStrategy}} turns {{outE().inV().simplePath()}} into
{{out().simplePath()}}, which will return a wrong result as soon as there is
more than 1 edge between a pair of vertices.
The set {{INVALIDATING_STEP_CLASSES}} should only contain
{{PathProcessor.class}} and {{LambdaHolder.class}} Furthermore
{{SimplePathStep}} should implement {{PathProcessor}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)