8caffdd16f752ffafa454c0dbdfdb2b9c90e4c54
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 2 | ||
Rename Attribute incomingEdges : Map<V,Map<V,List<E>>> to reverseEdges : Map<V,Map<V,List<E>>> in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Rename Attribute lastRemoved : E to currentEdge : E in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Extract Variable | 2 | ||
Extract Variable nextConnection : Map.Entry<V,List<E>> in method private primeIterator() : void from class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Extract Variable nextVertex : Map.Entry<V,Map<V,List<E>>> in method private primeIterator() : void from class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type vertexIterator : Iterator<Map<V,List<E>>> to vertexIterator : Iterator<Map.Entry<V,Map<V,List<E>>>> in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Change Attribute Type connectionIterator : Iterator<List<E>> to connectionIterator : Iterator<Map.Entry<V,List<E>>> in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To |