15ec53105ce82aa3d85ad322b0a2cca16cfe7d0b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public not_allowed_to_call_onFile_and_onProject() : void renamed to public not_allowed_to_call_on_twice() : void in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasureTest | From | To | |
| Rename Method public inputFile() : InputFile renamed to public inputComponent() : InputComponent in class org.sonar.api.batch.sensor.measure.Measure | From | To | |
| Rename Method public inputFile() : InputFile renamed to public inputComponent() : InputComponent in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure | From | To | |
| Rename Variable | 1 | ||
| Rename Variable inputFile : InputFile to inputComponent : InputComponent in method public store(newMeasure Measure) : void in class org.sonar.batch.sensor.DefaultSensorStorage | From | To | |
| Change Return Type | 4 | ||
| Change Return Type NewIssueLocation to DefaultIssueLocation in method public at(location TextRange) : DefaultIssueLocation in class org.sonar.api.batch.sensor.issue.internal.DefaultIssueLocation | From | To | |
| Change Return Type NewIssueLocation to DefaultIssueLocation in method public message(message String) : DefaultIssueLocation in class org.sonar.api.batch.sensor.issue.internal.DefaultIssueLocation | From | To | |
| Change Return Type InputFile to InputComponent in method public inputComponent() : InputComponent in class org.sonar.api.batch.sensor.measure.Measure | From | To | |
| Change Return Type InputFile to InputComponent in method public inputComponent() : InputComponent in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute file : InputFile to component : InputComponent in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type inputFile : InputFile to inputComponent : InputComponent in method public store(newMeasure Measure) : void in class org.sonar.batch.sensor.DefaultSensorStorage | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type measuresByComponentAndMetric : Map<String,Map<String,Measure>> to measuresByComponentAndMetric : Table<String,String,Measure> in class org.sonar.api.batch.sensor.internal.SensorContextTester.InMemorySensorStorage | From | To | |
| Change Attribute Type file : InputFile to component : InputComponent in class org.sonar.api.batch.sensor.measure.internal.DefaultMeasure | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter componetKey : String to componentKey : String in method public measures(componentKey String) : Collection<Measure> in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To |