18110c2f60293984d4a1d1d456df92483d337c5d
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method private doDecoration(target T, type Class, annotations Annotation[], mediaType MediaType, annotation Annotation, decorator Decorator) : T extracted from public decorate(targetClass Class<T>, target T, type Class, annotations Annotation[], mediaType MediaType) : T in class org.jboss.resteasy.core.interception.jaxrs.DecoratorMatcher | From | To | |
Extract Method private putMeta(targetClass Class<T>, meta HashMap<Class<?>,Annotation>, annotation Annotation, decorator Decorator) : void extracted from private registerDecorators(targetClass Class<T>, meta HashMap<Class<?>,Annotation>, annotations Annotation[]) : void in class org.jboss.resteasy.core.interception.jaxrs.DecoratorMatcher | From | To | |
Extract Method private injectDecorator(typeMap MediaTypeMap<Class<?>>, decoratorAnnotation Class<?>, decorator Decorator) : void extracted from public decorate(targetClass Class<T>, target T, type Class, annotations Annotation[], mediaType MediaType) : T in class org.jboss.resteasy.core.interception.jaxrs.DecoratorMatcher | From | To |