Skip to content

Commit

Permalink
refactor: add resources bundles for dialect tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Prashant <aman.prashant@broadcom.com>
  • Loading branch information
ap891843 committed Jan 11, 2023
1 parent 6942e10 commit 5bba65b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
GrammarPreprocessorListener.cannotRetrieveMaidSuffix=Cannot retrieve suffix for WRK usage
DaCoVisitor.AreaAWarningMsg=The following token must start in Area A:
parsers.startsWith=String must starts with %s values
parsers.exactLength=Exact length of %s must be %s bytes
semantics.notDefined=Variable %s is not defined
parsers.stringLengthRange=String length must be between %s and %s
parsers.allowedStringValues=Only allowed value(s): %s
GrammarPreprocessorListener.errorSuggestion=%s: Copybook not found
parsers.alphaNumeric=Only alphanumerics are allowed for %s
parsers.intRangeValue =Allowed range is %s to %s
parsers.maxLength=Max length limit of %s bytes allowed for %s.
cobolParser.ObsoleteCode=The code block is deprecated and not supported
semantics.emptyStructure=A "PICTURE" or "USAGE INDEX" clause was not found for elementary item %s
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
IdmsCopybookVisitor.errorCircularDependency=%s: Copybook has circular dependency
IdmsDialect.maxAdjustmentExceed=IDMS level not adjusted. %s (%s + %s) exceeds maximum level adjustment of 49
parsers.maxLength=Max length limit of %s bytes allowed for %s.
GrammarPreprocessorListener.errorSuggestion=%s: Copybook not found
semantics.notDefined=Variable %s is not defined
cobolParser.subSchemaNameLength=The length %s is not allowed. Allowed values are 16, 18.

0 comments on commit 5bba65b

Please sign in to comment.