Bugs item #467859, was opened at 2001-10-04 05:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=467859&group_id=31602
Category: xdoclet Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Unexpected null exception when reporting Initial Comment: Its ver 1.0. Desc: When i set for EntityBean param "reentrant" to "false" (which is wrong, should be "False"), it should throw BuildException with text like "The value 'false' specified for parameter 'reentrant' of tag .....", instead it throws null pointer with completely misleading info. Class SubTask method invalidParamValueFound executes line with "...+methodName(null)+...", where methodName executes for "null" case this: "getCurrentMethod().name()". Unfortunately there seems to be no currentMehtod. This case maybe apply also for another build errors. I dont have time to check it. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=467859&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
