Message4820

Author sreimers
Recipients sreimers
Date 2009-06-18.15:37:35
SpamBayes Score 2.8036313e-06
Marked as misclassified No
Message-id <1245339456.26.0.801605081287.issue1381@psf.upfronthosting.co.za>
In-reply-to
Content
Having two interfaces providing two different overloads for a method
with different single argument, leads the interpreter to resolve the
wrong method (he seems to find only one, not both), so that my script fails.

Debugging through the process, it seems that the interpreter selects
just one interface and tries to resolve the method name based on this
interface and ignore the other (just my 2$c)

If necessary I maybe could come up with an example code showing the
problem - the original code is closed - sorry.
History
Date User Action Args
2009-06-18 15:37:36sreimerssetmessageid: <1245339456.26.0.801605081287.issue1381@psf.upfronthosting.co.za>
2009-06-18 15:37:36sreimerssetrecipients: + sreimers
2009-06-18 15:37:36sreimerslinkissue1381 messages
2009-06-18 15:37:35sreimerscreate