| Package | Description |
|---|---|
| org.sonar.plugins.toxicity.model |
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
Toxicity.getSources()
Returns the list of sources with debts.
|
List<Source> |
Toxicity.getSources(BigDecimal threshold)
The list of sources for which the total debt is greater than the provided
threshold.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Source.compareTo(Source o) |
| Modifier and Type | Method and Description |
|---|---|
void |
Toxicity.setSources(Collection<Source> sources) |
Copyright © 2012 Cezar Coca. All Rights Reserved.