Skip to content

Commit

Permalink
Recover previous behaviour begin and end columns 0
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed Feb 27, 2023
1 parent 25dc9ea commit ea9dc81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/gdssecurity/pmd/SecurityRuleViolation.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ public SecurityRuleViolation(Rule rule, RuleContext ctx, Node node, String speci
this.fileName = this.javaFileName;
this.beginLine = this.javaBeginLine;
this.endLine = this.javaEndLine;
this.beginColumn = node.getBeginColumn();
this.endColumn = node.getEndColumn();
}

if ("".equals(specificMsg)) {
Expand Down

0 comments on commit ea9dc81

Please sign in to comment.