From oak-dev-return-83-apmail-jackrabbit-oak-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Sun Mar 11 16:14:22 2012 Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FF9798B4 for ; Sun, 11 Mar 2012 16:14:22 +0000 (UTC) Received: (qmail 16203 invoked by uid 500); 11 Mar 2012 16:14:22 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 16181 invoked by uid 500); 11 Mar 2012 16:14:22 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 16168 invoked by uid 99); 11 Mar 2012 16:14:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2012 16:14:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2012 16:14:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0B93418E9E for ; Sun, 11 Mar 2012 16:13:59 +0000 (UTC) Date: Sun, 11 Mar 2012 16:13:59 +0000 (UTC) From: =?utf-8?Q?Michael_D=C3=BCrig_=28Resolved=29_=28JIRA=29?= To: oak-dev@jackrabbit.apache.org Message-ID: <1304794982.49187.1331482439256.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1541382691.49129.1331477879022.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (OAK-8) Make return types of NodeState#getProperties() and NodeState#getChildNodeEntries() covariant MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OAK-8?page=3Dcom.atlassian.jir= a.plugin.system.issuetabpanels:all-tabpanel ] Michael D=C3=BCrig resolved OAK-8. ----------------------------- Resolution: Fixed Applied patch in revision 1299385 =20 > Make return types of NodeState#getProperties() and NodeState#getChildNode= Entries() covariant > -------------------------------------------------------------------------= ------------------- > > Key: OAK-8 > URL: https://issues.apache.org/jira/browse/OAK-8 > Project: Jackrabbit Oak > Issue Type: Improvement > Reporter: Michael D=C3=BCrig > Assignee: Michael D=C3=BCrig > Fix For: 0.1 > > Attachments: OAK-8.patch > > > The current invariant return types do not allow for example for > {code} > @Override > public Iterable getProperties() { > return new ArrayList(); > } > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira