public abstract class DiffIssue extends java.lang.Object implements java.lang.Comparable<DiffIssue>
| Modifier and Type | Field and Description |
|---|---|
protected DiffPosition |
position
The position of this issue.
|
| Constructor and Description |
|---|
DiffIssue(DiffPosition position)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DiffIssue o) |
DiffPosition |
getPosition()
The position of this issue within the test file
|
protected DiffPosition position
public DiffIssue(DiffPosition position)
public int compareTo(DiffIssue o)
compareTo in interface java.lang.Comparable<DiffIssue>public DiffPosition getPosition()
Copyright © 2007–2020. All rights reserved.