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

In the umpleonline simulator, display the type of the available arguments to methods #21

Open
Nava2 opened this issue Aug 26, 2015 · 3 comments
Labels
Component-UmpleOnline Related to the UmpleOnline website Priority-Low This problem is likely to have low impact or to relate to a rarely used detail or edge case simulator Status-Accepted Type-Defect Usability

Comments

@Nava2
Copy link
Contributor

Nava2 commented Aug 26, 2015

Originally reported on Google Code with ID 64


Currently the arguments are named, but the user of the simulator can't readily tell
what type they are.

getName() is being used successfully to get the name of the parameter.

I expected to be able to use getType(), which returns a ReflectionClass object, and
then getName() to get the parameter type. But this fails with error:

Fatal error: Call to a member function getName() on a non-object.

As an alternative, I tried using PHP's gettype(), is_object() and get_class(), but
this always returns "ReflectionParameter".

Anyone have other ideas?


Reported by @umple on 2011-06-23 21:18:24

@Nava2
Copy link
Contributor Author

Nava2 commented Aug 26, 2015

Reported by @umple on 2011-06-24 14:04:16

  • Labels added: simulator

@Nava2 Nava2 added Type-Defect Component-UmpleOnline Related to the UmpleOnline website Usability Status-Accepted Priority-Low This problem is likely to have low impact or to relate to a rarely used detail or edge case simulator labels Aug 26, 2015
@Nava2
Copy link
Contributor Author

Nava2 commented Aug 26, 2015

Reported by @umple on 2012-09-27 20:09:31

  • Owner removed

@TimLethbridge
Copy link
Member

The simulator has not been maintained, and doesn't even appear any more in Umpleonline it would seem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component-UmpleOnline Related to the UmpleOnline website Priority-Low This problem is likely to have low impact or to relate to a rarely used detail or edge case simulator Status-Accepted Type-Defect Usability
Projects
None yet
Development

No branches or pull requests

2 participants