Book a Demo

Author Topic: About Collection code engineering, for tanja &  (Read 2606 times)

orientphoebus

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
About Collection code engineering, for tanja &
« on: December 12, 2005, 08:15:55 am »
I had a good discussion with Sparx' Simon about this issue in this post:

http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.pl?board=suggestions;action=display;num=1133559390

And Tanja, If you are still coming to this forum, can you answer me this question? Or anyone use Rational Rose recently can answer it?
Quote
A question for you as you just come from Rose world. I have not use it for a long time:
How is rose support Qualified Collections when doing Code Engineering? Can it deal with roundtrip for this kind of code?

public class ClassA{
 public Map<string, ClassB> listBs;
}