I am trying to reverse-engineer some java classes that have attributes like
HashMap & ArrayList, but am not getting
this listed as attributes. They are being setup as Associations. I've
placed the rt.jar in the classpath, using JDK1.3, (Rational Solution ID
#13860). Both java.util.ArrayList & java.util.HashMap are listed in the
"Fundamental Types" under Project Specification for Java Reverse
Engineering, (First two entries past the primitives), and I still cannot get
this to be reverse engineered as attributes................
Is there something else I should be doing?
Below is a sample .java file that I'm using.
public class TestObj
{
private static final String s1 = "One";
private static final String s2 = "Two";
private static final String s3 = "Three";
private HashMap theMap;
private ArrayList theList;
public TestObj()
{
}
}
Eric Manley
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
* http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
* To: [EMAIL PROTECTED]
* Subject: <BLANK>
* Body: unsubscribe rose_forum
*************************************************************************