9f479df431944e61dbb817f6e16836cbbf26c1d5
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public testNotSpanish() : void from class edu.stanford.nlp.pipeline.TokenizerAnnotatorTest to public testNotSpanish() : void from class edu.stanford.nlp.pipeline.TokenizerAnnotatorITest | From | To | |
| Move Method public testSpanishTokenizer() : void from class edu.stanford.nlp.pipeline.TokenizerAnnotatorTest to public testSpanishTokenizer() : void from class edu.stanford.nlp.pipeline.TokenizerAnnotatorITest | From | To | |
| Move Attribute | 4 | ||
| Move Attribute private spanishText : String from class edu.stanford.nlp.pipeline.TokenizerAnnotatorTest to private spanishText : String from class edu.stanford.nlp.pipeline.TokenizerAnnotatorITest | From | To | |
| Move Attribute private spanishTokens2 : List<String> from class edu.stanford.nlp.pipeline.TokenizerAnnotatorTest to private spanishTokens2 : List<String> from class edu.stanford.nlp.pipeline.TokenizerAnnotatorITest | From | To | |
| Move Attribute private spanishTokens : List<String> from class edu.stanford.nlp.pipeline.TokenizerAnnotatorTest to private spanishTokens : List<String> from class edu.stanford.nlp.pipeline.TokenizerAnnotatorITest | From | To | |
| Move Attribute private spanishText2 : String from class edu.stanford.nlp.pipeline.TokenizerAnnotatorTest to private spanishText2 : String from class edu.stanford.nlp.pipeline.TokenizerAnnotatorITest | From | To | |
| Extract Method | 1 | ||
| Extract Method private makeGrammaticalStructure(dependencies List<TypedDependency>, rootNode TreeGraphNode) : GrammaticalStructure extracted from public predict(sentence CoreMap) : GrammaticalStructure in class edu.stanford.nlp.parser.nndep.DependencyParser | From | To |