349b6fdb12230bf5b882367477bdac238c93a4ec
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private verifyHtml(path String, expectedContent String) : void renamed to public return_web_page_content() : void in class org.sonar.server.platform.web.WebPagesFilterTest | From | To | |
Move Method | 1 | ||
Move Method private loadHtmlFile(context ServletContext, path String) : String from class org.sonar.server.platform.web.WebPagesFilter to private loadHtmlFile(path String, serverStatus String, instance String) : String from class org.sonar.server.platform.web.WebPagesCache | From | To | |
Move Attribute | 2 | ||
Move Attribute private HTML_PATHS : Set<String> from class org.sonar.server.platform.web.WebPagesFilter to private HTML_PATHS : Set<String> from class org.sonar.server.platform.web.WebPagesCache | From | To | |
Move Attribute private WEB_CONTEXT_PLACEHOLDER : String from class org.sonar.server.platform.web.WebPagesFilter to private WEB_CONTEXT_PLACEHOLDER : String from class org.sonar.server.platform.web.WebPagesCache | From | To | |
Extract Class | 1 | ||
Extract Class org.sonar.server.platform.web.WebPagesCache from class org.sonar.server.platform.web.WebPagesFilter | From | To |