override XMLObject.copy() signature if compiling for JDK1.5
-----------------------------------------------------------
Key: XMLBEANS-292
URL: http://issues.apache.org/jira/browse/XMLBEANS-292
Project: XMLBeans
Issue Type: Wish
Affects Versions: Version 2.2.1
Reporter: Stepan Koltsov
Priority: Minor
Hello,
XMLObject.copy() returns deep copy of itself. JDK 1.5 supports overriding of
return value in methods of subclasses.
So, could you, please, specify more concrete return value in overriden object
in inheritors of XMLObject? For example, if I have
interface Apple extends XMLObject
it should have method
Apple copy();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]