I just brought my torque project along with my web application into Eclipse today and noticed that Torque is making use of a deprecated interface StringStack from commons-collections. This interface has been totally removed in favor of commons-lang StringUtils. When we will see this change in torque.
TRQS145
we have to change some public methods ... so we have to decide which collection should be used .. e.h. HashSet
Also, Torque often imports libraries it never uses. Eclipse was able to pick most of this up.
i'll take a look at this too ..
martin
Dan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
