67dec3cddbdc5d280e9b43a34a6e6032fc44e966
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private idValue(entry Entry, id long) : Object renamed to private objectifyId(entry Entry, id long) : Object in class org.neo4j.tooling.SimpleDataGeneratorBatch | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type tolerance : int to tolerance : long in method public silentBadCollector(tolerance long) : Collector in class org.neo4j.unsafe.impl.batchimport.input.Collectors | From | To | |
Change Parameter Type tolerance : int to unlimitedTolerance : long in method public badCollector(out OutputStream, unlimitedTolerance long, collect int, skipBadEntriesLogging boolean) : Collector in class org.neo4j.unsafe.impl.batchimport.input.Collectors | From | To | |
Change Parameter Type tolerance : int to unlimitedTolerance : long in method public badCollector(out OutputStream, unlimitedTolerance long) : Collector in class org.neo4j.unsafe.impl.batchimport.input.Collectors | From | To | |
Extract Variable | 1 | ||
Extract Variable dbConfig : Config in method public main(arguments String[]) : void from class org.neo4j.tooling.QuickImport | From | To | |
Rename Parameter | 2 | ||
Rename Parameter tolerance : int to unlimitedTolerance : long in method public badCollector(out OutputStream, unlimitedTolerance long) : Collector in class org.neo4j.unsafe.impl.batchimport.input.Collectors | From | To | |
Rename Parameter tolerance : int to unlimitedTolerance : long in method public badCollector(out OutputStream, unlimitedTolerance long, collect int, skipBadEntriesLogging boolean) : Collector in class org.neo4j.unsafe.impl.batchimport.input.Collectors | From | To |