list of dots Digital Research Alliance of Canada logo  NSERC logo  University of Ottawa logo / UniversitĂ© d'Ottawa

User Manual    [Previous]   [Next]   

W027 Key Identifier Incorrect

Umple semantic warning reported when an identifier in a key statement was not found

The list of identifiers in a key statement can include attributes, associations (role name for example) or state machines. This message indicates that the referenced identifier could not be found. This is usually the result of a typographical error. The extraneous identifier is ignored, which is likely to result in incorrect code.

Example

// This example generates the message
class X27itemkeynotdef {
  a;
  key {b}; 
}
      

Load the above code into UmpleOnline