UriUtil.normalize did not properly ensure that drive-letters on windows are canonically represented (i.e allways in upper-case or allways in lower-case).
This commit is contained in:
@@ -74,4 +74,9 @@ public class JavaProject implements IJavaProject, Disposable {
|
||||
public boolean exists() {
|
||||
return new File(uri).exists();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "JavaProject("+uri+")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user