Bug 68894 - [content type] preferences not being loaded
Summary: [content type] preferences not being loaded
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0.1   Edit
Assignee: Rafael Chaves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 13:19 EDT by Rafael Chaves CLA
Modified: 2004-07-14 16:09 EDT (History)
2 users (show)

See Also:


Attachments
patches for core.runtime and core.tests.runtime (4.54 KB, application/octet-stream)
2004-07-14 12:16 EDT, Rafael Chaves CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Chaves CLA 2004-06-29 13:19:28 EDT
3.0

Preferences for content types are not being properly loaded. The reason is that
a scope is not being properly specified when retrieving the preference node.
This breaks any support for user-settings in the content type mechanism.
Comment 1 Rafael Chaves CLA 2004-06-30 11:52:21 EDT
Other issues with use of preferences:
- file specs are not being properly serialized
- isAssociatedWith does not take preferences into account
Comment 2 Rafael Chaves CLA 2004-07-08 18:01:55 EDT
Fixed. Released to HEAD. Test cases added.
Comment 3 Rafael Chaves CLA 2004-07-08 18:06:51 EDT
May be a good candidate for 3.0.1.
Comment 4 DJ Houghton CLA 2004-07-14 09:10:47 EDT
Rafael, please attach a patch based on 3.0 code so we can evaluate the
complexity of the fix for consideration for 3.0.1. Thanks.
Comment 5 Rafael Chaves CLA 2004-07-14 12:16:10 EDT
Created attachment 13246 [details]
patches for core.runtime and core.tests.runtime

Patch for R3_0 containing the proposed fixes.
Comment 6 DJ Houghton CLA 2004-07-14 16:09:30 EDT
Released into 3.0 maintenance branch for inclusion in 3.0.1.
Changing milestone to reflect this.