872ea1cf8fce25fc8ad7390eb8779ad878f2f1d4
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type typeClass : Class<? extends BodyDeclaration<?>> to typeClass : Class<T> in method public getMemberByTypeAndPosition(typeDeclaration TypeDeclaration<?>, position int, typeClass Class<T>) : T in class com.github.javaparser.bdd.steps.SharedSteps | From | To | |
Change Return Type | 1 | ||
Change Return Type BodyDeclaration<?> to T in method public getMemberByTypeAndPosition(typeDeclaration TypeDeclaration<?>, position int, typeClass Class<T>) : T in class com.github.javaparser.bdd.steps.SharedSteps | From | To |