Hi can you copy/paste the code of getJavadoc() please ?

Regards

Tristan FAURE

De : [email protected] 
[mailto:[email protected]] De la part de Topcased user 
list where issues are discussed
Envoyé : mardi 15 mai 2012 06:15
À : [email protected]
Objet : [Topcased-users] Javadoc of Operation gets mixed while sorting

Hello Team,

We are seeing a very strange issue while generating document using GenDoc2 and 
Topcased Model. We are iterating over all operations in an interface and 
generating the Operation name and the associated Javadoc for it.  But in the 
output we are not getting correct operation name and its javadoc, but javadoc 
of some other operation in the same interface. To explain in detail.

Say I have 3 operations namely  ,  f1() , f2() and f3(). Now we are getting the 
names correct; but in the generated document Javadoc appearing in front of 
operation f1() is actually Javadoc of f2(). Also this is not consistent, 
sometimes, in the generated document, we get javadoc of f3() in front of 
operation f1() and so on.

When I remove the ->sortedBy(name) then everything works fine i.e. we get 
correct operation name and correct Javadoc associated with operation.

Template I am using is

<gendoc>[for (i:Interface|self.ownedElement->filter(Interface)->sortedBy(name))]
<table>
[for (m:Operation|i.ownedElement->filter(Operation)->sortedBy(name))]

   [m.name /]         [m.getJavadoc()/]

[/for]
</table>
[/for]
</gendoc>

Thanks and Regards,

Dhananjay Ghanwat
Technical Architect
M +91 9960556644
[email protected]<mailto:[email protected]>
Pune, Phase 2
www.atos.net<http://www.atos.net>

[Description: atos_logotype]

________________________________
This e-mail and the documents attached are confidential and intended solely for 
the addressee; it may also be privileged. If you receive this e-mail in error, 
please notify the sender immediately and destroy it. As its integrity cannot be 
secured on the Internet, the Atos group liability cannot be triggered for the 
message content. Although the sender endeavors to maintain a computer 
virus-free network, the sender does not warrant that this transmission is 
virus-free and will not be liable for any damages resulting from any virus 
transmitted.
________________________________
________________________________

Ce message et les pièces jointes sont confidentiels et réservés à l'usage 
exclusif de ses destinataires. Il peut également être protégé par le secret 
professionnel. Si vous recevez ce message par erreur, merci d'en avertir 
immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant 
être assurée sur Internet, la responsabilité du groupe Atos ne pourra être 
engagée quant au contenu de ce message. Bien que les meilleurs efforts soient 
faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne 
donne aucune garantie à cet égard et sa responsabilité ne saurait être engagée 
pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for 
the addressee; it may also be privileged. If you receive this e-mail in error, 
please notify the sender immediately and destroy it. As its integrity cannot be 
secured on the Internet, the Atos group liability cannot be triggered for the 
message content. Although the sender endeavors to maintain a computer 
virus-free network, the sender does not warrant that this transmission is 
virus-free and will not be liable for any damages resulting from any virus 
transmitted.

<<inline: image001.gif>>

<<inline: image002.gif>>

_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/cgi-bin/mailman/listinfo/topcased-users

Reply via email to