Bogdan Popov

Results 2 comments of Bogdan Popov

> Why/how are you making classStack null? I don't make classStack null. It is because of the code of ArrayDeque: ```java package java.util; public class ArrayDeque extends AbstractCollection implements Deque,...

> Oh, ok, that's a bug. We can just skip the calls to push() and pop() in that case. Mind opening a pull request with the changes? Sure. I will...