0015ccff8471d2b1755978b24432585469f86952
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 59
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable dbfac : DocumentBuilderFactory to dbFactory : DocumentBuilderFactory in method public parseElement(xml String) : Element in class edu.stanford.nlp.time.XMLUtils | From | To | |
Rename Variable vf : ValueFunction to entry : Map.Entry<String,Collection<ValueFunction>> in method public main(args String[]) : void in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | From | To | |
Rename Variable dbfac : DocumentBuilderFactory to dbFactory : DocumentBuilderFactory in method public createDocument() : Document in class edu.stanford.nlp.time.XMLUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type void to HashMap<String,String> in method private setupDictionary(dictPath String) : HashMap<String,String> in class edu.stanford.nlp.international.spanish.SpanishVerbStripper | From | To | |
Change Return Type Counter<String> to Counter<F> in method public weightsAsCounter() : Counter<F> in class edu.stanford.nlp.classify.LogisticClassifier | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute tfactory : TransformerFactory to tFactory : TransformerFactory in method public printNode(out OutputStream, node Node, prettyPrint boolean, includeXmlDeclaration boolean) : void in class edu.stanford.nlp.time.XMLUtils | From | To | |
Change Variable Type | 3 | ||
Change Variable Type vf : ValueFunction to entry : Map.Entry<String,Collection<ValueFunction>> in method public main(args String[]) : void in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | From | To | |
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,Pattern> to attr : Map.Entry<String,Pair<Pattern,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,Pattern> to attributes : Map<String,Pair<Pattern,Pattern>> in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To |