569e4d473307ce0d1957746e9a42613f82847841
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type command : NodeCommand to command : Command.NodeCommand in method public before(command Command.NodeCommand) : NodeRecord in class org.neo4j.tools.txlog.checktypes.NodeCheckType | From | To | |
Change Parameter Type command : PropertyCommand to command : Command.PropertyCommand in method public after(command Command.PropertyCommand) : PropertyRecord in class org.neo4j.tools.txlog.checktypes.PropertyCheckType | From | To | |
Change Parameter Type command : NodeCommand to command : Command.NodeCommand in method public after(command Command.NodeCommand) : NodeRecord in class org.neo4j.tools.txlog.checktypes.NodeCheckType | From | To | |
Change Parameter Type command : PropertyCommand to command : Command.PropertyCommand in method public before(command Command.PropertyCommand) : PropertyRecord in class org.neo4j.tools.txlog.checktypes.PropertyCheckType | From | To | |
Move Attribute | 2 | ||
Move Attribute public PROPERTY : PropertyCheckType from class org.neo4j.tools.txlog.CheckType to public PROPERTY : PropertyCheckType from class org.neo4j.tools.txlog.checktypes.CheckTypes | From | To | |
Move Attribute public NODE : NodeCheckType from class org.neo4j.tools.txlog.CheckType to public NODE : NodeCheckType from class org.neo4j.tools.txlog.checktypes.CheckTypes | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.tools.txlog.checktypes.CheckTypes from class org.neo4j.tools.txlog.CheckType | From | To | |
Move Class | 3 | ||
Move Class org.neo4j.tools.txlog.CheckType.PropertyCheckType moved to org.neo4j.tools.txlog.checktypes.PropertyCheckType | From | To | |
Move Class org.neo4j.tools.txlog.CheckType.NodeCheckType moved to org.neo4j.tools.txlog.checktypes.NodeCheckType | From | To | |
Move Class org.neo4j.tools.txlog.CheckType moved to org.neo4j.tools.txlog.checktypes.CheckType | From | To |