Book a Demo

Author Topic: can't save ocl correct  (Read 7757 times)

zgce

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
can't save ocl correct
« on: June 24, 2009, 12:59:37 am »
my ea version is 7.5.845 (Build 845) -Unicode
when i save ocl script for an class the ea replace '>' to '>'

eg.
inv: self.numberOfEmployees = self.employee->size()
the ea change it to  inv: self.numberOfEmployees = self.employee->size()

why?  :-/

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: can't save ocl correct
« Reply #1 on: June 24, 2009, 08:20:55 am »
EA allows formatted text in the field used for the constraint.  Unfortunately, it is then drawing the constraint as plain text onto the diagram.  This has been corrected in the next build of EA.

Before you ask, I don't know when it will be released.