|
Change Parameter Type typeVarMap : Map<String,Type> to typeVarMap : Map<TypeVariable<?>,Type> in method private recurseSuperclassForInterface(searchedForInterface Class<?>, typeVarMap Map<TypeVariable<?>,Type>, genericSub Type, sub Class<?>) : Type[] in class org.jboss.resteasy.util.Types |
From |
To |
|
Change Parameter Type typeVarMap : Map<String,Type> to typeVarMap : Map<TypeVariable<?>,Type> in method private extractTypes(typeVarMap Map<TypeVariable<?>,Type>, genericSub Type) : Type[] in class org.jboss.resteasy.util.Types |
From |
To |
|
Change Parameter Type typeVarMap : Map<String,Type> to typeVarMap : Map<TypeVariable<?>,Type> in method private extractTypeVariables(typeVarMap Map<TypeVariable<?>,Type>, types Type[]) : Type[] in class org.jboss.resteasy.util.Types |
From |
To |
|
Rename Variable m : Method to overriddenInterfaceMethod : Method in method public findAnnotatedMethod(root Class<?>, implementation Method) : Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder |
From |
To |
|
Rename Variable iface : Class<?> to classInterface : Class<?> in method public findAnnotatedMethod(root Class<?>, implementation Method) : Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder |
From |
To |
|
Rename Variable types : Type[] to resolvedMethodParameterTypes : Type[] in method private extractTypeVariables(typeVarMap Map<TypeVariable<?>,Type>, types Type[]) : Type[] in class org.jboss.resteasy.util.Types |
From |
To |
|
Rename Variable j : int to i : int in method private extractTypeVariables(typeVarMap Map<TypeVariable<?>,Type>, types Type[]) : Type[] in class org.jboss.resteasy.util.Types |
From |
To |
|
Rename Variable method : Method to overriddenMethod : Method in method public findAnnotatedMethod(root Class<?>, implementation Method) : Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder |
From |
To |
|
Change Variable Type typeVarMap : Map<String,Type> to typeVarMap : Map<TypeVariable<?>,Type> in method private populateParameterizedMap(root Class<?>, rootType ParameterizedType) : Map<TypeVariable<?>,Type> in class org.jboss.resteasy.util.Types |
From |
To |
|
Change Variable Type typeVarMap : Map<String,Type> to typeVarMap : Map<TypeVariable<?>,Type> in method public findInterfaceParameterizedTypes(root Class<?>, rootType ParameterizedType, searchedForInterface Class<?>) : Type[] in class org.jboss.resteasy.util.Types |
From |
To |
|
Change Variable Type typeVarMap : Map<String,Type> to typeVarMap : Map<TypeVariable<?>,Type> in method public findClassParameterizedTypes(root Class<?>, rootType ParameterizedType, searchedForClass Class<?>) : Type[] in class org.jboss.resteasy.util.Types |
From |
To |