9fb642dab0aa9eb2f98b2decd45068fab1178c9f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method private cleanTree(tree SemanticGraph) : List<SemanticGraphEdge> from class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem to public cleanTree(tree SemanticGraph) : List<SemanticGraphEdge> from class edu.stanford.nlp.naturalli.Util | From | To | |
| Move Method private isTree(tree SemanticGraph) : boolean from class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem to public isTree(tree SemanticGraph) : boolean from class edu.stanford.nlp.naturalli.Util | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type forwardEntailer : BiFunction<List<CoreLabel>,SemanticGraph,ForwardEntailerSearchProblem> to forwardEntailer : Function<SemanticGraph,ForwardEntailerSearchProblem> in class edu.stanford.nlp.naturalli.OpenIE | From | To |