Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 75758200B2F for ; Sun, 3 Jul 2016 17:27:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 743A5160A73; Sun, 3 Jul 2016 15:27:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA708160A50 for ; Sun, 3 Jul 2016 17:27:11 +0200 (CEST) Received: (qmail 3823 invoked by uid 500); 3 Jul 2016 15:27:11 -0000 Mailing-List: contact dev-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list dev@zest.apache.org Received: (qmail 3795 invoked by uid 99); 3 Jul 2016 15:27:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2016 15:27:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F3A1D2C027F for ; Sun, 3 Jul 2016 15:27:10 +0000 (UTC) Date: Sun, 3 Jul 2016 15:27:10 +0000 (UTC) From: "Paul Merlin (JIRA)" To: dev@zest.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZEST-121) Use parameter names to build better error messages on constraints violations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 03 Jul 2016 15:27:12 -0000 [ https://issues.apache.org/jira/browse/ZEST-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360573#comment-15360573 ] Paul Merlin commented on ZEST-121: ---------------------------------- It turns out that parameter names are not included in bytecode by default. One need to compile using {{-parameter}}. So this issue is more about supporting parameter names when they are enabled and falling back to previous behaviour if not. > Use parameter names to build better error messages on constraints violations > ---------------------------------------------------------------------------- > > Key: ZEST-121 > URL: https://issues.apache.org/jira/browse/ZEST-121 > Project: Zest > Issue Type: Improvement > Reporter: Paul Merlin > Fix For: 3.0 > > > See https://docs.oracle.com/javase/tutorial/reflect/member/methodparameterreflection.html for details on parameter names reflection. -- This message was sent by Atlassian JIRA (v6.3.4#6332)