f0631a7fde6cf6ffe97f8d2aac4bc8640db3e732
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private appendConstructorAnnotations(sb StringBuilder, funType FunctionType) : void renamed to private appendClassAnnotations(sb StringBuilder, funType FunctionType) : void in class com.google.javascript.jscomp.TypedCodeGenerator | From | To | |
Extract Method | 3 | ||
Extract Method private appendTemplateAnnotations(sb StringBuilder, typeParams Collection<? extends JSType>) : void extracted from private getFunctionAnnotation(fnNode Node) : String in class com.google.javascript.jscomp.TypedCodeGenerator | From | To | |
Extract Method private appendFunctionParamAnnotations(sb StringBuilder, funType FunctionType, paramNode Node) : void extracted from private getFunctionAnnotation(fnNode Node) : String in class com.google.javascript.jscomp.TypedCodeGenerator | From | To | |
Extract Method private maybeAddTypeAnnotation(n Node) : void extracted from protected add(n Node, context Context) : void in class com.google.javascript.jscomp.TypedCodeGenerator | From | To |