92805ea5e6d201511c2ed4ac38418322de12fc05
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable valuePattern : Pattern to toMatch : Object in method public nodeAttrMatch(node IndexedWord, sg SemanticGraph, ignoreCase boolean) : boolean in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To | |
| Extract Variable | 2 | ||
| Extract Variable topoSort : List<IndexedWord> in method public find() : boolean from class edu.stanford.nlp.semgraph.semgrex.SemgrexMatcher | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type attr : Map.Entry<String,Pair<Pattern,Pattern>> to attr : Map.Entry<String,Pair<Object,Object>> in method public nodeAttrMatch(node IndexedWord, sg SemanticGraph, ignoreCase boolean) : boolean in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To | |
| Change Variable Type valuePattern : Pattern to toMatch : Object 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,Pair<Object,Object>> in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To |