|
Rename Method public findAnnotatedMethodsForAnnotationUsedInClassOnly() : void renamed to package findAnnotatedMethodsForAnnotationOnMethodsInClassUsingHierarchyDownMode() : void in class org.junit.gen5.commons.util.AnnotationUtilsTests |
From |
To |
|
Rename Method package findMethodsWithShadowingHierarchyDown() : void renamed to package findMethodsWithShadowingUsingHierarchyDownMode() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |
|
Rename Method public findAnnotatedMethodsForAnnotationUsedInClassAndSuperClassHierarchyUp() : void renamed to package findAnnotatedMethodsForAnnotationOnMethodsInClassHierarchyUsingHierarchyUpMode() : void in class org.junit.gen5.commons.util.AnnotationUtilsTests |
From |
To |
|
Rename Method package notNullPassesForNotNullObject() : void renamed to package notNullPassesForNonNullObject() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Method public isAnnotatedWhenClassWithoutAnnotation() : void renamed to package isAnnotatedForClassWithoutAnnotation() : void in class org.junit.gen5.commons.util.AnnotationUtilsTests |
From |
To |
|
Rename Method package notBlankPassesForNotBlankString() : void renamed to package notBlankPassesForNonBlankString() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Method package getAllAssignmentCompatibleClassesPreconditions() : void renamed to package getAllAssignmentCompatibleClassesWithNullClass() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |
|
Rename Method package findMethodsHierarchyDown() : void renamed to package findMethodsUsingHierarchyDownMode() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |
|
Rename Method package findMethodsHierarchyUp() : void renamed to package findMethodsUsingHierarchyUpMode() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |
|
Rename Method package notNullPassesForObjectArrayWithoutNulls() : void renamed to package notNullPassesForObjectArrayContainingObjects() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Method public findAnnotatedMethodsForUnusedAnnotation() : void renamed to package findAnnotatedMethodsForAnnotationThatIsNotPresent() : void in class org.junit.gen5.commons.util.AnnotationUtilsTests |
From |
To |
|
Rename Method package notNullThrowsForObjectArrayWithNulls() : void renamed to package notNullThrowsForObjectArrayContainingNulls() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Method package findMethodsWithShadowingHierarchyUp() : void renamed to package findMethodsWithShadowingUsingHierarchyUpMode() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |
|
Rename Method package isStaticForStaticClass() : void renamed to package isStatic() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |
|
Rename Method package notEmptyPassesForNotEmptyCollection() : void renamed to package notEmptyPassesForNonEmptyCollection() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Variable firstClass : ThirdClass.SecondClass.FirstClass to thirdClass : FirstClass.SecondClass.ThirdClass in method package getOuterInstance() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |
|
Rename Variable notEmptyCollection : Collection<String> to nonEmptyCollection : Collection<String> in method package notEmptyPassesForNonEmptyCollection() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Variable notNullObjects : Object to nonNullObjects : Object in method package notNullPassesForObjectArrayContainingObjects() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Variable notNullObject : Object to nonNullObject : Object in method package notNullPassesForNonNullObject() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Variable notNullObjects : Object to nonNullObjects : Object in method package notNullPassesForEmptyObjectArray() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Variable notBlankString : String to nonBlankString : String in method package notBlankPassesForNonBlankString() : void in class org.junit.gen5.commons.util.PreconditionsTests |
From |
To |
|
Rename Variable thirdClass : ThirdClass to firstClass : FirstClass in method package getOuterInstance() : void in class org.junit.gen5.commons.util.ReflectionUtilsTests |
From |
To |