You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/08 14:43:00 UTC

svn commit: r1718606 - in /commons/proper/jexl/trunk: ./ src/main/java/org/apache/commons/jexl3/ src/main/java/org/apache/commons/jexl3/internal/ src/main/java/org/apache/commons/jexl3/internal/introspection/ src/main/java/org/apache/commons/jexl3/scri...

Author: ebourg
Date: Tue Dec  8 13:43:00 2015
New Revision: 1718606

URL: http://svn.apache.org/viewvc?rev=1718606&view=rev
Log:
Branding

Modified:
    commons/proper/jexl/trunk/BUILDING.txt
    commons/proper/jexl/trunk/RELEASE-NOTES.txt
    commons/proper/jexl/trunk/doap_jexl.rdf
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlContext.java
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlEngine.java
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/ObjectContext.java
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Debugger.java
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/TemplateEngine.java
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/package.html
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngine.java
    commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java
    commons/proper/jexl/trunk/src/site/site.xml
    commons/proper/jexl/trunk/src/site/xdoc/changes.xml
    commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml
    commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/ClassCreatorTest.java
    commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/Jexl.java
    commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/JexlTestCase.java
    commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/junit/Asserter.java

Modified: commons/proper/jexl/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/BUILDING.txt?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/BUILDING.txt (original)
+++ commons/proper/jexl/trunk/BUILDING.txt Tue Dec  8 13:43:00 2015
@@ -1,4 +1,4 @@
-Jexl 3.0 uses Maven 3 as the build tool, and requires Java 6 (or later).
+JEXL 3.0 uses Maven 3 as the build tool, and requires Java 6 (or later).
 
 The following goals may be useful:
 * mvn clean - clean up

Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Tue Dec  8 13:43:00 2015
@@ -1,5 +1,5 @@
 
-                            Commons JEXL Package
+                            Apache Commons JEXL
                                 Version 3.0
                                Release Notes
 
@@ -62,7 +62,7 @@ Release 2.1.1
 
 Version 2.1.1 is a micro release to fix a regression detected in 2.1:
 
-* JEXL-124:     Array parameters to methods don't work anymore (Jexl 2.1.1)
+* JEXL-124:     Array parameters to methods don't work anymore (JEXL 2.1.1)
 
 There are no other changes.
 
@@ -129,7 +129,7 @@ Bugs fixed in 2.0.1:
 Bugs fixed in 2.0:
 ==================
 
-* JEXL-90:	Jexl parser allows invalid expressions, e.g. "a=1 b=2 3"
+* JEXL-90:	JEXL parser allows invalid expressions, e.g. "a=1 b=2 3"
 * JEXL-88:	MethodKey.java - name clash getMostSpecific() with Java 1.5.0
 * JEXL-87:	Inconsistent behaviour of arithmetical operations
 * JEXL-81:	Introspector does not use ListGetExecutor for List
@@ -237,7 +237,7 @@ The following methods have been removed:
 Behavior changes
 ================
 
-* Public fields are considered when using JexlPropertyGet / JexlPropertySet: Jexl 1.x behavior can be reimplemented
+* Public fields are considered when using JexlPropertyGet / JexlPropertySet: JEXL 1.x behavior can be reimplemented
 by subclassing UberspectImpl.
 
 *Division (/ operator) behavior change: division between integers no longer casts its operands to double; integer division
@@ -266,5 +266,5 @@ JSR-223 support
    * Implement JSR-223 Scripting Engine for JEXL script (need BSF-3.0 on Java < 6)
 
 Error and exception handling
-   * Configuring the leniency and verbosity of the Jexl engine allows user control over the
+   * Configuring the leniency and verbosity of the JEXL engine allows user control over the
      error handling policy

