2 | Multiple inheritance is not supported in Java (class '%1' is derived from both class '%2' and class '%3').
3 | Class '%1' still contains obsolete code section.
4 | Ignored invalid modifier '%1' for abstract method '%2' in class '%3'.
5 | Class '%1' must be declared abstract because method '%2' is abstract.
6 | Variable '%1' in class '%2' is declared final but not initialized.
7 | Ignored association attribute '%1' (association '%2') for interface '%3'; associations are not supported for interfaces.
8 | Ignored user defined constructor for interface '%1'.
9 | Interface cannot be final: modifier for interface '%1' ignored.
10 | Interface variable '%1' does not have an initializer assignment.
11 | Ignored invalid modifier '%1' for method '%2' of interface '%3'.
12 | The generated code will not compile.
13 | Ignored 'public' class access for class '%1' because this class is part of another compilation unit (%2).
14 | Class '%1': moving method '%2' to the obsolete code section.
15 | Class '%1': assigning body of method '%2' to method '%3'.
16 | 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.
17 | Qualifier '%1' for association '%2' with role name '%3' has type '%4' and is not derived from Object.
18 | Transient variables cannot be final or static (variable '%1' in class '%2').
19 | Do not use overlapping inheritance (between classes '%1' and '%2'), the generated code may not be correct.