Interface IAPIMessageConstants
public interface IAPIMessageConstants
A list of message constants used by the Code Coverage API.
Note: Code Coverage engines may provide additional messages of their own, which are not included here.
Note: Code Coverage engines may provide additional messages of their own, which are not included here.
- Since:
- 3.1
- Do not implement:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDuplicate test ID {0}, test results ignoredstatic final StringMissing test ID, generated test ID is {0}static final StringResults must be captured using LINE level coverage, results are ignoredstatic final StringStreams not available for result filesstatic final StringProcessing LINE attribute and encountered a problem at index {0}static final StringMissing coverage level attribute, defaulting to LINEstatic final StringMissing elapsed time, defaulting to 0static final StringMissing engine key, defaulting to *unknown*static final StringResults have the wrong code coverage level {0}, results ignoredstatic final StringTest result {0} is missing the start time tag, defaulting to the result file creation timestatic final StringContent of file {0} does not match what has already been retrieved.static final StringUnable to generate signature for file {0}.static final StringErrors occurred during import.static final StringNo results found in {0}static final StringUsing existing destination file {0}static final StringCreating destination file {0}static final StringFailed to create file {0} because of error {1}static final StringTarget file or directory {0} does not exist.static final StringUnexpected error parsing line: {0}static final StringUnexpected error trying to determine line information: {0}static final StringUnable to create temp file: {0}static final StringLine number not found: {0}static final StringSource file not found: {0}static final StringDuplicate test ID {0} from {1} was mergedstatic final StringMerge of results failed because of code coverage level mismatchstatic final StringThe imported source or listing file {0} from test ID {1} does not match the existing copy, the test result is ignored.static final StringThe imported source or listing file {0} already existsstatic final StringInvalid CC result directory {0}, results are not importedstatic final StringItem's parent was already set to id {0}, now replaced with {1}static final StringItem's parent {0} is removedstatic final StringModule {0} already existsstatic final StringData file that contains module/part information is not available, module/part information will not be importedstatic final StringProblem retrieving source/listing from zip file, error text : {1}static final String{0}: Test {1} is filtered from the code coverage result.static final String{0}: File {1} is filtered from the code coverage result.static final String{0}:Unsupported filter: {1}static final String{0}: Invalid line number: {1}static final String{0}:Lines filtered from code coverage result: {1} ({2})static final String{0}: Module {1} is filtered from the code coverage result.static final String{0}: Result was removed by a modifier.static final String{0}: All tests have been filtered.static final String{0}: Source for file {1} not available for filtering.static final StringPart or compile unit {0} already exists.static final StringFlow point {0} already existsstatic final StringThere are no test IDs in the result.static final StringThe test's elapsed time appears to be invalid, it is ignored.static final StringSource may not match the code coverage data, some features may not be available.static final StringEncoding for file {0} was not specified, it is being defaulted to {1}.static final StringProcessing the signature attribute for file {0} encountered a problem and flowpoint {1} will be ignored.static final StringStatement {0} already existsstatic final String{0} line numbers are out of range and will be ignored.static final StringFile {0} already existsstatic final StringCRRDG7256E Value {0} for property {1} is invalid.static final String{0}: Part {1} is filtered from the code coverage result.static final StringBranch point {0} already existsstatic final StringFlowpoint {0} has no executable lines and will be ignored.static final StringSource not found in the current result.static final StringSource not found in previous resultstatic final StringSource content does not match.static final StringFiles have the same code coverage.static final StringFlowpoint {0} last line {1} is invalid, setting to first line {2}.static final StringImporting encountered a problem, detailed messages are available.static final StringSome Java .class files do not match the versions of the classes that were used to record JaCoCo coverage data file: {0}static final StringThe version of this .class file does not match the version of the class that was used to record JaCoCo execution data file: {0}static final StringNo class files were found in {0}.static final StringModule {0} was excludedstatic final StringPart {0} was excluded.static final StringFile {0} was excluded.static final StringFilter "{0}" is invalid and will be ignored.static final StringFilter file {0} is invalid or not found and will be ignored.static final StringFilter "{0}" on line {1} of file {2} is invalid will be ignored.static final StringFilters loaded from file: {0}.static final StringThe specified export encoding {0} is unsupported.static final StringError message text : {0}static final String{0}static final StringThe separator for the message id and its parameters
-
Field Details
-
PARM_SEPARATOR
The separator for the message id and its parameters- See Also:
-
ACRRDG7201E
Duplicate test ID {0}, test results ignored- See Also:
-
ACRRDG7202W
Missing test ID, generated test ID is {0}- See Also:
-
ACRRDG7203E
Results must be captured using LINE level coverage, results are ignored- See Also:
-
ACRRDG7204E
Streams not available for result files- See Also:
-
ACRRDG7206E
Processing LINE attribute and encountered a problem at index {0}- See Also:
-
ACRRDG7207W
Missing coverage level attribute, defaulting to LINE- See Also:
-
ACRRDG7208W
Missing elapsed time, defaulting to 0- See Also:
-
ACRRDG7209W
Missing engine key, defaulting to *unknown*- See Also:
-
ACRRDG7210E
Results have the wrong code coverage level {0}, results ignored- See Also:
-
ACRRDG7212W
Test result {0} is missing the start time tag, defaulting to the result file creation time- See Also:
-
ACRRDG7213E
Content of file {0} does not match what has already been retrieved. The results are not used- See Also:
-
ACRRDG7214W
Unable to generate signature for file {0}. Error text is {1}- Since:
- 4.0
- See Also:
-
ACRRDG7215E
Errors occurred during import. This exception contains the details.- Since:
- 4.0
- See Also:
-
ACRRDG7216E
No results found in {0}- Since:
- 4.0
- See Also:
-
ACRRDG7218I
Using existing destination file {0}- Since:
- 4.0
- See Also:
-
ACRRDG7219I
Creating destination file {0}- Since:
- 4.0
- See Also:
-
ACRRDG7220E
Failed to create file {0} because of error {1}- Since:
- 4.0
- See Also:
-
ACRRDG7221E
Target file or directory {0} does not exist. Export failed- Since:
- 4.0
- See Also:
-
ACRRDG7222E
Unexpected error parsing line: {0}- Since:
- 4.0
- See Also:
-
ACRRDG7223E
Unexpected error trying to determine line information: {0}- Since:
- 4.0
- See Also:
-
ACRRDG7224E
Unable to create temp file: {0}- Since:
- 4.0
- See Also:
-
ACRRDG7225E
Line number not found: {0}- Since:
- 4.0
- See Also:
-
ACRRDG7226E
Source file not found: {0}- Since:
- 4.0
- See Also:
-
ACRRDG7227I
Duplicate test ID {0} from {1} was merged- See Also:
-
ACRRDG7228E
Merge of results failed because of code coverage level mismatch- See Also:
-
ACRRDG7229E
The imported source or listing file {0} from test ID {1} does not match the existing copy, the test result is ignored.- Since:
- 4.0
- See Also:
-
ACRRDG7230I
The imported source or listing file {0} already exists- Since:
- 4.0
- See Also:
-
ACRRDG7231E
Invalid CC result directory {0}, results are not imported- Since:
- 4.0
- See Also:
-
ACRRDG7232W
Item's parent was already set to id {0}, now replaced with {1}- Since:
- 4.0
- See Also:
-
ACRRDG7233W
Item's parent {0} is removed- Since:
- 4.0
- See Also:
-
ACRRDG7234W
Module {0} already exists- Since:
- 4.0
- See Also:
-
ACRRDG7235W
Data file that contains module/part information is not available, module/part information will not be imported- Since:
- 4.0
- See Also:
-
ACRRDG7236E
Problem retrieving source/listing from zip file, error text : {1}- Since:
- 4.0
- See Also:
-
ACRRDG7237W
{0}: Test {1} is filtered from the code coverage result.- Since:
- 4.0
- See Also:
-
ACRRDG7238W
{0}: File {1} is filtered from the code coverage result.- Since:
- 4.0
- See Also:
-
ACRRDG7239E
{0}:Unsupported filter: {1}- Since:
- 4.0
- See Also:
-
ACRRDG7240E
{0}: Invalid line number: {1}- Since:
- 4.0
- See Also:
-
ACRRDG7241W
{0}:Lines filtered from code coverage result: {1} ({2})- Since:
- 4.0
- See Also:
-
ACRRDG7242W
{0}: Module {1} is filtered from the code coverage result.- Since:
- 4.0
- See Also:
-
ACRRDG7243E
{0}: Result was removed by a modifier.- Since:
- 4.0
- See Also:
-
ACRRDG7244E
{0}: All tests have been filtered.- Since:
- 4.0
- See Also:
-
ACRRDG7245E
{0}: Source for file {1} not available for filtering.- Since:
- 4.0
- See Also:
-
ACRRDG7246W
Part or compile unit {0} already exists.- Since:
- 4.0
- See Also:
-
ACRRDG7247W
Flow point {0} already exists- Since:
- 9.0
- See Also:
-
ACRRDG7248W
There are no test IDs in the result.- Since:
- 5.1
- See Also:
-
ACRRDG7249W
The test's elapsed time appears to be invalid, it is ignored.- Since:
- 5.1
- See Also:
-
ACRRDG7250W
Source may not match the code coverage data, some features may not be available.- Since:
- 6.1
- See Also:
-
ACRRDG7251I
Encoding for file {0} was not specified, it is being defaulted to {1}.- Since:
- 7.0
- See Also:
-
ACRRDG7252W
Processing the signature attribute for file {0} encountered a problem and flowpoint {1} will be ignored.- Since:
- 9.0
- See Also:
-
ACRRDG7253W
Statement {0} already exists- Since:
- 9.0
- See Also:
-
ACRRDG7254W
{0} line numbers are out of range and will be ignored.- Since:
- 9.0
- See Also:
-
ACRRDG7255W
File {0} already exists- Since:
- 9.0
- See Also:
-
ACRRDG7256E
CRRDG7256E Value {0} for property {1} is invalid.- Since:
- 9.0
- See Also:
-
ACRRDG7257W
{0}: Part {1} is filtered from the code coverage result.- Since:
- 9.0
- See Also:
-
ACRRDG7258W
Branch point {0} already exists- Since:
- 9.0
- See Also:
-
ACRRDG7259W
Flowpoint {0} has no executable lines and will be ignored.- Since:
- 9.0
- See Also:
-
ACRRDG7260W
Source not found in the current result.- Since:
- 10.0
- See Also:
-
ACRRDG7261W
Source not found in previous result- Since:
- 10.0
- See Also:
-
ACRRDG7262W
Source content does not match.- Since:
- 10.0
- See Also:
-
ACRRDG7263W
Files have the same code coverage.- Since:
- 10.0
- See Also:
-
ACRRDG7264W
Flowpoint {0} last line {1} is invalid, setting to first line {2}.- Since:
- 10.1
- See Also:
-
ACRRDG7265W
Importing encountered a problem, detailed messages are available.- Since:
- 10.1
- See Also:
-
ACRRDG7266W
Some Java .class files do not match the versions of the classes that were used to record JaCoCo coverage data file: {0}- Since:
- 12.0
- See Also:
-
ACRRDG7267W
The version of this .class file does not match the version of the class that was used to record JaCoCo execution data file: {0}- Since:
- 12.0
- See Also:
-
ACRRDG7268W
No class files were found in {0}.- Since:
- 13.0
- See Also:
-
ACRRDG7270I
Module {0} was excluded- Since:
- 10.1
- See Also:
-
ACRRDG7271I
Part {0} was excluded.- Since:
- 10.1
- See Also:
-
ACRRDG7272I
File {0} was excluded.- Since:
- 10.1
- See Also:
-
ACRRDG7273W
Filter "{0}" is invalid and will be ignored.- Since:
- 10.1
- See Also:
-
ACRRDG7274W
Filter file {0} is invalid or not found and will be ignored.- Since:
- 10.1
- See Also:
-
ACRRDG7275W
Filter "{0}" on line {1} of file {2} is invalid will be ignored.- Since:
- 10.1
- See Also:
-
ACRRDG7276I
Filters loaded from file: {0}.- Since:
- 10.1
- See Also:
-
ACRRDG7280E
The specified export encoding {0} is unsupported.- Since:
- 12.0
- See Also:
-
ACRRDG7298E
Error message text : {0}- Since:
- 4.0
- See Also:
-
ACRRDG7299I
{0}- Since:
- 4.0
- See Also:
-