04395d51f29cecbf4d58f8e2e23d7fcbbb1c6d0d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 2 | ||
Parameterize Variable expectedParam : Type to type : Type in method private matchTypeVariable(typeVariable TypeVariable, type Type, matchedParameters Map<String,Type>) : boolean in class com.github.javaparser.symbolsolver.resolution.MethodResolutionLogic | From | To | |
Parameterize Variable actualParam : Type to type : Type in method private matchTypeVariable(typeVariable TypeVariable, type Type, matchedParameters Map<String,Type>) : boolean in class com.github.javaparser.symbolsolver.resolution.MethodResolutionLogic | From | To | |
Extract Method | 2 | ||
Extract Method private matchTypeVariable(typeVariable TypeVariable, type Type, matchedParameters Map<String,Type>) : boolean extracted from private isAssignableMatchTypeParametersMatchingQName(expected ReferenceType, actual ReferenceType, matchedParameters Map<String,Type>) : boolean in class com.github.javaparser.symbolsolver.resolution.MethodResolutionLogic | From | To |