W1007 Element Not Parsed
[Previous]  [Next] 
|
User Manual [Previous]  [Next] W1007 Element Not ParsedUmple semantic warning reported when Umple finds an un-parsable element in a class, which is likely a malformed attribute, association, method or state machine declaration.Umple emits such elements 'as is' (or what we call 'extra code') in its generated code, in case they are some part of the base language that Umple cannot understand. Example// The following will generate two such warnings class X { blah blah blah; 1 - * X; } Load the above code into UmpleOnline |