W027 Key Identifier Incorrect
[Previous]  [Next] 
|
User Manual [Previous]  [Next] W027 Key Identifier IncorrectUmple semantic warning reported when an identifier in a key statement was not foundThe 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 |