660b7248ab889410a598d37bde32bbba7ed0ef4e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public setReceiverParameter(receiverParameter ReceiverParameter) : MethodDeclaration from class com.github.javaparser.ast.body.MethodDeclaration to public setReceiverParameter(receiverParameter ReceiverParameter) : CallableDeclaration<T> from class com.github.javaparser.ast.body.CallableDeclaration | From | To | |
Pull Up Method public getReceiverParameter() : Optional<ReceiverParameter> from class com.github.javaparser.ast.body.MethodDeclaration to public getReceiverParameter() : Optional<ReceiverParameter> from class com.github.javaparser.ast.body.CallableDeclaration | From | To | |
Change Return Type | 1 | ||
Change Return Type MethodDeclaration to CallableDeclaration<T> in method public setReceiverParameter(receiverParameter ReceiverParameter) : CallableDeclaration<T> in class com.github.javaparser.ast.body.CallableDeclaration | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private receiverParameter : ReceiverParameter from class com.github.javaparser.ast.body.MethodDeclaration to private receiverParameter : ReceiverParameter from class com.github.javaparser.ast.body.CallableDeclaration | From | To | |
Pull Up Attribute public receiverParameterPropertyMetaModel : PropertyMetaModel from class com.github.javaparser.metamodel.MethodDeclarationMetaModel to public receiverParameterPropertyMetaModel : PropertyMetaModel from class com.github.javaparser.metamodel.CallableDeclarationMetaModel | From | To |