6f9a7100047f3fe6788ef06c7359a75b9d2ee4b4
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public _testSUTimeDateTime2() : void renamed to public testSUTimeDateTime2() : void in class edu.stanford.nlp.time.SUTimeITest | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type result : List<IndexedWord> to result : List<V> in method private topologicalSortHelper(vertex V, temporary Set<V>, permanent Set<V>, result List<V>) : void in class edu.stanford.nlp.graph.DirectedMultiGraph | From | To | |
Change Parameter Type temporary : Set<IndexedWord> to temporary : Set<V> in method private topologicalSortHelper(vertex V, temporary Set<V>, permanent Set<V>, result List<V>) : void in class edu.stanford.nlp.graph.DirectedMultiGraph | From | To | |
Change Parameter Type vertex : IndexedWord to vertex : V in method private topologicalSortHelper(vertex V, temporary Set<V>, permanent Set<V>, result List<V>) : void in class edu.stanford.nlp.graph.DirectedMultiGraph | From | To | |
Change Parameter Type permanent : Set<IndexedWord> to permanent : Set<V> in method private topologicalSortHelper(vertex V, temporary Set<V>, permanent Set<V>, result List<V>) : void in class edu.stanford.nlp.graph.DirectedMultiGraph | From | To | |
Move Method | 1 | ||
Move Method private topologicalSortHelper(vertex IndexedWord, temporary Set<IndexedWord>, permanent Set<IndexedWord>, result List<IndexedWord>) : void from class edu.stanford.nlp.semgraph.SemanticGraph to private topologicalSortHelper(vertex V, temporary Set<V>, permanent Set<V>, result List<V>) : void from class edu.stanford.nlp.graph.DirectedMultiGraph | From | To | |
Rename Attribute | 2 | ||
Rename Attribute lastRemoved : E to currentEdge : E in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
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 | |
Change Variable Type | 1 | ||
Change Variable Type sentenceSb : StringBuffer to sentenceSb : StringBuilder in method public main(args String[]) : void in class edu.stanford.nlp.trees.ud.UniversalDependenciesFeatureAnnotator | From | To | |
Extract Variable | 3 | ||
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 | |
Extract Variable tokenText : String in method public createCoreMap(cm CoreMap, text String, start int, end int, factory CoreTokenFactory<T>) : T from class edu.stanford.nlp.pipeline.ChunkAnnotationUtils | From | To | |
Extract Variable nextConnection : Map.Entry<V,List<E>> in method private primeIterator() : void from class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Change Attribute Type | 3 | ||
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 | |
Change Attribute Type logger : Logger to logger : Redwood.RedwoodChannels in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public topologicalSort() : List<V> extracted from public topologicalSort() : List<IndexedWord> in class edu.stanford.nlp.semgraph.SemanticGraph & moved to class edu.stanford.nlp.graph.DirectedMultiGraph | From | To |