]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19050 removed the characteristic() added by automatic git conflict resolving
authorLukasz Jarocki <lukasz.jarocki@sonarsource.com>
Mon, 24 Apr 2023 12:13:11 +0000 (14:13 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 24 Apr 2023 20:04:24 +0000 (20:04 +0000)
sonar-core/src/main/java/org/sonar/core/issue/DefaultIssue.java

index 8f1654751c02f0282c2d65c3a5092de9e5676d6d..772be5f4af3047562e6310620025488443c84254 100644 (file)
@@ -146,12 +146,6 @@ public class DefaultIssue implements Issue, Trackable, org.sonar.api.ce.measure.
     return type;
   }
 
-  @CheckForNull
-  @Override
-  public CodeCharacteristic characteristic() {
-    throw new IllegalStateException("Not implemented yet");
-  }
-
   public DefaultIssue setType(RuleType type) {
     this.type = type;
     return this;