google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

Interface method with Blank Implementation #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a class that implements an interface
2. Redefine one of the methods, but leave the source blank
3. Export the object
4. Attempt to import / activate
5. The method redefinition will be not implemented

What is the expected output? What do you see instead?
It should work

Please use labels and text to provide additional information.

Original issue reported on code.google.com by daniel.m...@gmail.com on 4 Oct 2007 at 5:21

GoogleCodeExporter commented 9 years ago
Could this a problem of the order within the nugget file as described in a 
comment of
Issue 125? 
Is the XML of the interface in the resulting nugget file before or after the
implementation class?

Original comment by lowt...@gmx.de on 31 Dec 2008 at 1:26