Hi all, I know that having an unused import causes no real problems, but eclipse flags them as a warning so it's a little annoying.
I've inclosed a _very_ simple patch to xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources/valueobject.xdt. It just removes a line containing "import java.util.*;". I'm guessing that "import java.util.*;" is there so that users don't have to use fully qualified class names for @ejb.value-object type. Is that the reason? If so, I think @ejb.value-object type should only accept java.util.Collection/java.util.Set or be a little smarter and auto fully qualify Collection/Set. Jason *** valueobject.xdt.orig Sat Jun 28 11:05:14 2003 --- valueobject.xdt Sat Jun 28 11:05:24 2003 *************** *** 3,10 **** */ package <XDtPackage:packageOf><XDtEjbValueObj:valueObjectClass/></XDtPackage:packageOf>; - import java.util.*; - /** * <XDtI18n:getString bundle="xdoclet.modules.ejb.XDocletModulesEjbMessages" resource="value_object_for" arguments="<XDtEjb:ejbName/>"/> * --- 3,8 ---- ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
