074de687f1218fa09c8e414610a3b0080f025a19
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public findParent(nodeType Class<N>) : Optional<N> from class com.github.javaparser.ast.Node to public findParent(type Class<N>) : Optional<N> from class com.github.javaparser.HasParentNode | From | To | |
| Rename Variable | 1 | ||
| Rename Variable parent : Node to possibleParent : Optional<Node> in method public findParent(type Class<N>) : Optional<N> in class com.github.javaparser.HasParentNode | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type parent : Node to possibleParent : Optional<Node> in method public findParent(type Class<N>) : Optional<N> in class com.github.javaparser.HasParentNode | From | To | |
| Extract Method | 1 | ||
| Extract Method public findParent(type Class<N>) : Optional<N> extracted from public getAncestorOfType(classType Class<N>) : Optional<N> in class com.github.javaparser.HasParentNode | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter nodeType : Class<N> to type : Class<N> in method public findParent(type Class<N>) : Optional<N> in class com.github.javaparser.HasParentNode | From | To | |
| Rename Parameter classType : Class<N> to type : Class<N> in method public findParent(type Class<N>) : Optional<N> in class com.github.javaparser.HasParentNode | From | To |