b026264b97e244edc7aa876861dc95c45b79509e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type db : HighlyAvailableGraphDatabase to db : GraphDatabaseService in method private getEntity(db GraphDatabaseService, id long, node boolean) : PropertyContainer in class org.neo4j.kernel.ha.cluster.TerminationOfSlavesDuringPullUpdatesTest | From | To | |
Move Method | 1 | ||
Move Method package getEntity(db HighlyAvailableGraphDatabase, id long) : PropertyContainer from class org.neo4j.kernel.ha.cluster.TerminationOfSlavesDuringPullUpdatesTest.PropertyValueActions to private getEntity(db GraphDatabaseService, id long, node boolean) : PropertyContainer from class org.neo4j.kernel.ha.cluster.TerminationOfSlavesDuringPullUpdatesTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterable<Object[]> to Iterable<Object> in method public data() : Iterable<Object> in class org.neo4j.kernel.ha.cluster.TerminationOfSlavesDuringPullUpdatesTest | From | To |