1060c274a47008d768b363e16aeb252b30414f8a
Files Diff
- Added: 2
- Removed: 4
- 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 | |
Move And Inline Method | 1 | ||
Move And Inline Method public topologicalSort() : List<V> moved from class edu.stanford.nlp.graph.DirectedMultiGraph to class edu.stanford.nlp.semgraph.SemanticGraph & inlined to public topologicalSort() : List<IndexedWord> | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type permanent : Set<V> to permanent : Set<IndexedWord> in method private topologicalSortHelper(vertex IndexedWord, temporary Set<IndexedWord>, permanent Set<IndexedWord>, result List<IndexedWord>) : void in class edu.stanford.nlp.semgraph.SemanticGraph | From | To | |
Change Parameter Type vertex : V to vertex : IndexedWord in method private topologicalSortHelper(vertex IndexedWord, temporary Set<IndexedWord>, permanent Set<IndexedWord>, result List<IndexedWord>) : void in class edu.stanford.nlp.semgraph.SemanticGraph | From | To | |
Change Parameter Type temporary : Set<V> to temporary : Set<IndexedWord> in method private topologicalSortHelper(vertex IndexedWord, temporary Set<IndexedWord>, permanent Set<IndexedWord>, result List<IndexedWord>) : void in class edu.stanford.nlp.semgraph.SemanticGraph | From | To | |
Change Parameter Type result : List<V> to result : List<IndexedWord> in method private topologicalSortHelper(vertex IndexedWord, temporary Set<IndexedWord>, permanent Set<IndexedWord>, result List<IndexedWord>) : void in class edu.stanford.nlp.semgraph.SemanticGraph | From | To | |
Move Method | 1 | ||
Move Method private topologicalSortHelper(vertex V, temporary Set<V>, permanent Set<V>, result List<V>) : void from class edu.stanford.nlp.graph.DirectedMultiGraph to private topologicalSortHelper(vertex IndexedWord, temporary Set<IndexedWord>, permanent Set<IndexedWord>, result List<IndexedWord>) : void from class edu.stanford.nlp.semgraph.SemanticGraph | From | To | |
Rename Attribute | 2 | ||
Rename Attribute reverseEdges : Map<V,Map<V,List<E>>> to incomingEdges : Map<V,Map<V,List<E>>> in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Rename Attribute currentEdge : E to lastRemoved : E in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type sentenceSb : StringBuilder to sentenceSb : StringBuffer in method public main(args String[]) : void in class edu.stanford.nlp.trees.ud.UniversalDependenciesFeatureAnnotator | From | To | |
Inline Variable | 3 | ||
Inline Variable nextConnection : Map.Entry<V,List<E>> in method private primeIterator() : void from class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Inline 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 | |
Inline 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 | 3 | ||
Change Attribute Type vertexIterator : Iterator<Map.Entry<V,Map<V,List<E>>>> to vertexIterator : Iterator<Map<V,List<E>>> in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Change Attribute Type connectionIterator : Iterator<Map.Entry<V,List<E>>> to connectionIterator : Iterator<List<E>> in class edu.stanford.nlp.graph.DirectedMultiGraph.EdgeIterator | From | To | |
Change Attribute Type logger : Redwood.RedwoodChannels to logger : Logger in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils | From | To |