Toggle navigation
Home
org.sonar.batch.protocol.output.BatchReport.Scm.Changeset to org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset
No. of Instances - 27
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
java.util.ArrayList<org.sonar.batch.protocol.output.BatchReport.Scm.Changeset>
to
java.util.ArrayList<org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset>
com.google.protobuf.RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.Scm.Changeset,org.sonar.batch.protocol.output.BatchReport.Scm.Changeset.Builder,org.sonar.batch.protocol.output.BatchReport.Scm.ChangesetOrBuilder>
to
com.google.protobuf.RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset,org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset.Builder,org.sonar.batch.protocol.output.BatchReport.Changesets.ChangesetOrBuilder>
java.util.ArrayList<org.sonar.batch.protocol.output.BatchReport.Scm.Changeset>
to
java.util.ArrayList<org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset>
Add or Remove Method invocation
input.readMessage(org.sonar.batch.protocol.output.BatchReport.Scm.Changeset.PARSER,extensionRegistry)
to
input.readMessage(org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset.PARSER,extensionRegistry)
Cascading Type Change (Similar)
com.google.protobuf.RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.Scm.Changeset,org.sonar.batch.protocol.output.BatchReport.Scm.Changeset.Builder,org.sonar.batch.protocol.output.BatchReport.Scm.ChangesetOrBuilder>
to
com.google.protobuf.RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset,org.sonar.batch.protocol.output.BatchReport.Changesets.Changeset.Builder,org.sonar.batch.protocol.output.BatchReport.Changesets.ChangesetOrBuilder>