Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 58901 invoked from network); 14 Jul 2009 15:58:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 15:58:31 -0000 Received: (qmail 28733 invoked by uid 500); 14 Jul 2009 15:57:13 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 26456 invoked by uid 500); 14 Jul 2009 15:57:08 -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 25409 invoked by uid 99); 14 Jul 2009 15:51:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 15:51:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 15:51:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2497A234C04B for ; Tue, 14 Jul 2009 08:51:15 -0700 (PDT) Message-ID: <100073199.1247586675149.JavaMail.jira@brutus> Date: Tue, 14 Jul 2009 08:51:15 -0700 (PDT) From: "Rahul Akolkar (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (JEXL-58) UnifiedEL In-Reply-To: <1502369221.1247520795591.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730926#action_12730926 ] Rahul Akolkar commented on JEXL-58: ----------------------------------- Pasting from the dev list thread, lets continue here: This is useful. I'd like to suggest we call the class UnifiedJEXL (ofcourse, there is no "unification" in JEXL, but I think it will be unambiguous and still convey the right meaning at the same time -- atleast it does so for me). At a quick glance, I only have some minor nits with the patch: * Some files have whitespace only changes (Asserter.java, ScriptFactory.java) * I'd avoid changing imports style where not strictly necessary (Debugger.java) * Some changes WRT throws clauses in signatures (whether thats strictly necessary) * In spirit with surrounding code, braces for ifs > UnifiedEL > --------- > > Key: JEXL-58 > URL: https://issues.apache.org/jira/browse/JEXL-58 > Project: Commons JEXL > Issue Type: New Feature > Reporter: Henri Biestro > Fix For: 2.0 > > Attachments: JEXL-58.patch > > > An evaluator similar to the unified EL evaluator used in JSP/JSF based on JEXL. > It is intended to be used in configuration modules, XML based frameworks or JSP taglibs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.