1beb8bf9ff8b5aa6e7a25b6905ca147d65e3de07
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private randomId() : int from class org.neo4j.kernel.impl.store.format.LimitedRecordGenerators to public nextInt() : int from class org.neo4j.test.Randoms | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type random : RandomRule to random : Randoms in method public LimitedRecordGenerators(random Randoms, entityBits int, propertyBits int, nodeLabelBits int, tokenBits int, nullValue long, fractionNullValues float) in class org.neo4j.kernel.impl.store.format.LimitedRecordGenerators | From | To | |
Change Parameter Type random : RandomRule to random : Randoms in method public LimitedRecordGenerators(random Randoms, entityBits int, propertyBits int, nodeLabelBits int, tokenBits int, nullValue long) in class org.neo4j.kernel.impl.store.format.LimitedRecordGenerators | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type random : RandomRule to random : Randoms in class org.neo4j.kernel.impl.store.format.LimitedRecordGenerators | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public nextBytes(data byte[]) : void extracted from public dynamic() : Generator<DynamicRecord> in class org.neo4j.kernel.impl.store.format.LimitedRecordGenerators & moved to class org.neo4j.test.Randoms | From | To | |
Extract And Move Method public nextInt(bound int) : int extracted from public dynamic() : Generator<DynamicRecord> in class org.neo4j.kernel.impl.store.format.LimitedRecordGenerators & moved to class org.neo4j.test.Randoms | From | To |