ea467d04b90d716d2960cc155c71533e05da1bfc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public createDatabaseForPreview(projectId Long) : byte[] renamed to public pathToPreviewDbFile(projectId Long) : String in class org.sonar.server.ui.JRubyFacade | From | To | |
| Rename Method public getDatabaseForPreview(projectId Long) : byte[] renamed to public getPathToDatabaseFile(projectId Long) : String in class org.sonar.core.preview.PreviewCache | From | To | |
| Rename Variable | 4 | ||
| Rename Variable dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_global_invalidation() : void in class org.sonar.core.preview.PreviewCacheTest | From | To | |
| Rename Variable dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_on_existing_project() : void in class org.sonar.core.preview.PreviewCacheTest | From | To | |
| Rename Variable dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_on_new_project() : void in class org.sonar.core.preview.PreviewCacheTest | From | To | |
| Rename Variable dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_project_invalidation() : void in class org.sonar.core.preview.PreviewCacheTest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type byte[] to String in method public pathToPreviewDbFile(projectId Long) : String in class org.sonar.server.ui.JRubyFacade | From | To | |
| Change Return Type byte[] to String in method public getPathToDatabaseFile(projectId Long) : String in class org.sonar.core.preview.PreviewCache | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_global_invalidation() : void in class org.sonar.core.preview.PreviewCacheTest | From | To | |
| Change Variable Type dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_on_existing_project() : void in class org.sonar.core.preview.PreviewCacheTest | From | To | |
| Change Variable Type dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_project_invalidation() : void in class org.sonar.core.preview.PreviewCacheTest | From | To | |
| Change Variable Type dbContent : byte[] to path : String in method public test_getDatabaseForDryRun_on_new_project() : void in class org.sonar.core.preview.PreviewCacheTest | From | To |