Return-Path: X-Original-To: apmail-ofbiz-dev-archive@www.apache.org Delivered-To: apmail-ofbiz-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C74B17D21 for ; Wed, 22 Apr 2015 15:21:59 +0000 (UTC) Received: (qmail 71042 invoked by uid 500); 22 Apr 2015 15:21:59 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 71020 invoked by uid 500); 22 Apr 2015 15:21:58 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 71009 invoked by uid 99); 22 Apr 2015 15:21:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 15:21:58 +0000 Date: Wed, 22 Apr 2015 15:21:58 +0000 (UTC) From: "Adam Heath (JIRA)" To: dev@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (OFBIZ-6279) UtilDateTime has an ImmutableDate inner class that has deprecation warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Adam Heath created OFBIZ-6279: --------------------------------- Summary: UtilDateTime has an ImmutableDate inner class that has deprecation warnings Key: OFBIZ-6279 URL: https://issues.apache.org/jira/browse/OFBIZ-6279 Project: OFBiz Issue Type: Sub-task Reporter: Adam Heath Assignee: Adam Heath When extending/implementing a class/interface, where methods in the parent have been marked deprecated, sub-instances also get deprecation warnings. The fix here is to also mark the sub-instances deprecated(with @Deprecated or /** @deprecated */ -- This message was sent by Atlassian JIRA (v6.3.4#6332)