Hi, Burt & Aaron,
As we discussed before I added one more method Workspace getNoCacheWorkspace(String path)
in class WorkspaceCache.java.
In issue related analysis please get instance by calling WorkspaceCache.getNoCacheWorkspace().
To check whether this workspace is valid or not you can iterate through all workspaces and check
it using
workspace.isSameWorkspace(),
workspace.isSubWorkspace(another) and
another.isSubWorkspace(workspace)
I added one more test case in Workspace.java and WorkspaceCache.java to test it. Please
let me know if there is any problem.
Thanks, Hongbing
