[ https://issues.apache.org/jira/browse/TINKERPOP-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923790#comment-17923790 ]
Cole Greer commented on TINKERPOP-3123: --------------------------------------- I'm going to close this issue for now as I am unable to reproduce the error described in this JIRA and it is standard practice to use the @Override annotation on methods which override implementations from any ancestor class, not just the immediate parent class. If there are a specific set of circumstances in which this practice is causing problems, feel free to reopen this ticket and add that additional context to the discussion. > TinkerGraphParameterizedWorld # useParametersLteraly() removes overried > identifier > ---------------------------------------------------------------------------------- > > Key: TINKERPOP-3123 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3123 > Project: TinkerPop > Issue Type: Bug > Components: tinkergraph > Reporter: alan.zhao > Priority: Critical > > Phenomenon: > When I used Maven to package Tinkergraph, an error occurred: > tinkerpop/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerWorld.java: > [115,9] Methods do not override or implement methods of super types; > reason: > TinkerGraphParameterizedWorld extends > TinkerGraphWorld,#useParametersLiterally() It is not defined in > TinkerGraphWorld, but in a higher-level world interface, which seems not > allowed > Solution: > TinkerGraphParameterizedWorld # useParametersLteraly() removes overried > identifier -- This message was sent by Atlassian Jira (v8.20.10#820010)