From commits-return-6435-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Wed Oct 7 13:20:33 2015 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11B0A17A48 for ; Wed, 7 Oct 2015 13:20:33 +0000 (UTC) Received: (qmail 71932 invoked by uid 500); 7 Oct 2015 13:20:26 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 71901 invoked by uid 500); 7 Oct 2015 13:20:26 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 71873 invoked by uid 500); 7 Oct 2015 13:20:26 -0000 Delivered-To: apmail-incubator-sis-commits@incubator.apache.org Received: (qmail 71837 invoked by uid 99); 7 Oct 2015 13:20:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 13:20:26 +0000 Date: Wed, 7 Oct 2015 13:20:26 +0000 (UTC) From: "Martin Desruisseaux (JIRA)" To: sis-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SIS-107) Hole in metadata "unmodifiable" mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SIS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux resolved SIS-107. ------------------------------------- Resolution: Fixed Fix Version/s: 0.7 > Hole in metadata "unmodifiable" mode > ------------------------------------ > > Key: SIS-107 > URL: https://issues.apache.org/jira/browse/SIS-107 > Project: Spatial Information Systems > Issue Type: Bug > Components: Metadata > Affects Versions: 0.3, 0.4, 0.5, 0.6 > Reporter: Martin Desruisseaux > Assignee: Martin Desruisseaux > Priority: Minor > Fix For: 0.7 > > > Metadata object can be declared unmodifiable. However there is at least one, maybe two, holes where aspects of unmodifiable metadata can still be modified: > * {{DefaultRepresentativeFraction}} is still mutable, because it extends {{Number}} rather than {{AbstractMetadata}}. > * We need to verify that {{EnumSet}} and {{CodeListSet}} are properly wrapped in unmodifiable set. > * We need an unmodifiable implementation of {{IdentifierMap}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)