grpc-java-contrib
grpc-java-contrib copied to clipboard
Invalid output file name for insertion point during debug
I'm on latest version 1.2.0, see this

The next call to Files.createParentDirs(outFile); at line 167 fails with
java.io.IOException: The filename, directory name, or volume label syntax is incorrect
What OS are you using? Cursory searching of that error suggests Windows.
It's windows indeed, but the implementation is buggy anyway. getNameWithoutExtension cuts the full path and dot character before java is missing from output file name. So, while it might not throw the exception in Linux environment, it behaves not the way it should....