727d730733cdcb8073754e12997bc36cdefda981
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type handlerClass : Class<?> to handlerClass : Class<T> in method private register(type int, handlerClass Class<T>) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory | From | To | |
Change Parameter Type targetClass : Class<?> to targetClass : Class<T> in method public getConstructor(targetClass Class<T>, parameterTypes Class<?>...) : Constructor<T> in class com.puppycrawl.tools.checkstyle.utils.CommonUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type Constructor<?> to Constructor<T> in method public getConstructor(targetClass Class<T>, parameterTypes Class<?>...) : Constructor<T> in class com.puppycrawl.tools.checkstyle.utils.CommonUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ctor : Constructor<?> to ctor : Constructor<T> in method private register(type int, handlerClass Class<T>) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory | From | To |