cb28d39ea7d1e99aa5308b6383289197e7b53069
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testNonTokenDirective() : void renamed to public testNonTokenDirective1() : void in class org.apache.tomcat.util.http.parser.TestAuthorizationDigest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type type : Integer to type : FieldType in method public parseAuthorizationDigest(input StringReader) : Map<String,String> in class org.apache.tomcat.util.http.parser.Authorization | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fieldTypes : Map<String,Integer> to fieldTypes : Map<String,FieldType> in class org.apache.tomcat.util.http.parser.Authorization | From | To |