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

Feature/substancedescriptor #135

Closed
wants to merge 5 commits into from

Conversation

egonw
Copy link
Member

@egonw egonw commented Jun 16, 2015

@johnmay please find here the first pull request around further substance development. This PR is about the ISubstanceDescriptor API with one example descriptor. If the code is in order, I will backport more descriptors from NanoJava.

Comments from everyone most welcome!

getSpecification(),
getParameterNames(),
getParameters(),
new IntegerResult((int)Double.NaN),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look right

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is boilerplate code from another class... I will look into it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, got it... yeah, this isn't right... but, a lot of existing code with integer return values is affected :/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, how about something like this: ecf66a2

That way, I can fix all the existing code too... I would still need to update the IDescriptor JavaDoc to indicate that such an implementation can be returned too... but first want your input.

@egonw
Copy link
Member Author

egonw commented Jun 17, 2015

New patches: master...egonw:feature/substancedescriptor2

Plz comment on the NaN issue...

@johnmay
Copy link
Member

johnmay commented Jun 23, 2015

Okay pulled all but the NaN descriptor following previous discussions.

@johnmay johnmay closed this Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants