Closed alexander-yevsyukov closed 9 months ago
This PR fixes the calculation of a fully qualified top Java class name out of a file path when running under Windows. Now File.separator is used instead of "/".
File.separator
"/"
This PR fixes the calculation of a fully qualified top Java class name out of a file path when running under Windows. Now
File.separator
is used instead of"/"
.