6a5ae937eab72280a6cea923f1226759f8669848
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type iVertices : Iterable<OrientVertex> to iVertices : Iterable<OrientElement> in method protected generateGraphDbOutput(iVertices Iterable<OrientElement>, json OJSONWriter) : void in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi | From | To | |
Change Parameter Type iRecords : Iterable<OrientVertex> to iRecords : Iterable<OrientElement> in method protected sendRecordsContent(iRequest OHttpRequest, iResponse OHttpResponse, iRecords Iterable<OrientElement>, iFetchPlan String) : void in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi | From | To | |
Change Variable Type | 2 | ||
Change Variable Type id : OrientVertex to id : OrientElement in method protected generateGraphDbOutput(iVertices Iterable<OrientElement>, json OJSONWriter) : void in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi | From | To | |
Change Variable Type vertices : Iterable<OrientVertex> to vertices : Iterable<OrientElement> in method public execute(iRequest OHttpRequest, iResponse OHttpResponse) : boolean in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi | From | To |