Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does R3s Java Reverse Engineering determine whether to reverse engineer a field into an attribute or an association?

0
Posted

How does R3s Java Reverse Engineering determine whether to reverse engineer a field into an attribute or an association?

0

When the R3 Java Reverse Engineering parser encounters the following field types, it reverses them as attributes, rather than as an association to the type. We do plan to extend the set of default collection types that are detected, as well as making this mechanism more customizable in a future release. This default set of collection classes covers three commonly used collections libraries, the Java 1.1.x util.* classes, the Java 2 util.* collection classes, and the ObjectSpace JGL3.1 collection classes. Java 1.1.x util.* classes java.util.Stack java.util.Hashtable java.util.Properties java.util.Dictionary java.util.Vector java.util.Array Java 1.2 collection types java.util.Collection java.util.List java.util.Map java.util.SortedMap java.util.Set java.util.SortedSet java.util.AbstractCollection java.util.AbstractList java.util.AbstractMap java.util.AbstractSequentialList java.util.AbstractSet java.util.ArrayList java.util.HashMap java.util.HashSet java.util.TreeMap java.util.TreeSet ja

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123