Details
Description
if (!resourcePath.startsWith(workspacePath)) { throw new IllegalArgumentException("Resource path '" + resourcePath + "' does not start with workspace path '" + workspacePath + "."); }
(missing closing quote)
if (!resourcePath.startsWith(workspacePath)) { throw new IllegalArgumentException("Resource path '" + resourcePath + "' does not start with workspace path '" + workspacePath + "."); }
(missing closing quote)