Modified: commons/proper/jexl/trunk/doap_jexl.rdf
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/doap_jexl.rdf?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/doap_jexl.rdf (original)
+++ commons/proper/jexl/trunk/doap_jexl.rdf Tue Dec  8 13:43:00 2015
@@ -25,7 +25,7 @@
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/JEXL"/>
     <download-page rdf:resource="http://commons.apache.org/jexl/download_jexl.cgi"/>
     <asfext:pmc rdf:resource="http://commons.apache.org/"/>
-    <shortdesc xml:lang="en">Commons JEXL Expression Language Engine</shortdesc>
+    <shortdesc xml:lang="en">Apache Commons JEXL Expression Language Engine</shortdesc>
     <description xml:lang="en">Jexl is an implementation of the JSTL Expression Language with extensions.</description>
     <repository>
       <SVNRepository>

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Tue Dec  8 13:43:00 2015
@@ -25,9 +25,9 @@
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jexl3</artifactId>
     <version>3.0-SNAPSHOT</version>
-    <name>Apache Commons JEXL3</name>
+    <name>Apache Commons JEXL</name>
     <inceptionYear>2001</inceptionYear>
-    <description>The Apache Commons Jexl library is an implementation of the JSTL Expression Language with extensions.</description>
+    <description>The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions.</description>
     <url>http://commons.apache.org/proper/commons-jexl/</url>
 
     <issueManagement>
@@ -44,7 +44,7 @@
     <distributionManagement>
         <site>
             <id>people.apache.org</id>
