Class CodeClimateIssue

java.lang.Object
net.sourceforge.pmd.renderers.CodeClimateIssue

@Deprecated public class CodeClimateIssue extends Object
Deprecated.
Since 7.22.0. This class is an implementation detail of CodeClimateRenderer. It will be internalized in a future release.
Structure for the Code Climate Issue spec (https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#issues)
  • Field Details

    • type

      public String type
      Deprecated.
    • check_name

      @Deprecated @SerializedName("check_name") public String check_name
      Deprecated.
      Since 7.22.0.
    • description

      public String description
      Deprecated.
    • content

      public CodeClimateIssue.Content content
      Deprecated.
    • categories

      public String[] categories
      Deprecated.
    • location

      public CodeClimateIssue.Location location
      Deprecated.
    • severity

      public String severity
      Deprecated.
    • remediation_points

      @Deprecated @SerializedName("remediation_points") public int remediation_points
      Deprecated.
      Since 7.22.0.
  • Constructor Details

    • CodeClimateIssue

      public CodeClimateIssue()
      Deprecated.