rain-on opened a new issue #50: FileBackedFingerprintRepository throws NPE if 
fingerPrintFile has no parent Dir
URL: https://github.com/apache/incubator-tuweni/issues/50
 
 
   When attempt to create a FileBackedFingerprintRepository, if the supplied 
path is a simple filename (eg Path.of("file.tmp"), it effectively has no parent 
directory, and thus the call to createDirectories() (on line 39) is invoked 
with a 'null' parameter, resulting in an NPE.
   
   Current workaround is to ensure it the FileBackedFingerprintRepository is 
instantiated with an absolutePath 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org
For additional commands, e-mail: dev-h...@tuweni.apache.org

Reply via email to