I am using p4java api's in my project.
I am having a IFileSpec
object which is not null. but when I do fileSpec.toString()
it shows me null.
As per the p4java doc fileSpec.toString()
method returns AnnotatedPreferredPathString
which is defined to be the path specified by (in order) the original path, the depot path, the client path, or the local path.
wanted to check what could be the scenario where this path can be NULL ?
Note : I don't have direct access to perforce repo which I am using. I am executing my program on a separate host and I am just getting logs from there.