This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT".
The branch, master has been updated via 0e72820377fff08bf6ebec4e2b6b789b2feca22e (commit) via 8cc669ead6cc6f8fd2e0d42f2cf54bb7eb0cc752 (commit) from 4c1b567bb1c279f343cd4b5188cd2172af960e3f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0e72820377fff08bf6ebec4e2b6b789b2feca22e Merge: 4c1b567 8cc669e Author: Andrew John Hughes <gnu_and...@member.fsf.org> Date: Wed Aug 7 11:56:23 2013 +0100 Merge branch 'master' of ../classpath Conflicts: ChangeLog commit 8cc669ead6cc6f8fd2e0d42f2cf54bb7eb0cc752 Author: Andrew John Hughes <gnu_and...@member.fsf.org> Date: Tue Aug 6 23:48:16 2013 +0100 Add methods for Iterables to ElementFilter. 2013-07-03 Andrew John Hughes <gnu_and...@member.fsf.org> * javax/lang/model/util/ElementFilter.java: (typesIn(Iterable)): Implemented. (constructorsIn(Iterable)): Likewise. (fieldsIn(Iterable)): Likewise. (methodsIn(Iterable)): Likewise. (packagesIn(Iterable)): Likewise. (FilteredList(Iterable,ElementKind...)): Fix documentation. (FilteredIterator): Make non-final so it can be subclassed. (FilteredIterator.kinds): Make protected, allowing access form subclass. (FilteredList): New class. (FilteredList.elements): The filtered Iterable. (FilteredList.kinds): The kinds to allow. (FilteredList.FilteredList(Iterable,ElementKind...)): New constructor. (FilteredList.listIterator(int)): New method. (FilteredList.size()): Likewise. (FilteredListIterator): New class. (FilteredListIterator.listIterator): The underlying iterator. (FilteredListIterator.index): The position. (FilteredListIterator.cache): The cache of elements. (FilteredListIterator.FilteredListIterator(iterator, index,kinds)): New constructor. (FilteredListIterator.next()): New method. (FilteredListIterator.add(E)): Likewise. (FilteredListIterator.hasPrevious()): Likewise. (FilteredListIterator.previous()): Likewise. (FilteredListIterator.nextIndex()): Likewise. (FilteredListIterator.previousIndex()): Likewise. (FilteredListIterator.set(E)): Likewise. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 36 ++++ javax/lang/model/util/ElementFilter.java | 301 +++++++++++++++++++++++++++++- 2 files changed, 332 insertions(+), 5 deletions(-) hooks/post-receive -- UNNAMED PROJECT