9ebebec4de565d224209308089aadb0fdaa2576d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private generatePropFindResponse(generatedXML XMLWriter, rewrittenUrl String, path String, propFindType int, propertiesVector Vector<String>, isFile boolean, isLockNull boolean, created long, lastModified long, contentLength long, contentType String, eTag String) : void extracted from private parseLockNullProperties(req HttpServletRequest, generatedXML XMLWriter, path String, type int, propertiesVector Vector<String>) : void in class org.apache.catalina.servlets.WebdavServlet | From | To | |
Extract Method private generatePropFindResponse(generatedXML XMLWriter, rewrittenUrl String, path String, propFindType int, propertiesVector Vector<String>, isFile boolean, isLockNull boolean, created long, lastModified long, contentLength long, contentType String, eTag String) : void extracted from private parseProperties(req HttpServletRequest, generatedXML XMLWriter, path String, type int, propertiesVector Vector<String>) : void in class org.apache.catalina.servlets.WebdavServlet | From | To | |
Rename Parameter | 2 | ||
Rename Parameter type : int to propFindType : int in method private generatePropFindResponse(generatedXML XMLWriter, rewrittenUrl String, path String, propFindType int, propertiesVector Vector<String>, isFile boolean, isLockNull boolean, created long, lastModified long, contentLength long, contentType String, eTag String) : void in class org.apache.catalina.servlets.WebdavServlet | From | To |