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

Improve error checking and response #6

Open
vitorsouza opened this issue Feb 20, 2012 · 0 comments
Open

Improve error checking and response #6

vitorsouza opened this issue Feb 20, 2012 · 0 comments

Comments

@vitorsouza
Copy link
Member

Some improvements can be done regarding general error checking in the framework. Some examples:

  • ParameterImpl does many string-number conversion and calculations. It's currently returning null when something goes wrong, but it really should thrown a runtime exception, like Illegal State Exception or something.
  • The EMF model defines some default values for parameters and then they are checked again in the strategies and in Qualia. Is this really necessary?
  • Qualia checks the necessary information needed by each procedure in the checkApplicability() method. Some of them are then checked again when the information is used. Change that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant