Comment #5 on issue 880 by andreho...(a)gmail.com: Improving VerveineJ stub
invocations/methods
http://code.google.com/p/moose-technology/issues/detail?id=880
Nicolas, my issue is fixed. Thanks :)
I understood what Doru is saying. But consider the invocation #setElements
in a source code:
setElements(Model.getModelManagementHelper()
.getAllModelElementsOfKindWithModel(model,
Model.getMetaTypes().getTagDefinition()));
Do we want to see in the MSE exactly the signature above or the code below?
setElements(?)
I believe the second one is also relevant.
Maybe we can have both? Something like #signature and #realSignature?