Community
Participate
Working Groups
Build ID: M20071023-1652 Steps To Reproduce: 1. Define an opefrational interface and a method in it 2. Define a return value for that method 3. Try to add some description for that return value More information: One can pick a type for the return value and assign a name to it. However, no way to add description. So, if I define a return value of type 'int' and name it referenceCount, I also want to write a little piece of text that says "The number of references to the object in the system" -- I have to put this in the documentation for the method but this is inconvenient at times
Indeed, this is currently not handled by our Metamodel, so we don't really have a way to capture it. That being said we are in the process of revisiting that metamodel as part of the EMF migration so it should be added there first. I'm marking this bug as dependent on 220345 and added a note there too.
Marking as WONTFIX. Description about the method, return value, arguments, stereotypes, and exceptions should all be specified in one place (i.e. under method description). There is no need to provide a separate description text box for each component of a method.