Bugs item #1019904, was opened at 2004-09-01 03:25 Message generated for change (Comment added) made by chiba You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1019904&group_id=22866
Category: Javassist Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Rob Grzywinski (rgrzywinski) Assigned to: Shigeru Chiba (chiba) Summary: Translator.start()'s exceptions Initial Comment: Other than a C&P bug (cut and paste), I don't see any reason for Translator.start() to throw NotFoundException or CannotCompileException. This would allow Loader.addTranslator() to not throw either NotFoundException or CannotCompileException. If there are reasons for the exceptions then perhaps documenting the exceptions is in order -- actually, strike that, change it to "document the exceptions". ---------------------------------------------------------------------- >Comment By: Shigeru Chiba (chiba) Date: 2004-09-08 22:58 Message: Logged In: YES user_id=388745 Translator.start() can be used for prefetching CtClass objects that will be used in Translator.onLoad(). That's why start() may throw an exception. I added this description to javadoc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1019904&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
