This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


    from ced1bc4  Fix PMD AvoidDecimalLiteralsInBigDecimalConstructor in 
org.apache.commons.jxpath.util.BasicTypeConverter.allocateNumber(Class, double)
     new 87f4472  Javadoc
     new b2e40ba  
org.apache.commons.jxpath.ri.JXPathContextReferenceImpl.iteratePointers(String) 
now uses generics
     new 688bc8e  
org.apache.commons.jxpath.ri.JXPathContextReferenceImpl.iteratePointers(String, 
Expression) now uses generics
     new 868105b  
org.apache.commons.jxpath.CompiledExpression.iteratePointers(JXPathContext) now 
uses generics
     new 56fa34a  Fix typos in Javadoc and exception messages
     new 6bd9410  ClassLoaderUtil.getClass(*) now uses generics

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  8 +++++++
 .../apache/commons/jxpath/CompiledExpression.java  | 14 +++++------
 .../org/apache/commons/jxpath/JXPathContext.java   | 18 +++++++--------
 .../commons/jxpath/JXPathContextFactory.java       |  3 +--
 .../apache/commons/jxpath/JXPathIntrospector.java  |  3 +--
 .../apache/commons/jxpath/PackageFunctions.java    |  2 +-
 .../java/org/apache/commons/jxpath/Pointer.java    |  7 ++++--
 .../org/apache/commons/jxpath/ri/Compiler.java     |  2 +-
 .../jxpath/ri/JXPathCompiledExpression.java        |  2 +-
 .../jxpath/ri/JXPathContextReferenceImpl.java      | 27 +++++++++++-----------
 .../commons/jxpath/ri/compiler/Expression.java     |  2 +-
 .../commons/jxpath/ri/model/NodePointer.java       |  2 +-
 .../commons/jxpath/util/ClassLoaderUtil.java       | 19 +++++++++------
 .../commons/jxpath/xml/DocumentContainer.java      |  3 +--
 src/site/xdoc/users-guide.xml                      |  4 ++--
 .../jxpath/ri/JXPathCompiledExpressionTest.java    |  2 +-
 16 files changed, 65 insertions(+), 53 deletions(-)

Reply via email to