1afc9df85e5fb36fae90d67c0d714bef2db3dc60
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 23
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.mockito:mockito-core:1.10.19 | |
com.google.android:android:4.1.1.4 | |
org.ow2.asm:asm-util:5.0.4 | |
junit:junit:4.12 | |
org.ow2.asm:asm-commons:5.0.4 | |
org.ow2.asm:asm:5.0.4 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public resolveSuperType(type Class<?>) : AnnotationReader renamed to public resolveSuperClass(type Class<?>) : AnnotationReader in class net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Dispatcher.ForModernVm | From | To | |
Rename Method public resolveSuperType(type Class<?>) : AnnotationReader renamed to public resolveSuperClass(type Class<?>) : AnnotationReader in class net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Dispatcher.ForLegacyVm | From | To | |
Rename Method public forType(annotationType TypeDescription) : Builder renamed to public ofType(annotationType TypeDescription) : Builder in class net.bytebuddy.description.annotation.AnnotationDescription.Builder | From | To | |
Rename Method public forType(annotationType Class<? extends Annotation>) : Builder renamed to public ofType(annotationType Class<? extends Annotation>) : Builder in class net.bytebuddy.description.annotation.AnnotationDescription.Builder | From | To | |
Rename Method public make() : AnnotationDescription renamed to public build() : AnnotationDescription in class net.bytebuddy.description.annotation.AnnotationDescription.Builder | From | To | |
Rename Method public resolveSuperType(type Class<?>) : AnnotationReader renamed to public resolveSuperClass(type Class<?>) : AnnotationReader in class net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Dispatcher | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type typeReference : int to typeReference : TypeReference in method protected ForTypeAnnotations(annotationAppender AnnotationAppender, annotationValueFilter AnnotationValueFilter, typeReference TypeReference) in class net.bytebuddy.implementation.attribute.AnnotationAppender.ForTypeAnnotations | From | To | |
Rename Variable | 1 | ||
Rename Variable variableIndex : int to typeVariableIndex : int in method public ofTypeVariable(annotationAppender AnnotationAppender, annotationValueFilter AnnotationValueFilter, variableOnType boolean, subListIndex int, typeVariables List<? extends TypeDescription.Generic>) : AnnotationAppender in class net.bytebuddy.implementation.attribute.AnnotationAppender.ForTypeAnnotations | From | To | |
Rename Class | 1 | ||
Rename Class net.bytebuddy.implementation.attribute.TypeAttributeAppenderForInstrumentedMethodExcludingTest renamed to net.bytebuddy.implementation.attribute.TypeAttributeAppenderForInstrumentedMethodDifferentiatingTest | From | To | |
Extract Method | 1 | ||
Extract Method public ofTypeVariable(annotationAppender AnnotationAppender, annotationValueFilter AnnotationValueFilter, variableOnType boolean, subListIndex int, typeVariables List<? extends TypeDescription.Generic>) : AnnotationAppender extracted from public ofTypeVariable(annotationAppender AnnotationAppender, annotationValueFilter AnnotationValueFilter, variableOnType boolean, typeVariables List<? extends TypeDescription.Generic>) : AnnotationAppender in class net.bytebuddy.implementation.attribute.AnnotationAppender.ForTypeAnnotations | From | To |