92e818859323a2b43503849e73e196d91d09dd4c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public getMaxArguments() : int renamed to public getMaxArity() : int in class com.google.javascript.rhino.FunctionTypeI | From | To | |
Rename Method public getMaxArguments() : int renamed to public getMaxArity() : int in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Rename Method public getMinArguments() : int renamed to public getMinArity() : int in class com.google.javascript.jscomp.newtypes.JSType | From | To | |
Rename Method public getMaxArguments() : int renamed to public getMaxArity() : int in class com.google.javascript.jscomp.newtypes.JSType | From | To | |
Rename Method public getMinArguments() : int renamed to public getMinArity() : int in class com.google.javascript.rhino.jstype.FunctionType | From | To | |
Rename Method public getMinArguments() : int renamed to public getMinArity() : int in class com.google.javascript.rhino.FunctionTypeI | From | To | |
Rename Variable | 4 | ||
Rename Variable minArgs : int to minArity : int in method private visitParameterList(t NodeTraversal, call Node, functionType FunctionType) : void in class com.google.javascript.jscomp.TypeCheck | From | To | |
Rename Variable minArgs : int to minArity : int in method private getFunctionAnnotation(fnNode Node) : String in class com.google.javascript.jscomp.TypedCodeGenerator | From | To | |
Rename Variable maxArgs : int to maxArity : int in method private visitParameterList(t NodeTraversal, call Node, functionType FunctionType) : void in class com.google.javascript.jscomp.TypeCheck | From | To | |
Rename Variable maxArgs : int to maxArity : int in method private getFunctionAnnotation(fnNode Node) : String in class com.google.javascript.jscomp.TypedCodeGenerator | From | To |