5f90622a23fe24959f4ef6bbdf7ba88221d91c44
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type p : SourcePosition<Node> to p : NamePosition in method package setNameNode(p NamePosition) : void in class com.google.javascript.rhino.JSDocInfo.Marker | From | To | |
| Change Return Type | 1 | ||
| Change Return Type SourcePosition<Node> to NamePosition in method public getNameNode() : NamePosition in class com.google.javascript.rhino.JSDocInfo.Marker | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type nodePos : SourcePosition<Node> to nodePos : JSDocInfo.NamePosition in method public markName(name String, file StaticSourceFile, lineno int, charno int) : void in class com.google.javascript.rhino.JSDocInfoBuilder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type nameNode : SourcePosition<Node> to nameNode : NamePosition in class com.google.javascript.rhino.JSDocInfo.Marker | From | To |