9a228915f61892f6ba99fcf1e42e42e1e2622a00
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type Type to Optional<Type> in method public getMaximumCommonType() : Optional<Type> in class com.github.javaparser.ast.nodeTypes.NodeWithVariables | From | To | |
| Change Return Type Type to Optional<Type> in method public calculateMaximumCommonType(types List<Type>) : Optional<Type> in class com.github.javaparser.ast.nodeTypes.NodeWithVariables | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type currentMaxCommonType : Type to currentMaxCommonType : Optional<Type> in method public propertyChange(observedNode Node, property ObservableProperty, oldValue Object, newValue Object) : void in class com.github.javaparser.ast.body.VariableDeclarator.customInitialization.register | From | To | |
| Change Variable Type newMaxCommonType : Type to newMaxCommonType : Optional<Type> in method public propertyChange(observedNode Node, property ObservableProperty, oldValue Object, newValue Object) : void in class com.github.javaparser.ast.body.VariableDeclarator.customInitialization.register | From | To |