1d42342ef2bf07c921514188659bf4f2ca75f28d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setTagName(tagName String) : TagElement renamed to public setTagKind(tagKind TagKind) : TagElement in class com.google.devtools.j2objc.ast.TagElement | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public getTagName() : String from class com.google.devtools.j2objc.ast.TagElement to public toString() : String from class com.google.devtools.j2objc.ast.TagElement.TagKind | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type tagName : String to tagKind : TagKind in method private setTagValues(tag TagElement, tagKind TagKind, javadocNode DocTree, body DocTree) : TagElement in class com.google.devtools.j2objc.javac.JavadocConverter | From | To | |
| Change Parameter Type tagName : String to tagKind : TagKind in method private setTagValues(tag TagElement, tagKind TagKind, javadocNode DocTree, body List<? extends DocTree>) : TagElement in class com.google.devtools.j2objc.javac.JavadocConverter | From | To | |
| Change Parameter Type tagName : String to tagKind : TagKind in method public setTagKind(tagKind TagKind) : TagElement in class com.google.devtools.j2objc.ast.TagElement | From | To | |
| Rename Variable | 2 | ||
| Rename Variable tagName : String to kind : TagKind in method private printTag(tag TagElement) : String in class com.google.devtools.j2objc.gen.JavadocGenerator | From | To | |
| Rename Variable tagName : String to tagKind : TagKind in method public visitLiteral(node LiteralTree, tag TagElement) : Void in class com.google.devtools.j2objc.javac.JavadocConverter | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private tagName : String from class com.google.devtools.j2objc.ast.TagElement to private tagName : String from class com.google.devtools.j2objc.ast.TagElement.TagKind | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute tagName : String to tagKind : TagKind in class com.google.devtools.j2objc.ast.TagElement | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type tagName : String to kind : TagKind in method private printTag(tag TagElement) : String in class com.google.devtools.j2objc.gen.JavadocGenerator | From | To | |
| Change Variable Type tagName : String to tagKind : TagKind in method public visitLiteral(node LiteralTree, tag TagElement) : Void in class com.google.devtools.j2objc.javac.JavadocConverter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type tagName : String to tagKind : TagKind in class com.google.devtools.j2objc.ast.TagElement | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter tagName : String to tagKind : TagKind in method public setTagKind(tagKind TagKind) : TagElement in class com.google.devtools.j2objc.ast.TagElement | From | To | |
| Rename Parameter tagName : String to tagKind : TagKind in method private setTagValues(tag TagElement, tagKind TagKind, javadocNode DocTree, body DocTree) : TagElement in class com.google.devtools.j2objc.javac.JavadocConverter | From | To | |
| Rename Parameter tagName : String to tagKind : TagKind in method private setTagValues(tag TagElement, tagKind TagKind, javadocNode DocTree, body List<? extends DocTree>) : TagElement in class com.google.devtools.j2objc.javac.JavadocConverter | From | To |