Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Problems with computing title of a fix
Problems with computing title of a fix [message #592982] Thu, 12 August 2010 12:47
Hallvard Traetteberg is currently offline Hallvard TraettebergFriend
Messages: 673
Registered: July 2009
Location: Trondheim, Norway
Senior Member
Hi,

I have an EVL critique, that computes its title, based on the faulty
property:

fix {
title: 'Set value to ' + (self.roleWorkloadRatio / 100)
do {
self.roleWorkloadRatio := self.roleWorkloadRatio / 100;
}
}

The fix itself works, but the title displays as "<error>" and in the
console I find the following message:

Property 'roleWorkloadRatio' not found in object Allocation
[roleWorkloadRatio=80.0]

This doesn't seem right, does it? It looks like the Allocation object is
the context of evaluating the title expression, but still
self.roleWorkloadRatio crashes.

Hallvard
Previous Topic:Problem deleting model element
Next Topic:Problems with computing title of a fix
Goto Forum:
  


Current Time: Fri Apr 26 05:03:26 GMT 2024

Powered by FUDForum. Page generated in 0.02430 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top