0ee4a7a0684c3e21cafdfac817754c7bdac86180
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable results : int[] to result : int[] in method public findStatusPages() : int[] in class org.apache.catalina.core.StandardContext | From | To | |
Move Attribute | 2 | ||
Move Attribute private statusPages : Map<Integer,ErrorPage> from class org.apache.catalina.core.StandardContext to private statusPages : Map<Integer,ErrorPage> from class org.apache.catalina.util.ErrorPageSupport | From | To | |
Move Attribute private exceptionPages : Map<String,ErrorPage> from class org.apache.catalina.core.StandardContext to private exceptionPages : Map<String,ErrorPage> from class org.apache.catalina.util.ErrorPageSupport | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.catalina.util.ErrorPageSupport from class org.apache.catalina.core.StandardContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute exceptionPages : Map<String,ErrorPage> to errorPageSupport : ErrorPageSupport in class org.apache.catalina.core.StandardContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type exceptionPages : Map<String,ErrorPage> to errorPageSupport : ErrorPageSupport in class org.apache.catalina.core.StandardContext | From | To |