e4046afdfda1bf433107c1e0c3f0415f66cb6943
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type selector : Function<Sentence,List<String>> to selector : Optional<Function<Sentence,List<String>>> in method public dependencyPathBetween(start int, end int, selector Optional<Function<Sentence,List<String>>>) : List<String> in class edu.stanford.nlp.simple.SentenceAlgorithms | From | To | |
Rename Variable | 1 | ||
Rename Variable prefix : String to prefixes : String[] in method public getSignature(name String, properties Properties) : String in class edu.stanford.nlp.util.PropertiesUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type prefix : String to prefixes : String[] in method public getSignature(name String, properties Properties) : String in class edu.stanford.nlp.util.PropertiesUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type implOrNull : E to implOrNull : SoftReference<E> in class edu.stanford.nlp.util.Lazy | From | To |