fe7c5134f2866ff3e19583061138d49f03a53134
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public toString() : String from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to public toString() : String from class org.neo4j.kernel.impl.store.MandatoryNodePropertyConstraintRule | From | To | |
Move And Inline Method | 4 | ||
Move And Inline Method public serialize(target ByteBuffer) : void moved from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to class org.neo4j.kernel.impl.store.record.IndexRule & inlined to public serialize(target ByteBuffer) : void | From | To | |
Move And Inline Method public serialize(target ByteBuffer) : void moved from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to class org.neo4j.kernel.impl.store.UniquePropertyConstraintRule & inlined to public serialize(target ByteBuffer) : void | From | To | |
Move And Inline Method public serialize(target ByteBuffer) : void moved from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to class org.neo4j.kernel.impl.store.MandatoryNodePropertyConstraintRule & inlined to public serialize(target ByteBuffer) : void | From | To | |
Move And Inline Method public serialize(target ByteBuffer) : void moved from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to class org.neo4j.kernel.impl.store.MandatoryRelationshipPropertyConstraintRule & inlined to public serialize(target ByteBuffer) : void | From | To | |
Rename Variable | 1 | ||
Rename Variable other : IndexRule to indexRule : IndexRule in method public equals(o Object) : boolean in class org.neo4j.kernel.impl.store.record.IndexRule | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute private label : int from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to protected label : int from class org.neo4j.kernel.impl.store.NodePropertyConstraintRule | From | To | |
Push Down Attribute private relationshipType : int from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to protected relationshipType : int from class org.neo4j.kernel.impl.store.RelationshipPropertyConstraintRule | From | To | |
Push Down Attribute private label : int from class org.neo4j.kernel.impl.store.record.AbstractSchemaRule to private label : int from class org.neo4j.kernel.impl.store.record.IndexRule | From | To | |
Rename Parameter | 4 | ||
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.neo4j.kernel.impl.store.MandatoryNodePropertyConstraintRule | From | To | |
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.neo4j.kernel.impl.store.MandatoryRelationshipPropertyConstraintRule | From | To | |
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.neo4j.kernel.impl.store.UniquePropertyConstraintRule | From | To | |
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.neo4j.kernel.impl.store.record.IndexRule | From | To |