-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
java.util.Objects in requireNonNull at line 209
java.util.Optional in of at line 113
emailvalidator4j.lexer.EmailLexer in lex at line 36
emailvalidator4j.parser.Email in parse at line 27
emailvalidator4j.EmailValidator in isValid at line 23
So the tokens is not empty, but tokens.get(0) is null -- this should probably be Optional.ofNullable.
Metadata
Metadata
Assignees
Labels
No labels