376b138d8e06b3795b24f290b985a8089e831a3a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public dependencyPathBetween(start int, end int, selector Function<Sentence,List<String>>) : List<String> inlined to public dependencyPathBetween(start int, end int) : List<String> in class edu.stanford.nlp.simple.SentenceAlgorithms | From | To | |
Change Return Type | 1 | ||
Change Return Type Counter<String> to Counter<F> in method public weightsAsCounter() : Counter<F> in class edu.stanford.nlp.classify.LogisticClassifier | From | To | |
Change Variable Type | 2 | ||
Change Variable Type c : Counter<String> to c : Counter<F> in method public weightsAsCounter() : Counter<F> in class edu.stanford.nlp.classify.LogisticClassifier | From | To | |
Change Variable Type attr : Map.Entry<String,Pair<Pattern,Pattern>> to attr : Map.Entry<String,Pattern> in method public nodeAttrMatch(node IndexedWord, sg SemanticGraph, ignoreCase boolean) : boolean in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type attributes : Map<String,Pair<Pattern,Pattern>> to attributes : Map<String,Pattern> in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To |