53bdaa85f75b77156f5cb5f455539a2ca1086220
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type key : Class<? extends CoreAnnotation> to key : Class<? extends CoreAnnotation<?>> in method public getValueType(key Class<? extends CoreAnnotation<?>>) : Class<?> in class edu.stanford.nlp.ling.AnnotationLookup | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type valueCache : Map<Class<CoreAnnotation<?>>,Class<?>> to valueCache : Map<Class<? extends CoreAnnotation<?>>,Class<?>> in class edu.stanford.nlp.ling.AnnotationLookup | From | To |