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

User Manual    [Previous]   [Next]   

W1007 Element Not Parsed

Umple 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