From 712c66d95af8076fe3b4efd7392a61672dc7b656 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 15 Mar 2016 16:41:22 +0100 Subject: SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gap --- sonar-batch-protocol/src/main/protobuf/batch_report.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-batch-protocol') diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto index 2913e856fb2..2abebf20e00 100644 --- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto +++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto @@ -100,7 +100,7 @@ message Issue { optional int32 line = 3; optional string msg = 4; optional Severity severity = 5; - optional double effort_to_fix = 6; + optional double gap = 6; // Only when issue component is a file. Can also be empty for a file if this is an issue global to the file. optional TextRange text_range = 7; repeated Flow flow = 8; -- cgit v1.2.3