3ff6ba35a1942d9fe66933eca4aa8cef16d75ca4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type allowsEnd : boolean to allowsEnd : AllowsEnd in method private DomainParseState(mayContinue boolean, allowsHyphen boolean, allowsPeriod boolean, allowsColon AllowsEnd, allowsEnd AllowsEnd, errorLocation String) in class org.apache.tomcat.util.http.parser.HttpParser.DomainParseState | From | To | |
Change Parameter Type allowsColon : boolean to allowsColon : AllowsEnd in method private DomainParseState(mayContinue boolean, allowsHyphen boolean, allowsPeriod boolean, allowsColon AllowsEnd, allowsEnd AllowsEnd, errorLocation String) in class org.apache.tomcat.util.http.parser.HttpParser.DomainParseState | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type allowsColon : boolean to allowsColon : AllowsEnd in class org.apache.tomcat.util.http.parser.HttpParser.DomainParseState | From | To | |
Change Attribute Type allowsEnd : boolean to allowsEnd : AllowsEnd in class org.apache.tomcat.util.http.parser.HttpParser.DomainParseState | From | To |