wala / WALA

T.J. Watson Libraries for Analysis, with frontends for Java, Android, and JavaScript, and may common static program analyses
http://github.com/wala/WALA
Eclipse Public License 2.0
755 stars 221 forks source link

Fix a bug in IteratorPlusOne #1423

Closed msridhar closed 2 months ago

msridhar commented 2 months ago

next() should throw a NoSuchElementException when there are no more elements. Before it returned null.

github-actions[bot] commented 2 months ago

Test Results

  813 files  ±0    813 suites  ±0   4h 1m 14s :stopwatch: + 34m 22s   735 tests ±0    718 :white_check_mark: ±0   17 :zzz: ±0  0 :x: ±0  5 029 runs  ±0  4 908 :white_check_mark: ±0  121 :zzz: ±0  0 :x: ±0 

Results for commit 57be19fa. ± Comparison against base commit 202ca3ce.