db865a09f56f57afdbbe2adb5bd5f4e6aaadad47
Files Diff
- Added: 11
- Removed: 13
- Renamed: 0
- Modified: 101
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public get(query Id) : ProfilingInformation renamed to public operatorProfile(query int) : OperatorProfile in class org.neo4j.cypher.internal.codegen.profiling.ProfilingTracer | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type query : Id to query : int in method public operatorProfile(query int) : OperatorProfile in class org.neo4j.cypher.internal.codegen.profiling.ProfilingTracer | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ProfilingInformation to OperatorProfile in method public operatorProfile(query int) : OperatorProfile in class org.neo4j.cypher.internal.codegen.profiling.ProfilingTracer | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.neo4j.cypher.internal.codegen.profiling.ProfilingTracer.ProfilingInformation moved and renamed to org.neo4j.cypher.result.OperatorProfile | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type data : Map<Id,Data> to data : Map<Integer,Data> in class org.neo4j.cypher.internal.codegen.profiling.ProfilingTracer | From | To |