Package | Description |
---|---|
rortveiten.misra |
Modifier and Type | Method and Description |
---|---|
static WarningParser.MisraVersion |
WarningParser.MisraVersion.fromString(String versionString) |
WarningParser.MisraVersion |
WarningParser.getMisraVersion() |
static WarningParser.MisraVersion |
WarningParser.MisraVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarningParser.MisraVersion[] |
WarningParser.MisraVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<WarningParser.MisraVersion> |
WarningParser.supportedMisraVersions()
Returns the set of all MISRA-guideline versions supported by this warning
parser.
|
Set<WarningParser.MisraVersion> |
PcLintWarningParser.supportedMisraVersions() |
Set<WarningParser.MisraVersion> |
CppcheckWarningParser.supportedMisraVersions() |
Modifier and Type | Method and Description |
---|---|
protected static String |
WarningParser.getMisraLintFileContent(WarningParser.MisraVersion misraVersion)
These files are provided by Gimpel software as settings for PC-lint.
|
void |
WarningParser.initialize(WarningParser.MisraVersion misraVersion)
Initializes/resets this warning parser and sets the MISRA version.
|
protected void |
WarningParser.setMisraVersion(WarningParser.MisraVersion misraVersion)
Resets this parser and sets a specific MISRA version.
|
void |
PcLintWarningParser.setMisraVersion(WarningParser.MisraVersion misraVersion) |
Copyright © 2016–2019. All rights reserved.