diff --git a/src/com/tofvesson/collections/ShiftingList.java b/src/com/tofvesson/collections/ShiftingList.java index 4517ee5..142df8a 100644 --- a/src/com/tofvesson/collections/ShiftingList.java +++ b/src/com/tofvesson/collections/ShiftingList.java @@ -268,11 +268,7 @@ public class ShiftingList implements List { private Object previous; public Iterator(ShiftingList ref){ this.ref = ref; } public boolean hasNext() { return counter getCallerClass(){ + ArrayList s = new ArrayList(); + StackTraceElement[] s1 = new Exception().getStackTrace(); + Collections.addAll(s, s1); + s.remove(0); + Iterator i = s.iterator(); + String s2; + while(i.hasNext()){ + if((s2=i.next().toString()).contains("java.lang.reflect.Method.invoke") + || s2.contains("sun.reflect.NativeMethodAccessorImpl.invoke") + || s2.contains("sun.reflect.DelegatingMethodAccessorImpl.invoke")) + i.remove(); + } + try { return Class.forName(s.get(s.size()==1?0:1).getClassName()); } catch (ClassNotFoundException e) { } + assert false:"Unreachable code reached"; + return null; + } + }