elharo opened a new issue, #402:
URL: https://github.com/apache/maven-shared-utils/issues/402

   `PathTool.getRelativeFilePath()` returns `null` for Windows cross-drive 
scenarios (lines 167 and 174) instead of `""` (empty string). The method's 
Javadoc shows `""` for null/empty inputs, and callers may not expect null.
   
   Fix: change the two `return null` to `return ""`.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to