d26ed64766e590af902588177b0d89456016d121
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 2 | ||
| Rename Attribute IS_QUERY : boolean[] to IS_QUERY_RELAXED : boolean[] in class org.apache.tomcat.util.http.parser.HttpParser | From | To | |
| Rename Attribute IS_ABSOLUTEPATH : boolean[] to IS_ABSOLUTEPATH_RELAXED : boolean[] in class org.apache.tomcat.util.http.parser.HttpParser | From | To | |
| Extract Method | 3 | ||
| Extract Method public isAbsolutePathRelaxed(c int) : boolean extracted from public isAbsolutePath(c int) : boolean in class org.apache.tomcat.util.http.parser.HttpParser | From | To | |
| Extract Method public isQueryRelaxed(c int) : boolean extracted from public isQuery(c int) : boolean in class org.apache.tomcat.util.http.parser.HttpParser | From | To | |
| Extract Method public isNotRequestTargetRelaxed(c int) : boolean extracted from public isNotRequestTarget(c int) : boolean in class org.apache.tomcat.util.http.parser.HttpParser | From | To |