-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize the ProjectPreferences with the workspace #126
Conversation
The Jenkins build of this PR has now completed. See details at https://ci.eclipse.org/platform/job/eclipse.platform.resources/job/PR-126/1/ |
bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java
Outdated
Show resolved
Hide resolved
The Jenkins build of this PR has now completed. See details at https://ci.eclipse.org/platform/job/eclipse.platform.resources/job/PR-126/2/ |
bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java
Show resolved
Hide resolved
...s/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/ProjectPreferences.java
Show resolved
Hide resolved
The Jenkins build of this PR has now completed. See details at https://ci.eclipse.org/platform/job/eclipse.platform.resources/job/PR-126/3/ |
bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java
Show resolved
Hide resolved
I have now added a error thrown if the preferences are not of the expected type. |
The Jenkins build of this PR has now completed. See details at https://ci.eclipse.org/platform/job/eclipse.platform.resources/job/PR-126/4/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please with next change squash everything in one commit before pushing.
bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java
Show resolved
Hide resolved
The Jenkins build of this PR has now completed. See details at https://ci.eclipse.org/platform/job/eclipse.platform.resources/job/PR-126/5/ |
The Jenkins build of this PR has now completed. See details at https://ci.eclipse.org/platform/job/eclipse.platform.resources/job/PR-126/6/ |
...s/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/ProjectPreferences.java
Outdated
Show resolved
Hide resolved
This makes the current Workspace visible to the ProjectPreferences right after we change the search order. Beside that, the workspace is passed / fetched from known sources if possible Fix eclipse-platform#124
The Jenkins build of this PR has now completed. See details at https://ci.eclipse.org/platform/job/eclipse.platform.resources/job/PR-126/7/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
This makes the current Workspace visible to the ProjectPreferences right
after we change the search order.
Beside that, the workspace is passed / fetched from known sources if
possible
Fix #124
Blocks #71