0a3c2affefd4a02cfb80219512d4e77a58edacb3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.jboss.spec.javax.servlet:jboss-servlet-api_4.0_spec 1.0.0.Alpha2 To 1.0.0.Alpha3 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getTrailers() : Map<String,String> renamed to public getTrailerFields() : Map<String,String> in class io.undertow.servlet.spec.HttpServletRequestImpl | From | To | |
Rename Method public getServletMapping() : ServletMapping renamed to public getHttpServletMapping() : HttpServletMapping in class io.undertow.servlet.spec.HttpServletRequestImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type ServletMapping to HttpServletMapping in method public getHttpServletMapping() : HttpServletMapping in class io.undertow.servlet.spec.HttpServletRequestImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type mapping : ServletMapping to mapping : HttpServletMapping in method protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class io.undertow.servlet.test.path.GetMappingServlet | From | To |