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 59C99200B71 for ; Wed, 31 Aug 2016 12:36:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 58179160AB5; Wed, 31 Aug 2016 10:36:23 +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 CF3DA160AB4 for ; Wed, 31 Aug 2016 12:36:22 +0200 (CEST) Received: (qmail 66038 invoked by uid 500); 31 Aug 2016 10:36:21 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 65985 invoked by uid 99); 31 Aug 2016 10:36:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2016 10:36:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BF91F2C1B7B for ; Wed, 31 Aug 2016 10:36:21 +0000 (UTC) Date: Wed, 31 Aug 2016 10:36:21 +0000 (UTC) From: "Henri Biestro (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (JEXL-214) Redundant call of fillInStackTrace() in JexlEngine.createInfo() ? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 31 Aug 2016 10:36:23 -0000 [ https://issues.apache.org/jira/browse/JEXL-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-214. -------------------------------- Resolution: Fixed Assignee: Henri Biestro Fix Version/s: 3.1 src/main/java/org/apache/commons/jexl3/JexlEngine.java Committed revision 1758577. > Redundant call of fillInStackTrace() in JexlEngine.createInfo() ? > ----------------------------------------------------------------- > > Key: JEXL-214 > URL: https://issues.apache.org/jira/browse/JEXL-214 > Project: Commons JEXL > Issue Type: Bug > Affects Versions: 3.0 > Reporter: Dmitri Blinov > Assignee: Henri Biestro > Fix For: 3.1 > > > I wonder what is the call of {{fillInStackTrace()}} for ? > {code} > public JexlInfo createInfo() { > JexlInfo info = null; > Throwable xinfo = new Throwable(); > xinfo.fillInStackTrace(); > ... > {code} > As far as I know the constructor of Throwable is implemented already calling this method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)