Toggle navigation
Home
cucumber.api.TestStep to java.util.List<gherkin.pickles.PickleLocation>
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'cucumber-jvm'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Other
Collections.<PickleLocation>emptyList()
to
Collections.<PickleLocation>emptyList()
asList(new PickleLocation(line,0))
to
asList(new PickleLocation(line,0))
Rename Variable
testStep
to
locations
testStep
to
locations