Class CPDTokensImporter
java.lang.Object
org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter<T>
org.sonarsource.dotnet.shared.plugins.protobuf.ProtobufImporter<SonarAnalyzer.CopyPasteTokenInfo>
org.sonarsource.dotnet.shared.plugins.protobuf.CPDTokensImporter
This class is responsible for reading/importing the CPD tokens that were generated by the C#/VB.NET analyzer.
-
Constructor Summary
ConstructorsConstructorDescriptionCPDTokensImporter(org.sonar.api.batch.sensor.SensorContext context, UnaryOperator<String> toRealPath) -
Method Summary
Methods inherited from class org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter
accept, save
-
Constructor Details
-
CPDTokensImporter
public CPDTokensImporter(org.sonar.api.batch.sensor.SensorContext context, UnaryOperator<String> toRealPath)
-