Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Fix implementations of Iterator.next() for FindBugs IT_NO_SUCH_ELEMENT #222

Open
3 tasks
amcp opened this issue Jul 11, 2017 · 0 comments
Open
3 tasks

Fix implementations of Iterator.next() for FindBugs IT_NO_SUCH_ELEMENT #222

amcp opened this issue Jul 11, 2017 · 0 comments
Assignees
Labels

Comments

@amcp
Copy link
Contributor

amcp commented Jul 11, 2017

  • [INFO] com.amazon.janusgraph.diskstorage.dynamodb.iterator.ParallelScanner.next() can't throw NoSuchElementException [com.amazon.janusgraph.diskstorage.dynamodb.iterator.ParallelScanner] At ParallelScanner.java:[lines 110-116] IT_NO_SUCH_ELEMENT
  • [INFO] com.amazon.janusgraph.diskstorage.dynamodb.iterator.ScanSegmentWorker.next() can't throw NoSuchElementException [com.amazon.janusgraph.diskstorage.dynamodb.iterator.ScanSegmentWorker] At ScanSegmentWorker.java:[lines 51-70] IT_NO_SUCH_ELEMENT
  • [INFO] com.amazon.janusgraph.diskstorage.dynamodb.iterator.SequentialScanner.next() can't throw NoSuchElementException [com.amazon.janusgraph.diskstorage.dynamodb.iterator.SequentialScanner] At SequentialScanner.java:[lines 61-89] IT_NO_SUCH_ELEMENT
@amcp amcp self-assigned this Jul 11, 2017
@amcp amcp added the bug label Jul 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant