This is an automated email from the ASF dual-hosted git repository.
mbenson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.
from 97cc23e test pathconvert setonempty=false
new 71f4424 add static BuildException factory method
new b4a91c7 refactor attribute introspection to support Optional* types
The 2 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/main/org/apache/tools/ant/BuildException.java | 12 ++
.../org/apache/tools/ant/IntrospectionHelper.java | 235 +++++++++++++--------
...trospectionHelperSetOptionalAttributesTest.java | 171 +++++++++++++++
3 files changed, 330 insertions(+), 88 deletions(-)
create mode 100644
src/tests/junit/org/apache/tools/ant/IntrospectionHelperSetOptionalAttributesTest.java