-            <name>Apache Commons Jexl</name>
+            <name>Apache Commons JEXL</name>
             <url>scp://people.apache.org/www/commons.apache.org/jexl</url>
         </site>
     </distributionManagement>

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlContext.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlContext.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlContext.java Tue Dec  8 13:43:00 2015
@@ -19,8 +19,8 @@ package org.apache.commons.jexl3;
 /**
  * Manages variables which can be referenced in a JEXL expression.
  * 
- * <p>Jexl variable names in their simplest form are 'java-like' identifiers.
- * Jexl also considers 'ant' inspired variables expressions as valid.
+ * <p>JEXL variable names in their simplest form are 'java-like' identifiers.
+ * JEXL also considers 'ant' inspired variables expressions as valid.
  * For instance, the expression 'x.y.z' is an 'antish' variable and will be resolved as a whole by the context,
  * i.e. using the key "x.y.z". This proves to be useful to solve "fully qualified class names".</p>
  * 

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlEngine.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlEngine.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlEngine.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlEngine.java Tue Dec  8 13:43:00 2015
@@ -202,7 +202,7 @@ public abstract class JexlEngine {
 
     /**
      * Creates a new {@link JxltEngine} instance using this engine.
-     * @return a Jexl Template engine
+     * @return a JEXL Template engine
      */
     public JxltEngine createJxltEngine() {
         return createJxltEngine(true);
@@ -211,7 +211,7 @@ public abstract class JexlEngine {
     /**
      * Creates a new {@link JxltEngine} instance using this engine.
      * @param noScript  whether the JxltEngine only allows Jexl expressions or scripts
-     * @return a Jexl Template engine
+     * @return a JEXL Template engine
      */
     public JxltEngine createJxltEngine(boolean noScript) {
         return createJxltEngine(noScript, JXLT_CACHE_SIZE, '$', '#');
@@ -219,11 +219,11 @@ public abstract class JexlEngine {
 
     /**
      * Creates a new instance of {@link JxltEngine} using this engine.
-     * @param noScript  whether the JxltEngine only allows Jexl expressions or scripts
+     * @param noScript  whether the JxltEngine only allows JEXL expressions or scripts
      * @param cacheSize the number of expressions in this cache, default is 256
      * @param immediate the immediate template expression character, default is '$'
      * @param deferred  the deferred template expression character, default is '#'
-     * @return a Jexl Template engine
+     * @return a JEXL Template engine
      */
     public abstract JxltEngine createJxltEngine(boolean noScript, int cacheSize, char immediate, char deferred);
 
@@ -522,7 +522,7 @@ public abstract class JexlEngine {
     }
 
     /**
-     * Reads a Jexl source from a File.
+     * Reads a JEXL source from a File.
      * @param file the script file
      * @return the source
      */
@@ -548,7 +548,7 @@ public abstract class JexlEngine {
     }
 
     /**
-     * Reads a Jexl source from an URL.
+     * Reads a JEXL source from an URL.
      * @param url the script url
      * @return the source
      */

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/ObjectContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/ObjectContext.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/ObjectContext.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/ObjectContext.java Tue Dec  8 13:43:00 2015
@@ -17,7 +17,7 @@
 package org.apache.commons.jexl3;
 
 /**
- * Wraps an Object as a Jexl context and NamespaceResolver.
+ * Wraps an Object as a JEXL context and NamespaceResolver.
  * @param <T> the wrapped object type to use
  * @since 3.0
  */

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Debugger.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Debugger.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Debugger.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Debugger.java Tue Dec  8 13:43:00 2015
@@ -192,7 +192,7 @@ public class Debugger extends ParserVisi
     }
 
     /**
-     * Rebuilds an expression from a Jexl node.
+     * Rebuilds an expression from a JEXL node.
      * @param node the node to rebuilt from
      * @return the rebuilt expression
      * @since 3.0

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/TemplateEngine.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/TemplateEngine.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/TemplateEngine.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/TemplateEngine.java Tue Dec  8 13:43:00 2015
@@ -48,13 +48,13 @@ public final class TemplateEngine extend
     private final char immediateChar;
     /** The first character for deferred expressions. */
     private final char deferredChar;
-    /** Whether expressions can use Jexl script or only expressions (ie, no for, var, etc). */
+    /** Whether expressions can use JEXL script or only expressions (ie, no for, var, etc). */
     private boolean noscript = true;
 
     /**
      * Creates a new instance of {@link JxltEngine} creating a local cache.
      * @param aJexl     the JexlEngine to use.
-     * @param noScript  whether this engine only allows Jexl expressions or scripts
+     * @param noScript  whether this engine only allows JEXL expressions or scripts
      * @param cacheSize the number of expressions in this cache, default is 256
      * @param immediate the immediate template expression character, default is '$'
      * @param deferred  the deferred template expression character, default is '#'
@@ -393,7 +393,7 @@ public final class TemplateEngine extend
         }
     }
 
-    /** The base for Jexl based unified expressions. */
+    /** The base for JEXL based unified expressions. */
     abstract class JexlBasedExpression extends TemplateExpression {
         /** The JEXL string for this unified expression. */
         protected final CharSequence expr;

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java Tue Dec  8 13:43:00 2015
@@ -23,7 +23,7 @@ import java.lang.reflect.Method;
 import org.apache.commons.jexl3.annotations.NoJexl;
 
 /**
- * Checks whether an element (ctor, field or method) is visible by Jexl introspection
+ * Checks whether an element (ctor, field or method) is visible by JEXL introspection
  * by checking if has been annotated with NoJexl.
  */
 public class Permissions {

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/package.html?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/package.html (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/package.html Tue Dec  8 13:43:00 2015
@@ -27,7 +27,7 @@
         </p>
         <p>
             This set of classes implement the various forms of setters and getters
-            used by Jexl. These are specialized forms for 'pure' properties, discovering
+            used by JEXL. These are specialized forms for 'pure' properties, discovering
             methods of the {s,g}etProperty form, for Maps, Lists and Ducks -
             attempting to discover a 'get' or 'set' method, making an object walk and
             quack.

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngine.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngine.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngine.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngine.java Tue Dec  8 13:43:00 2015
@@ -42,7 +42,7 @@ import org.apache.log4j.Logger;
 import org.apache.log4j.LogManager;
 
 /**
- * Implements the Jexl ScriptEngine for JSF-223.
+ * Implements the JEXL ScriptEngine for JSF-223.
  * <p>
  * This implementation gives access to both ENGINE_SCOPE and GLOBAL_SCOPE bindings.
  * When a JEXL script accesses a variable for read or write,
@@ -112,7 +112,7 @@ public class JexlScriptEngine extends Ab
          * Gives access to the underlying JEXL engine shared between all ScriptEngine instances.
          * <p>Although this allows to manipulate various engine flags (lenient, debug, cache...)
          * for <strong>all</strong> JexlScriptEngine instances, you probably should only do so
-         * if you are in strict control and sole user of the Jexl scripting feature.</p>
+         * if you are in strict control and sole user of the JEXL scripting feature.</p>
          * @return the shared underlying JEXL engine
          */
         public JexlEngine getEngine() {
@@ -343,10 +343,10 @@ public class JexlScriptEngine extends Ab
     }
 
     /**
-     * Wrapper to help convert a Jexl JexlScript into a JSR-223 CompiledScript.
+     * Wrapper to help convert a JEXL JexlScript into a JSR-223 CompiledScript.
      */
     private final class JexlCompiledScript extends CompiledScript {
-        /** The underlying Jexl expression instance. */
+        /** The underlying JEXL expression instance. */
         private final JexlScript script;
 
         /**

Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java (original)
+++ commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java Tue Dec  8 13:43:00 2015
@@ -26,7 +26,7 @@ import javax.script.ScriptEngineFactory;
 import org.apache.commons.jexl3.parser.StringParser;
 
 /**
- * Implements the Jexl ScriptEngineFactory for JSF-223.
+ * Implements the JEXL ScriptEngineFactory for JSF-223.
  * <p>
  * Supports the following:<br>
  * Language short names: "JEXL", "Jexl", "jexl", "JEXL2", "Jexl2", "jexl2", "JEXL3", "Jexl3", "jexl3" <br>

Modified: commons/proper/jexl/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/site.xml?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/site.xml (original)
+++ commons/proper/jexl/trunk/src/site/site.xml Tue Dec  8 13:43:00 2015
@@ -17,13 +17,13 @@
 -->
 <project name="JEXL">
     <bannerRight>
-        <name>Commons JEXL</name>
+        <name>Apache Commons JEXL</name>
         <src>images/jexl-logo-white.png</src>
         <href>index.html</href>
     </bannerRight>
 
     <body>
-        <menu name="Commons&#xA0;Jexl">
+        <menu name="JEXL">
             <item name="Overview"                href="index.html" />
             <item name="3.0&#xA0;Javadoc"        href="apidocs/index.html"/>
             <!--

Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/changes.xml?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Tue Dec  8 13:43:00 2015
@@ -36,7 +36,7 @@
                 'Unsolvable property' message to provide details about underlying exception
             </action>
             <action dev="henrib" type="add" issue="JEXL-177" due-to="Dmitri Blinov">
-            Unified expressions to be used in String literals in Jexl scripts
+            Unified expressions to be used in String literals in JEXL scripts
             </action>
             <action dev="henrib" type="add" issue="JEXL-174" due-to="Dmitri Blinov">
                 Overloadable property access operators
@@ -310,7 +310,7 @@
             <action dev="henrib" type="update">Various performance enhancements &amp; caches</action>
         </release>
         <release version="1.1.1-SNAPSHOT" date="unreleased">
-            <action dev="dion" type="update" issue="JEXL-23">Fix jdk1.3 only code that has crept into Jexl tests</action>
+            <action dev="dion" type="update" issue="JEXL-23">Fix jdk1.3 only code that has crept into JEXL tests</action>
             <action dev="dion" type="update" issue="JEXL-22" due-to="Randy H.">Allow unicode literals to be used</action>
         </release>
         <release version="1.1" date="2006-09-10">

Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml Tue Dec  8 13:43:00 2015
@@ -91,7 +91,7 @@
           <td>Scripts</td>
           <td>
             <p>
-            A script in Jexl is made up of zero or more statements. Scripts can be read from a String, File or URL.
+            A script in JEXL is made up of zero or more statements. Scripts can be read from a String, File or URL.
             </p>
             <p>
             They can be created with named parameters which allow a later evaluation to be performed with arguments.
@@ -144,7 +144,7 @@
             Calls a method of an object, e.g.
             <source>"hello world".hashCode()</source> will call the <code>hashCode</code> method
             of the <code>"hello world"</code> String.
-            <p>In case of multiple arguments and overloading, Jexl will make the best effort to find
+            <p>In case of multiple arguments and overloading, JEXL will make the best effort to find
             the most appropriate non ambiguous method to call.</p>
           </td>
         </tr>
@@ -344,7 +344,7 @@
             <p>Note that the first argument of <code>new</code> can be a variable or any
             expression evaluating as a String or Class; the rest of the arguments are used
             as arguments to the constructor for the class considered.</p>
-            <p>In case of multiple constructors, Jexl will make the best effort to find
+            <p>In case of multiple constructors, JEXL will make the best effort to find
             the most appropriate non ambiguous constructor to call.</p>
           </td>
         </tr>

Modified: commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/ClassCreatorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/ClassCreatorTest.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/ClassCreatorTest.java (original)
+++ commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/ClassCreatorTest.java Tue Dec  8 13:43:00 2015
@@ -149,7 +149,7 @@ public class ClassCreatorTest extends Je
             // its owning class from being GCed
 //          Method m = clazz.getDeclaredMethod("getValue", new Class<?>[0]);
 //          mm.add(m);
-            // we should not be able to create foox since it is unknown to the Jexl classloader
+            // we should not be able to create foox since it is unknown to the JEXL classloader
             context.set("clazz", cctor.getClassName());
             context.set("foo", null);
             Object z = newx.evaluate(context);

Modified: commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/Jexl.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/Jexl.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/Jexl.java (original)
+++ commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/Jexl.java Tue Dec  8 13:43:00 2015
@@ -21,7 +21,7 @@ import org.apache.commons.jexl3.internal
 import java.util.Map;
 
 /**
- * Command line interface for Jexl for use in testing
+ * Command line interface for JEXL for use in testing
  * @since 1.0
  */
 public class Jexl {

Modified: commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/JexlTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/JexlTestCase.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/JexlTestCase.java (original)
+++ commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/JexlTestCase.java Tue Dec  8 13:43:00 2015
@@ -36,7 +36,7 @@ public class JexlTestCase {
     /** String parameter signature for test run. */
     private static final Class<?>[] stringParm = {String.class};
 
-    /** A default Jexl engine instance. */
+    /** A default JEXL engine instance. */
     protected final JexlEngine JEXL;
 
     public JexlTestCase(String name) {

Modified: commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/junit/Asserter.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/junit/Asserter.java?rev=1718606&r1=1718605&r2=1718606&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/junit/Asserter.java (original)
+++ commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/junit/Asserter.java Tue Dec  8 13:43:00 2015
@@ -32,7 +32,7 @@ import org.apache.commons.jexl3.JexlScri
 /**
  * A utility class for performing JUnit based assertions using Jexl
  * expressions. This class can make it easier to do unit tests using
- * Jexl navigation expressions.
+ * JEXL navigation expressions.
  *
  * @since 1.0
  */
@@ -41,7 +41,7 @@ public class Asserter extends Assert {
     private final Map<String, Object> variables = new HashMap<String, Object>();
     /** context to use during asserts. */
     private final JexlEvalContext context = new JexlEvalContext(variables);
-    /** Jexl engine to use during Asserts. */
+    /** JEXL engine to use during Asserts. */
     private final JexlEngine engine;
 
     /**
@@ -86,10 +86,10 @@ public class Asserter extends Assert {
     }
 
     /**
-     * Performs an assertion that the value of the given Jexl expression
+     * Performs an assertion that the value of the given JEXL expression
      * evaluates to the given expected value.
      *
-     * @param expression is the Jexl expression to evaluate
+     * @param expression is the JEXL expression to evaluate
      * @param expected is the expected value of the expression
      * @throws Exception if the expression could not be evaluationed or an assertion
      * fails