6233f487245c4f9808b02abd4ce58719148c5ff2
Files Diff
- Added: 8
- Removed: 8
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Class | 2 | ||
Move And Rename Class org.neo4j.cypher.internal.compiler.v2_3.codegen.CompiledRelationship moved and renamed to org.neo4j.cypher.internal.codegen.RelationshipIdWrapper | From | To | |
Move And Rename Class org.neo4j.cypher.internal.compiler.v2_3.codegen.CompiledNode moved and renamed to org.neo4j.cypher.internal.codegen.NodeIdWrapper | From | To | |
Move Class | 4 | ||
Move Class org.neo4j.cypher.internal.compiler.v2_3.codegen.CompiledConversionUtils moved to org.neo4j.cypher.internal.codegen.CompiledConversionUtils | From | To | |
Move Class org.neo4j.cypher.internal.compiler.v2_3.codegen.CompiledMathHelper moved to org.neo4j.cypher.internal.codegen.CompiledMathHelper | From | To | |
Move Class org.neo4j.cypher.internal.compiler.v2_3.codegen.CompiledExpandUtils moved to org.neo4j.cypher.internal.codegen.CompiledExpandUtils | From | To | |
Move Class org.neo4j.cypher.internal.compiler.v2_3.codegen.CompiledExpandUtilsTest moved to org.neo4j.cypher.internal.codegen.CompiledExpandUtilsTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type that : CompiledNode to that : NodeIdWrapper in method public equals(o Object) : boolean in class org.neo4j.cypher.internal.codegen.NodeIdWrapper | From | To | |
Change Variable Type that : CompiledRelationship to that : RelationshipIdWrapper in method public equals(o Object) : boolean in class org.neo4j.cypher.internal.codegen.RelationshipIdWrapper | From | To |