cffa304e688ed72619b3a88f1e4fcb1cd14f04d4
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getWorkerCount_returns_1_when_worker_property_is_not_defined() : void renamed to public getWorkerCount_returns_1_when_there_is_no_WorkerCountProvider() : void in class org.sonar.ce.configuration.CeConfigurationImplTest | From | To | |
| Rename Method public constructor_throws_MessageException_when_worker_property_is_less_than_0() : void renamed to public constructor_throws_MessageException_when_WorkerCountProvider_returns_less_than_0() : void in class org.sonar.ce.configuration.CeConfigurationImplTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type workerCountAsStr : String to value : int in method private parsingError(value int) : MessageException in class org.sonar.ce.configuration.CeConfigurationImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute settings : InternalProperties to workerCountProvider : SimpleWorkerCountProvider in class org.sonar.ce.configuration.CeConfigurationImplTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type settings : InternalProperties to workerCountProvider : SimpleWorkerCountProvider in class org.sonar.ce.configuration.CeConfigurationImplTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter workerCountAsStr : String to value : int in method private parsingError(value int) : MessageException in class org.sonar.ce.configuration.CeConfigurationImpl | From | To |