| Package | Description |
|---|---|
| org.sonar.duplications.detector | |
| org.sonar.duplications.index |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ClonePart> |
ContainsInComparator.CLONEPART_COMPARATOR
Defines order by resourceId and by unitStart.
|
static Comparator<ClonePart> |
ContainsInComparator.RESOURCE_ID_COMPARATOR
Defines order by resourceId.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContainsInComparator.compare(ClonePart part1,
ClonePart part2)
Compares two parts on inclusion.
|
| Modifier and Type | Method and Description |
|---|---|
ClonePart |
CloneGroup.getOriginPart() |
| Modifier and Type | Method and Description |
|---|---|
List<ClonePart> |
CloneGroup.getCloneParts() |
| Modifier and Type | Method and Description |
|---|---|
CloneGroup.Builder |
CloneGroup.Builder.setOrigin(ClonePart origin) |
| Modifier and Type | Method and Description |
|---|---|
CloneGroup.Builder |
CloneGroup.Builder.setParts(List<ClonePart> parts) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.