GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/52
Generics in core This is as far as I can get without significant changes to API. Any remaining points of contention are annotated by `@SuppressWarnings` (and I'm not proud of what `NoFilter` looks like). If you need proof that arrays of generics are broken, just change `List<T>` back to `T[]` in `ModuleRules` and watch the fireworks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/twogee/ant-ivy generics-in-core Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant-ivy/pull/52.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 #52 ---- commit cce62bb298d2af097a6b595a6f3f058ae6c4d3b7 Author: twogee <g.grigelio...@gmail.com> Date: 2017-07-06T06:04:24Z Add generics and Java 7 syntax to core commit 91668c1ce81f396558be2e04542a9d95dbaed103 Author: twogee <g.grigelio...@gmail.com> Date: 2017-07-09T10:01:05Z Checkstyle ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org