Open
Description
Description
This class implements the java.util.Iterator
interface. However, its next()
method is not capable of throwing java.util.NoSuchElementException
. This is a violation of the Iterator
interface's contract, and will not work with code that expects next()
to throw when the iterator is exhausted.
Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/VerisimilitudeX/VigenereDecrypter/issue/JAVA-W0146/occurrences/
Metadata
Assignees
Labels
No labels
Activity