Bugs item #2779331, was opened at 2009-04-23 09:05 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2779331&group_id=82370
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiletime - Java Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: non-overridden methods are not intercepted Initial Comment: See Java BasicTests concern SysFuncs.cps The toString() call to SysFuncTestOne should be dispatched to SysFuncTestTwo, but SysFuncTestOne does not override the toString() method, thus the javabyte code is: invokevirtual java.lang.Object.toString() : java.lang.String [200] which results in the weaver not weaving in the call to the interpreter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2779331&group_id=82370 ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Composestar-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/composestar-developers

