Skip to content

Commit

Permalink
Fixed naming of tool: SonarQube
Browse files Browse the repository at this point in the history
See #67
  • Loading branch information
uhafner committed Jul 10, 2018
1 parent 08c65dc commit 530b4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
Expand Up @@ -127,6 +127,7 @@ public IssueBuilder setReference(@CheckForNull final String reference) {
return this;
}

// FIXME: Severity?
public IssueBuilder setPriority(@CheckForNull final Priority priority) {
this.priority = priority;
return this;
Expand Down
Expand Up @@ -20,6 +20,8 @@
*
* @author Carles Capdevila
*/
// FIXME: See https://issues.jenkins-ci.org/browse/JENKINS-52462
// FIXME: See https://issues.jenkins-ci.org/browse/JENKINS-52463
public abstract class SonarQubeParser extends AbstractParser {
private static final long serialVersionUID = 1958805067002376816L;

Expand Down

0 comments on commit 530b4be

Please sign in to comment.