home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / message.346 < prev    next >
Text File  |  1997-11-27  |  2KB  |  27 lines

  1. 1    | Interface '%1' is derived from class '%2'.
  2. 2    | Multiple inheritance is not supported in Java (class '%1' is derived from both class '%2' and class '%3').
  3. 3    | Class '%1' still contains obsolete code section.
  4. 4    | Modifier '%1' for abstract method '%2' in class '%3' is invalid and will be ignored.
  5. 5    | Class '%1' not found in model.
  6. 6    | Class '%1' must be declared abstract because method '%2' is abstract.
  7. 7    | Variable '%1' in class '%2' is declared final but not initialized.
  8. 8    | Association attribute '%1' (association '%2') for interface '%3' will be ignored: associations are not supported for interfaces.
  9. 9    | The user defined constructor for interface '%1' will be ignored.
  10. 10    | Interface cannot be final: modifier for interface '%1' will be ignored.
  11. 11    | Interface variable '%1' does not have an initializer assignment.
  12. 12    | Modifier '%1' for method '%2' of interface '%3' is invalid and will be ignored.
  13. 13    | The generated code will not compile.
  14. 14    | Ignored 'public' class access for class '%1' because this class is part of another compilation unit (%2).
  15. 15    | Class '%1': moving method '%2' to the obsolete code section.
  16. 16    | Class '%1': assigning body of method '%2' to method '%3'.
  17. 17    | 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.
  18. 18    | Qualifier '%1' for association '%2' with role name '%3' has type '%4' and is not derived from Object.
  19. 19    | Transient variables cannot be final or static (variable '%1' in class '%2').
  20. 20    | Do not use overlapping inheritance (between classes '%1' and '%2'), the generated code may not be correct.
  21. 21    | Persistent classes not supported by Java generator. Skipping class '%1'.
  22. 22    | Access protection 'private protected' no longer supported in Java 1.1 (%1 '%2' in class '%3').
  23. 23    | Volatile variables cannot be members of interfaces (attribute '%1' in class '%2').
  24. 24    | Volatile variables cannot be final (attribute '%1' in class '%2').
  25. 25    | Did not find marker at end of method '%1'.
  26. 26    | Bidirectional static associations are not supported (role '%1', class '%2').
  27.