Am 20.09.2013 11:34, schrieb Peter Levart:
[...]
List<StackFrameInfo> frames = new ArrayList<>();
Thread.walkStack(frames::add);

No so awfull.

as I said, it is unclear to me as of if walkStack walks the whole stack or not. Your code implies it does. If It does, I don't see the advantage of suing a Stream here.... or does the predicate version not?

bye blackdrag

--
Jochen "blackdrag" Theodorou - Groovy Project Tech Lead
blog: http://blackdragsview.blogspot.com/
german groovy discussion newsgroup: de.comp.lang.misc
For Groovy programming sources visit http://groovy-lang.org

Reply via email to