c4d719da3fb5a573dd755c822e4ef0f5ec54a497
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 43
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| 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 | |
| Rename Variable dbfac : DocumentBuilderFactory to dbFactory : DocumentBuilderFactory in method public parseElement(xml String) : Element in class edu.stanford.nlp.time.XMLUtils | 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 | |
| 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 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 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 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 |