Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if open projects are well formed #15

Open
vitorsouza opened this issue Oct 18, 2012 · 0 comments
Open

Check if open projects are well formed #15

vitorsouza opened this issue Oct 18, 2012 · 0 comments
Labels

Comments

@vitorsouza
Copy link
Member

The project tree model expects the project to have a specific format, but it doesn't check if it's well formed, leading to Eclipse exception in case it's not. Implement this verification.

Some things that should be verified (is there anything else?):

  • Standard project folder (model, source, etc. see appropriate constants) should exist;
  • Members of existing project folders (IFolders have a set of IFiles as members()) should also exist;
  • Ecore models have correct references to base files [1].

See TODO note in class it.unitn.disi.unagi.rcpapp.views.models.ProjectProjectTreeElement

[1] Requirements models are created referring to the gore.ecore file that is inside the Unagi Application plug-in, resulting in a reference similar to bundleentry://1411.fwk1709572287/META-INF/gore.ecore. When there are changes in this plug-in, the generated ID changes, making all existing models invalid for code generation and rule compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant