ac44823d701c7ae3ea30ea8060c8fe28ca8ee6af
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public shouldCreateUID() : void renamed to public create_effective_key() : void in class org.sonar.core.component.ComponentKeysTest | From | To | |
Rename Method public findEnabled(session DbSession) : List<MetricDto> renamed to public selectEnabled(session DbSession) : List<MetricDto> in class org.sonar.server.measure.persistence.MetricDao | From | To | |
Rename Method public setName(name String) : MetricDto renamed to public setKey(name String) : MetricDto in class org.sonar.core.measure.db.MetricDto | From | To | |
Rename Method protected doGetNullableByKey(session DbSession, key String) : MetricDto renamed to public selectByKey(session DbSession, key String) : MetricDto in class org.sonar.server.measure.persistence.MetricDao | From | To | |
Rename Method public getName() : String renamed to public getDomain() : String in class org.sonar.core.measure.db.MetricDto | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type id : int to id : Integer in method public setId(id Integer) : MetricDto in class org.sonar.core.measure.db.MetricDto | From | To | |
Change Return Type | 4 | ||
Change Return Type List<java.lang.String> to ProtocolStringList in method public getTagList() : ProtocolStringList in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder | From | To | |
Change Return Type List<java.lang.String> to ProtocolStringList in method public getTagList() : ProtocolStringList in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder | From | To | |
Change Return Type int to Integer in method public getId() : Integer in class org.sonar.core.measure.db.MetricDto | From | To | |
Change Return Type List<java.lang.String> to ProtocolStringList in method public getTagList() : ProtocolStringList in class org.sonar.batch.protocol.output.BatchReport.Issue | From | To | |
Extract Variable | 48 | ||
Extract Variable bs : ByteString in method private Component(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.output.BatchReport.Component | From | To | |
Extract Variable bs : ByteString in method private Issue(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.output.BatchReport.Issue | From | To | |
Extract Variable bs : ByteString in method private ServerIssue(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.input.BatchInput.ServerIssue | From | To | |
Extract Variable bs : ByteString in method private Metadata(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.output.BatchReport.Metadata | From | To | |
Extract Variable bs : ByteString in method private Issues(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.output.BatchReport.Issues | From | To | |
Extract Variable bs : ByteString in method private ComponentLink(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.output.BatchReport.ComponentLink | From | To | |
Extract Variable bs : ByteString in method private Line(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.server.source.db.FileSourceDb.Line | From | To | |
Extract Variable bs : ByteString in method private Measure(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.output.BatchReport.Measure | From | To | |
Extract Variable bs : ByteString in method private Event(input CodedInputStream, extensionRegistry ExtensionRegistryLite) from class org.sonar.batch.protocol.output.BatchReport.Event | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type id : int to id : Integer in class org.sonar.core.measure.db.MetricDto | From | To | |
Change Attribute Type optimizedBestValue : Boolean to optimizedBestValue : boolean in class org.sonar.core.measure.db.MetricDto | From | To |