69659531a626294c11af1394cf0cd4f0d02ccdfa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable array : ChildLink<?>[] to childLinks : ArrayListImpl<ChildLink<T>> in method public accept(visitor TreeVisitor) : void in class com.google.devtools.j2objc.ast.ChildList | From | To | |
Change Variable Type | 1 | ||
Change Variable Type array : ChildLink<?>[] to childLinks : ArrayListImpl<ChildLink<T>> in method public accept(visitor TreeVisitor) : void in class com.google.devtools.j2objc.ast.ChildList | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type delegate : List<ChildLink<T>> to delegate : ArrayListImpl<ChildLink<T>> in class com.google.devtools.j2objc.ast.ChildList | From | To |