Package | Description |
---|---|
org.eclipse.emfforms.spi.common.validation |
Modifier and Type | Class and Description |
---|---|
static class |
DiagnosticFrequencyMap.Limited
A frequency map of limited size that collects up to and no more than a certain
number of diagnostics, keeping the most severe of them.
|
static class |
DiagnosticFrequencyMap.Unlimited
A frequency map of unlimited size that keeps all diagnostics added to it.
|
Modifier and Type | Method and Description |
---|---|
static DiagnosticFrequencyMap |
DiagnosticFrequencyMap.limitedTo(int size)
Create a frequency map that retains at most the given number of
most severe problems.
|
static DiagnosticFrequencyMap |
DiagnosticFrequencyMap.unlimited()
Create a frequency map of unlimited size that keeps all diagnostics added to it.
|
Copyright © 2019. All rights reserved.