71ee2d3cccce6980cf5fb8cdbf0a2b3bfc0f0b7a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Variable | 1 | ||
| Extract Variable recordFormats : RecordFormats in method public shouldRespectDbConfig() : void from class org.neo4j.unsafe.impl.batchimport.store.BatchingNeoStoresTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type tokenId : short to tokenId : int in method private readHeader(header StoreChannel) : void in class org.neo4j.unsafe.impl.batchimport.input.InputEntityReader | From | To | |
| Change Variable Type id : short to id : int in method protected readToken(type byte) : Object in class org.neo4j.unsafe.impl.batchimport.input.InputEntityReader | From | To | |
| Change Variable Type id : Short to id : Integer in method protected writeToken(type byte, key Object) : void in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacher | From | To | |
| Extract Method | 2 | ||
| Extract Method private getRandoms() : Randoms extracted from public shouldCacheAndRetrieveNodes() : void in class org.neo4j.unsafe.impl.batchimport.input.InputCacheTest | From | To | |
| Extract Method private getRandoms() : Randoms extracted from public shouldCacheAndRetrieveRelationships() : void in class org.neo4j.unsafe.impl.batchimport.input.InputCacheTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type nextKeyId : short[] to nextKeyId : int[] in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacher | From | To | |
| Change Attribute Type tokens : Map<String,Short>[] to tokens : Map<String,Integer>[] in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacher | From | To |