GitHub user jpountz opened a pull request:
https://github.com/apache/ant/pull/59
Fix NPE in ChainedMapper.
This NPE happens whenever any of the sub mappers returns `null`, which may
happen eg. with `GlobPatternMapper`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jpountz/ant fix/chained_mapper_npe
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ant/pull/59.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #59
----
commit e777ee85a5c077949c81e23c359cf857dd13ca83
Author: Adrien Grand <jpountz@...>
Date: 2018-02-08T14:22:02Z
Fix NPE in ChainedMapper.
This NPE happens whenever any of the sub mappers returns `null`, which may
happen eg. with `GlobPatternMapper`.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]