841d8e4e5511abda3db361fa47eb9962089cabc7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private isCompressable() : boolean renamed to private isCompressible() : boolean in class org.apache.coyote.http11.Http11Processor | From | To | |
| Rename Variable | 2 | ||
| Rename Variable isCompressable : boolean to isCompressible : boolean in method protected prepareResponse() : void in class org.apache.coyote.http11.Http11Processor | From | To | |
| Rename Variable compressableMimeTypes : String[] to compressibleMimeTypes : String[] in method private isCompressible() : boolean in class org.apache.coyote.http11.Http11Processor | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute compressableMimeTypes : String[] to compressibleMimeTypes : String[] in class org.apache.coyote.http11.AbstractHttp11Protocol | From | To | |
| Rename Attribute compressableMimeType : String to compressibleMimeType : String in class org.apache.coyote.http11.AbstractHttp11Protocol | From | To | |
| Extract Method | 3 | ||
| Extract Method public getCompressibleMimeType() : String extracted from public getCompressableMimeType() : String in class org.apache.coyote.http11.AbstractHttp11Protocol | From | To | |
| Extract Method public setCompressibleMimeType(valueS String) : void extracted from public setCompressableMimeType(valueS String) : void in class org.apache.coyote.http11.AbstractHttp11Protocol | From | To | |
| Extract Method public getCompressibleMimeTypes() : String[] extracted from public getCompressableMimeTypes() : String[] in class org.apache.coyote.http11.AbstractHttp11Protocol | From | To |