Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 312124 - [Validation] Modules are not revalidated when declared properties of referenced modules change
Summary: [Validation] Modules are not revalidated when declared properties of referenc...
Status: RESOLVED FIXED
Alias: None
Product: EMFT
Classification: Modeling
Component: MWE (show other bugs)
Version: 1.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: RC1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 16:17 EDT by Sebastian Zarnekow CLA
Modified: 2010-05-09 16:14 EDT (History)
0 users

See Also:
sebastian.zarnekow: helios+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Zarnekow CLA 2010-05-07 16:17:41 EDT
module A

var optional = 'zonk'

...

module B

@A {
// use default of property 'optional'
}

Module B should be revalidated and marked with an error if the default of 'optional' is removed. 

Second use-case:

module A

var String zonk

...

module B

@A {
  zonk = 'foo'
}

Module B should be revalidated and marked with an error if the type of A.zonk is changed to boolean.
Comment 1 Sebastian Zarnekow CLA 2010-05-09 16:14:27 EDT
Fixed in HEAD.