This PR fixes an issue with non-unified target file strings. For JVM projects, the target file string is a path of the source file within the package directory, which does not start with a '/'. This behaviour differs from other project languages like C/C++, where the path always starts with a '/'. This PR unifies the behaviour to allow the logic to handle both cases successfully.
This PR fixes an issue with non-unified target file strings. For JVM projects, the target file string is a path of the source file within the package directory, which does not start with a '/'. This behaviour differs from other project languages like C/C++, where the path always starts with a '/'. This PR unifies the behaviour to allow the logic to handle both cases successfully.