You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I get a NullPointerException when calling Faker#locality. The message is java.lang.NullPointerException: Cannot invoke "java.nio.file.Path.toString()" because the return value of "java.nio.file.Path.getFileName()" is null
Describe the bug
I get a
NullPointerException
when callingFaker#locality
. The message isjava.lang.NullPointerException: Cannot invoke "java.nio.file.Path.toString()" because the return value of "java.nio.file.Path.getFileName()" is null
To Reproduce
https://github.com/f-cramer/datafaker-npe
Just run
gradlew test
to reproduceExpected behavior
Initialization of Locality should complete without throwing an exception
Versions:
The text was updated successfully, but these errors were encountered: