Bug 466459 - [ALF] [FRONT END] - When a element is compiled, the textual representation of its containing namespace is not refreshed
Summary: [ALF] [FRONT END] - When a element is compiled, the textual representation of...
Status: UNCONFIRMED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Others (show other bugs)
Version: 1.1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.1.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-05 11:49 EDT by Jeremie Tatibouet CLA
Modified: 2015-05-05 11:49 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremie Tatibouet CLA 2015-05-05 11:49:12 EDT
When a element is compiled, the textual representation of its containing namespace is not refreshed which leads to an inconsistent ALF specification.

This typically occurs when we have:

package Package1{
	class B{
	
	}
}

Package1 becomes inconsistent if B is modified locally. Indeed after compilation Package1 is not refreshed.