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

  1. # !@#$%&*()_+| generated by 'genmdb' !@#$%&*()_+|
  2.  
  3. # Interface '%1' is derived from class '%2'.
  4. global E_INTFROMCLASS;    set E_INTFROMCLASS    "346001"
  5.  
  6. # Multiple inheritance is not supported in Java (class '%1' is derived from both class '%2' and class '%3').
  7. global E_NOMULTINH;    set E_NOMULTINH    "346002"
  8.  
  9. # Class '%1' still contains obsolete code section.
  10. global E_OBSOLETESECT;    set E_OBSOLETESECT    "346003"
  11.  
  12. # Modifier '%1' for abstract method '%2' in class '%3' is invalid and will be ignored.
  13. global W_ABSPRIVMETH;    set W_ABSPRIVMETH    "346004"
  14.  
  15. # Class '%1' not found in model.
  16. global E_CLASSNOTFOUND;    set E_CLASSNOTFOUND    "346005"
  17.  
  18. # Class '%1' must be declared abstract because method '%2' is abstract.
  19. global W_ABSTRACTMETH;    set W_ABSTRACTMETH    "346006"
  20.  
  21. # Variable '%1' in class '%2' is declared final but not initialized.
  22. global W_FINALVAR;    set W_FINALVAR    "346007"
  23.  
  24. # Association attribute '%1' (association '%2') for interface '%3' will be ignored: associations are not supported for interfaces.
  25. global W_INTASSOCATTR;    set W_INTASSOCATTR    "346008"
  26.  
  27. # The user defined constructor for interface '%1' will be ignored.
  28. global W_INTNOCONSTR;    set W_INTNOCONSTR    "346009"
  29.  
  30. # Interface cannot be final: modifier for interface '%1' will be ignored.
  31. global W_INTNOTFINAL;    set W_INTNOTFINAL    "346010"
  32.  
  33. # Interface variable '%1' does not have an initializer assignment.
  34. global W_INTVARNOASSGN;    set W_INTVARNOASSGN    "346011"
  35.  
  36. # Modifier '%1' for method '%2' of interface '%3' is invalid and will be ignored.
  37. global W_INVINTDECL;    set W_INVINTDECL    "346012"
  38.  
  39. # The generated code will not compile.
  40. global W_NOTCOMPILE;    set W_NOTCOMPILE    "346013"
  41.  
  42. # Ignored 'public' class access for class '%1' because this class is part of another compilation unit (%2).
  43. global W_NOTPUBLIC;    set W_NOTPUBLIC    "346014"
  44.  
  45. # Class '%1': moving method '%2' to the obsolete code section.
  46. global W_OBSOLETECODE;    set W_OBSOLETECODE    "346015"
  47.  
  48. # Class '%1': assigning body of method '%2' to method '%3'.
  49. global W_OLDCODE;    set W_OLDCODE    "346016"
  50.  
  51. # 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.
  52. global W_OLDPROPERTY;    set W_OLDPROPERTY    "346017"
  53.  
  54. # Qualifier '%1' for association '%2' with role name '%3' has type '%4' and is not derived from Object.
  55. global W_QUALWRONGTYPE;    set W_QUALWRONGTYPE    "346018"
  56.  
  57. # Transient variables cannot be final or static (variable '%1' in class '%2').
  58. global W_TRANSIENTVAR;    set W_TRANSIENTVAR    "346019"
  59.  
  60. # Do not use overlapping inheritance (between classes '%1' and '%2'), the generated code may not be correct.
  61. global W_OVERLAPINH;    set W_OVERLAPINH    "346020"
  62.  
  63. # Persistent classes not supported by Java generator. Skipping class '%1'.
  64. global W_PERSISTENT;    set W_PERSISTENT    "346021"
  65.  
  66. # Access protection 'private protected' no longer supported in Java 1.1 (%1 '%2' in class '%3').
  67. global W_PRIVPROT;    set W_PRIVPROT    "346022"
  68.  
  69. # Volatile variables cannot be members of interfaces (attribute '%1' in class '%2').
  70. global W_VOLINTVAR;    set W_VOLINTVAR    "346023"
  71.  
  72. # Volatile variables cannot be final (attribute '%1' in class '%2').
  73. global W_VOLFINVAR;    set W_VOLFINVAR    "346024"
  74.  
  75. # Did not find marker at end of method '%1'.
  76. global W_NOMARKER;    set W_NOMARKER    "346025"
  77.  
  78. # Bidirectional static associations are not supported (role '%1', class '%2').
  79. global W_BIDIRSTATIC;    set W_BIDIRSTATIC    "346026"
  80.  
  81.