|
Change Return Type OIdentifiable to Optional<OElement> in method public getElement() : Optional<OElement> in class com.orientechnologies.orient.core.sql.executor.OResult |
From |
To |
|
Change Return Type ODocument to OResult in method private getManager2(personName String) : OResult in class com.orientechnologies.orient.graph.sql.OMatchStatementExecutionNewTest |
From |
To |
|
Change Return Type OIdentifiable to OElement in method public toElement() : OElement in class com.orientechnologies.orient.core.sql.executor.OResult |
From |
To |
|
Change Return Type OIdentifiable to Optional<OElement> in method public getElement() : Optional<OElement> in class com.orientechnologies.orient.core.sql.executor.OResultInternal |
From |
To |
|
Change Return Type ODocument to OResult in method private getManager2Arrows(personName String) : OResult in class com.orientechnologies.orient.graph.sql.OMatchStatementExecutionNewTest |
From |
To |
|
Change Return Type OIdentifiable to OElement in method public toElement() : OElement in class com.orientechnologies.orient.core.sql.executor.OResultInternal |
From |
To |
|
Change Return Type OIdentifiable to OElement in method public toElement() : OElement in class com.orientechnologies.orient.core.sql.executor.OUpdatableResult |
From |
To |
|
Change Return Type OIdentifiable to Optional<OElement> in method public getElement() : Optional<OElement> in class com.orientechnologies.orient.core.sql.executor.OUpdatableResult |
From |
To |
|
Change Variable Type elem : OElement to elem : OResult in method public tryAdvance(action Consumer<? super OVertex>) : boolean in class com.orientechnologies.orient.core.sql.executor.OTodoResultSet.vertexStream.stream |
From |
To |
|
Change Variable Type schema : OClass to schema : Optional<OClass> in method public next() : OResult in class com.orientechnologies.orient.core.sql.executor.CheckRecordTypeStep.syncPull |
From |
To |
|
Change Variable Type elem : OElement to nextElem : OResult in method public tryAdvance(action Consumer<? super OEdge>) : boolean in class com.orientechnologies.orient.core.sql.executor.OTodoResultSet.edgeStream.stream |
From |
To |
|
Change Variable Type doc : ODocument to doc : OElement in method public next() : OResult in class com.orientechnologies.orient.core.sql.executor.CheckRecordTypeStep.syncPull |
From |
To |
|
Change Variable Type elem : OIdentifiable to elem : OResult in method public tryAdvance(action Consumer<? super OElement>) : boolean in class com.orientechnologies.orient.core.sql.executor.OTodoResultSet.elementStream.stream |
From |
To |
|
Change Variable Type d : ODocument to d : OResult in method public traverseSQLMoviesOnly() : void in class com.orientechnologies.orient.test.database.auto.TraverseTestNew |
From |
To |