fdc65607dfd3ab141e1091fd02cff7396e428569
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getTime() : long renamed to public getMillis() : long in class com.graphhopper.util.StopWatch | From | To | |
Replace Variable With Attribute | 4 | ||
Replace Variable With Attribute neighborSW : StopWatch to contractionSW : StopWatch in method private contractNodes() : void in class com.graphhopper.routing.ch.PrepareContractionHierarchies | From | To | |
Replace Variable With Attribute lazySW : StopWatch to lazyUpdateSW : StopWatch in method private contractNodes() : void in class com.graphhopper.routing.ch.PrepareContractionHierarchies | From | To | |
Replace Variable With Attribute counter : long to checkCounter : int in method private contractNodes() : void in class com.graphhopper.routing.ch.PrepareContractionHierarchies | From | To | |
Replace Variable With Attribute periodSW : StopWatch to periodicUpdateSW : StopWatch in method private contractNodes() : void in class com.graphhopper.routing.ch.PrepareContractionHierarchies | From | To | |
Rename Attribute | 1 | ||
Rename Attribute nanoTime : long to elapsedNanos : long in class com.graphhopper.util.StopWatch | From | To | |
Change Variable Type | 1 | ||
Change Variable Type counter : long to checkCounter : int in method private contractNodes() : void in class com.graphhopper.routing.ch.PrepareContractionHierarchies | From | To | |
Inline Variable | 1 | ||
Inline Variable len : int in method private contractNodes() : void from class com.graphhopper.routing.ch.PrepareContractionHierarchies | From | To |