5bacd00096688a1fdb88a7bd977106c37ea1f578
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type f : Element to f : Element<TTT> in method private linkElements(e Element<TTT>, f Element<TTT>) : void in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Parameter Type e : Element to e : Element<TTT> in method private linkElements(e Element<TTT>, f Element<TTT>) : void in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Parameter Type o : T to o : TT in method package Element(o TT) in class edu.stanford.nlp.util.FastDisjointSet.Element | From | To | |
| Change Parameter Type e : Element to e : Element<TTT> in method private findElement(e Element<TTT>) : Element<TTT> in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Element to Element<TTT> in method private findElement(e Element<TTT>) : Element<TTT> in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Variable Type | 6 | ||
| Change Variable Type rep : Element to rep : Element<TTT> in method private findElement(e Element<TTT>) : Element<TTT> in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Variable Type f : Element to f : Element<T> in method public union(a T, b T) : void in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Variable Type e : Element to e : Element<T> in method public union(a T, b T) : void in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Variable Type element : Element to element : Element<T> in method public find(o T) : T in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Variable Type e : Element to e : Element<T> in method public FastDisjointSet(objectSet Set<? extends T>) in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Variable Type e : Element to e : Element<T> in method public find(o T) : T in class edu.stanford.nlp.util.FastDisjointSet | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type object : T to object : TT in class edu.stanford.nlp.util.FastDisjointSet.Element | From | To | |
| Change Attribute Type parent : Element to parent : Element<TT> in class edu.stanford.nlp.util.FastDisjointSet.Element | From | To | |
| Change Attribute Type objectToElement : Map<T,Element> to objectToElement : Map<T,Element<T>> in class edu.stanford.nlp.util.FastDisjointSet | From | To |