IPath path = classPathEntry.getPath();
System.out.println("ClassEntry:");
System.out.println("\tOriginal : " + path.toOSString());
System.out.println("\tRelative : " + path.makeRelative().toOSString());
System.out.println("\tAbsolute : " + path.makeAbsolute().toOSString());
switch (kind) {
case IClasspathEntry.CPE_LIBRARY:
path = classPathEntry.getPath();
boolean inProject = currentContainer.getFullPath().makeAbsolute().isPrefixOf(