0e8894c7370dbb5ead311c78e74dc32146bbb842
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable resourceInputStream : InputStream to is : InputStream in method protected copy(is InputStream, writer PrintWriter, encoding String) : void in class org.apache.catalina.servlets.DefaultServlet | From | To | |
Inline Variable | 1 | ||
Inline Variable resourceInputStream : InputStream in method protected copy(resource WebResource, is InputStream, writer PrintWriter, encoding String) : void from class org.apache.catalina.servlets.DefaultServlet | From | To | |
Extract Method | 2 | ||
Extract Method protected copy(is InputStream, ostream ServletOutputStream) : void extracted from protected copy(resource WebResource, is InputStream, ostream ServletOutputStream) : void in class org.apache.catalina.servlets.DefaultServlet | From | To | |
Extract Method protected copy(is InputStream, writer PrintWriter, encoding String) : void extracted from protected copy(resource WebResource, is InputStream, writer PrintWriter, encoding String) : void in class org.apache.catalina.servlets.DefaultServlet | From | To |