8a2d979106a51864b8978d367ef2ad5f8b2d862a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 13 | ||
| Rename Method public testArrayIsExtendableThrowsException() : void renamed to public testArrayTypeIsExtendableThrowsException() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testPrimitiveIsExtendableThrowsException() : void renamed to public testPrimitiveTypeIsExtendableThrowsException() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testIsThrowableForThrowables() : void renamed to public testCollectionIsImplementable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testJoinListAndListUnique() : void renamed to public testUniqueRaw() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testNonVoidCollectionThrowsException() : void renamed to public testIsActualTypeOrVoidForRawType() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testNonVoidCollection() : void renamed to public testIsThrowableCollection() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testNonVoid() : void renamed to public testIsThrowableForExceptionVariable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testIsInterface() : void renamed to public testIsImplementable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public nonVoid(typeDescription T) : T renamed to public isActualType(typeDescription T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
| Rename Method public testNonVoidThrowsException() : void renamed to public testParameterizedTypeIsExtendable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testIsInterfaceArray() : void renamed to public testIsThrowable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testInterfaceIsExtendable() : void renamed to public testIsDefineable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Method public testClassIsExtendable() : void renamed to public testIsExtendable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Variable | 4 | ||
| Rename Variable types : Set<Object> to found : Set<Object> in method public unique(elements T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
| Rename Variable item : Object to element : Object in method public unique(elements T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
| Rename Variable typeDescription : TypeDescription to genericTypeDescription : GenericTypeDescription in method public testParameterizedTypeIsExtendable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Variable typeDescription : TypeDescription to genericTypeDescription : GenericTypeDescription in method public testIsThrowableForExceptionVariable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Extract Variable | 2 | ||
| Extract Variable typeDescriptions : Collection<TypeDescription> in method public testUniqueRaw() : void from class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Extract Variable typeDescription : TypeDescription in method public testIsThrowableCollection() : void from class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type typeDescription : TypeDescription to typeDescription : GenericTypeDescription in method public testIsActualTypeOrVoidForRawType() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Change Variable Type typeDescription : TypeDescription to genericTypeDescription : GenericTypeDescription in method public testParameterizedTypeIsExtendable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Change Variable Type typeDescription : TypeDescription to genericTypeDescription : GenericTypeDescription in method public testIsThrowableForExceptionVariable() : void in class net.bytebuddy.utility.ByteBuddyCommonsTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter items : T to elements : T in method public unique(elements T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
| Rename Parameter typeDescriptions : T to typeDescription : T in method public isAnnotation(typeDescription T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To |