Bugs item #452215, was opened at 2001-08-17 14:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=452215&group_id=31602 Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andrew Stevens (stevensa) Assigned to: Nobody/Anonymous (nobody) Summary: Trouble finding finders Initial Comment: In AbstractEjbSubTask, it's got > protected boolean isFinderMethod( MethodDoc method ) > { > return method.name().startsWith ( "ejb:ejbFind" ); > } which seems a strange method name to me - presumably it should either be just return method.name().startsWith( "ejbFind" ); or maybe something like return DocletUtil.hasTag( method, "ejb:ejbFind" ); (though "ejb:finder-method" would probably be a better tag)... ---------------------------------------------------------------------- Comment By: Konstantin Pribluda (ko5tik) Date: 2001-08-30 08:42 Message: Logged In: YES user_id=91100 even more strange thing is that this function is not used at all... ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=452215&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/xdoclet-devel
