Bugs item #2779331, was opened at 2009-04-23 11:05
Message generated for change (Settings changed) made by elmuerte
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: v0.9.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Michiel Hendriks (elmuerte)
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

----------------------------------------------------------------------

>Comment By: Michiel Hendriks (elmuerte)
Date: 2009-04-27 14:42

Message:
fixed in build #4643

----------------------------------------------------------------------

Comment By: Michiel Hendriks (elmuerte)
Date: 2009-04-23 11:08

Message:
Temporary solution: either override the methods with a simple call to super
or superimpose a dummy filtermodule on the parent class

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2779331&group_id=82370

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Composestar-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/composestar-developers

Reply via email to