e4610d5f3acd6d03bf51e8c70584a065d3233387
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 91
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected addOrReplaceWhenSameSignature(nodeCoid ClassOrInterfaceDeclaration, callable CallableDeclaration) : void renamed to private addMethod(containingClassOrInterface ClassOrInterfaceDeclaration, callable CallableDeclaration<?>, onNoExistingMethod Runnable) : void in class com.github.javaparser.generator.NodeGenerator | From | To | |
Rename Method protected markGenerated(node T) : void renamed to private annotate(node T, annotation Class<?>, content Expression) : void in class com.github.javaparser.generator.Generator | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type callable : CallableDeclaration to callable : CallableDeclaration<?> in method private addMethod(containingClassOrInterface ClassOrInterfaceDeclaration, callable CallableDeclaration<?>, onNoExistingMethod Runnable) : void in class com.github.javaparser.generator.NodeGenerator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type existingCallables : List<CallableDeclaration> to existingCallables : List<CallableDeclaration<?>> in method private addMethod(containingClassOrInterface ClassOrInterfaceDeclaration, callable CallableDeclaration<?>, onNoExistingMethod Runnable) : void in class com.github.javaparser.generator.NodeGenerator | From | To | |
Extract Variable | 1 | ||
Extract Variable existingCallable : CallableDeclaration<?> in method private addMethod(containingClassOrInterface ClassOrInterfaceDeclaration, callable CallableDeclaration<?>, onNoExistingMethod Runnable) : void from class com.github.javaparser.generator.NodeGenerator | From | To | |
Extract Method | 1 | ||
Extract Method public addSingleMemberAnnotation(name String, expression Expression) : N extracted from public addSingleMemberAnnotation(name String, value String) : N in class com.github.javaparser.ast.nodeTypes.NodeWithAnnotations | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nodeCoid : ClassOrInterfaceDeclaration to containingClassOrInterface : ClassOrInterfaceDeclaration in method private addMethod(containingClassOrInterface ClassOrInterfaceDeclaration, callable CallableDeclaration<?>, onNoExistingMethod Runnable) : void in class com.github.javaparser.generator.NodeGenerator | From | To |