Skip to content

Delete duplicates for Java issues #72

@nbirillo

Description

@nbirillo

Issues NeedBracesCheck and ControlStatementBraces are the same, keep only one of them:

{
  "code": "NeedBracesCheck",
  "text": "'if' construct must use '{}'s.",
  "line": "if (count == 3)",
  "line_number": 11,
  "column_number": 17,
  "category": "CODE_STYLE",
  "influence_on_penalty": 0
},
{
  "code": "ControlStatementBraces",
  "text": "This statement should have braces",
  "line": "break;",
  "line_number": 12,
  "column_number": 1,
  "category": "CODE_STYLE",
  "influence_on_penalty": 0
},

Metadata

Metadata

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions