9dd3dba330cb466aeb5a36e151d24ec494c37f3a
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type parent : PathTuple to parent : PathSegment in method package PathSegment(node JsonNode, parent PathSegment, incomingPath String, remainingPath String) in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Change Return Type | 2 | ||
Change Return Type Iterator<PathTuple> to Iterator<PathSegment> in method public iterator() : Iterator<PathSegment> in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Change Return Type PathTuple to PathSegment in method private createNext() : PathSegment in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Rename Class | 1 | ||
Rename Class com.nhl.bootique.config.jackson.JsonNodeUtilsTest renamed to com.nhl.bootique.config.jackson.PathSegmentTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.nhl.bootique.config.jackson.JsonNodeUtils.PathTuple moved and renamed to com.nhl.bootique.config.jackson.PathSegment | From | To | |
Change Variable Type | 3 | ||
Change Variable Type current : PathTuple to current : PathSegment in method public iterator() : Iterator<PathSegment> in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Change Variable Type r : PathTuple to r : PathSegment in method public iterator() : Iterator<PathSegment> in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Change Variable Type next : PathTuple to next : PathSegment in method public iterator() : Iterator<PathSegment> in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type parent : PathTuple to parent : PathSegment in class com.nhl.bootique.config.jackson.PathSegment | From | To |