global E_INTFROMCLASS; set E_INTFROMCLASS "346001"
# Multiple inheritance is not supported in Java (class '%1' is derived from both class '%2' and class '%3').
global E_NOMULTINH; set E_NOMULTINH "346002"
# Class '%1' still contains obsolete code section.
global E_OBSOLETESECT; set E_OBSOLETESECT "346003"
# Modifier '%1' for abstract method '%2' in class '%3' is invalid and will be ignored.
global W_ABSPRIVMETH; set W_ABSPRIVMETH "346004"
# Class '%1' not found in model.
global E_CLASSNOTFOUND; set E_CLASSNOTFOUND "346005"
# Class '%1' must be declared abstract because method '%2' is abstract.
global W_ABSTRACTMETH; set W_ABSTRACTMETH "346006"
# Variable '%1' in class '%2' is declared final but not initialized.
global W_FINALVAR; set W_FINALVAR "346007"
# Association attribute '%1' (association '%2') for interface '%3' will be ignored: associations are not supported for interfaces.
global W_INTASSOCATTR; set W_INTASSOCATTR "346008"
# The user defined constructor for interface '%1' will be ignored.
global W_INTNOCONSTR; set W_INTNOCONSTR "346009"
# Interface cannot be final: modifier for interface '%1' will be ignored.
global W_INTNOTFINAL; set W_INTNOTFINAL "346010"
# Interface variable '%1' does not have an initializer assignment.
global W_INTVARNOASSGN; set W_INTVARNOASSGN "346011"
# Modifier '%1' for method '%2' of interface '%3' is invalid and will be ignored.
global W_INVINTDECL; set W_INVINTDECL "346012"
# The generated code will not compile.
global W_NOTCOMPILE; set W_NOTCOMPILE "346013"
# Ignored 'public' class access for class '%1' because this class is part of another compilation unit (%2).
global W_NOTPUBLIC; set W_NOTPUBLIC "346014"
# Class '%1': moving method '%2' to the obsolete code section.
global W_OBSOLETECODE; set W_OBSOLETECODE "346015"
# Class '%1': assigning body of method '%2' to method '%3'.
global W_OLDCODE; set W_OLDCODE "346016"
# Code generator found old style property '%1', please convert your system to 5.1.1 style using 'otsh -f javaconv.tcl' from this system in the Object Design.
global W_OLDPROPERTY; set W_OLDPROPERTY "346017"
# Qualifier '%1' for association '%2' with role name '%3' has type '%4' and is not derived from Object.
global W_QUALWRONGTYPE; set W_QUALWRONGTYPE "346018"
# Transient variables cannot be final or static (variable '%1' in class '%2').
global W_TRANSIENTVAR; set W_TRANSIENTVAR "346019"
# Do not use overlapping inheritance (between classes '%1' and '%2'), the generated code may not be correct.
global W_OVERLAPINH; set W_OVERLAPINH "346020"
# Persistent classes not supported by Java generator. Skipping class '%1'.
global W_PERSISTENT; set W_PERSISTENT "346021"
# Access protection 'private protected' no longer supported in Java 1.1 (%1 '%2' in class '%3').
global W_PRIVPROT; set W_PRIVPROT "346022"
# Volatile variables cannot be members of interfaces (attribute '%1' in class '%2').
global W_VOLINTVAR; set W_VOLINTVAR "346023"
# Volatile variables cannot be final (attribute '%1' in class '%2').
global W_VOLFINVAR; set W_VOLFINVAR "346024"
# Did not find marker at end of method '%1'.
global W_NOMARKER; set W_NOMARKER "346025"
# Bidirectional static associations are not supported (role '%1', class '%2').