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