Alex Goldberg

Results 3 issues of Alex Goldberg

I would like to improve EC PIT coverage please.

**Describe the bug** NPE sporadically gets thrown by PageIterator (line 74) when PageIterator.hasNext() is invoked. **To Reproduce** Steps to reproduce the behavior: I was able to reproduce behavior in this...

https://github.com/hub4j/github-api/blob/4bba9680706785d6385ed69243f41a5f36757463/src/main/java/org/kohsuke/github/GHRepositoryStatistics.java#L67 This method will never invoke Thread.sleep if the data is not ready. ``` if (stats == null && waitTillReady) { for (int i = 0; i < MAX_WAIT_ITERATIONS; i...

bug