Message11605

Author amoebam
Recipients alexgobbo, amoebam, darjus, hendrik, zyasoft
Date 2017-09-27.22:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506549863.03.0.273299129313.issue2403@psf.upfronthosting.co.za>
In-reply-to
Content
The problem specifically occurs when a default method is overridden.

This appears to be caused by the use of v1.5 class files when generating code.  Updating "Opcodes.V1_5" in org.python.compiler.ClassFile to any newer version -- even just V1_6! -- seems to work, at least for a toy example.
History
Date User Action Args
2017-09-27 22:04:23amoebamsetmessageid: <1506549863.03.0.273299129313.issue2403@psf.upfronthosting.co.za>
2017-09-27 22:04:23amoebamsetrecipients: + amoebam, zyasoft, hendrik, darjus, alexgobbo
2017-09-27 22:04:22amoebamlinkissue2403 messages
2017-09-27 22:04:22amoebamcreate