public abstract class DiffIssueKey extends DiffIssue
| Modifier and Type | Field and Description |
|---|---|
protected DiffKey |
key
The position of this issue.
|
| Constructor and Description |
|---|
DiffIssueKey(DiffPosition position)
Constructor without key
|
DiffIssueKey(DiffPosition position,
DiffKey key)
Constructor with key
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey() |
java.lang.String |
toString() |
compareTo, getPositionprotected DiffKey key
public DiffIssueKey(DiffPosition position)
public DiffIssueKey(DiffPosition position, DiffKey key)
Copyright © 2007–2020. All rights reserved.