e7c4a306ac47843029d183d8e3f5ca7730184cf2
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private initExistingDir(props Props, propKey String, defaultRelativePath String) : void from class org.sonar.application.PropsBuilder to private ensureIsNotAFile(propKey String, dir File) : void from class org.sonar.application.AppFileSystem | From | To | |
Move And Rename Method private configureDir(props Props, propKey String, defaultRelativePath String) : File from class org.sonar.application.PropsBuilder to private ensurePropertyIsAbsolutePath(props Props, propKey String, defaultRelativePath String) : File from class org.sonar.application.AppFileSystem | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tempDir : File to fileSystem : FileSystem in method public create(fileSystem FileSystem, watchForHardStop boolean) : Monitor in class org.sonar.process.monitor.Monitor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute monitor : Monitor to underTest : Monitor in class org.sonar.process.monitor.MonitorTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tempDir : File to fileSystem : FileSystem in method public create(fileSystem FileSystem, watchForHardStop boolean) : Monitor in class org.sonar.process.monitor.Monitor | From | To |