Bug 366973 - Extension point schema specifies only one property element per supportedProperties element
Summary: Extension point schema specifies only one property element per supportedPrope...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 15:02 EST by Eugene Ostroukhov CLA
Modified: 2020-09-04 15:17 EDT (History)
1 user (show)

See Also:


Attachments
Simple patch to fix the cardinality. (674 bytes, text/plain)
2011-12-16 15:02 EST, Eugene Ostroukhov CLA
no flags Details
Fixed patch (764 bytes, patch)
2011-12-16 15:12 EST, Eugene Ostroukhov CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Ostroukhov CLA 2011-12-16 15:02:52 EST
Created attachment 208503 [details]
Simple patch to fix the cardinality.

Extension point schema specifies that only one property can be included in supportedProperties element (and only one supportedProperties can be included in the tool) while the code can tolerate several (and supportedProperties element name implies that several properties can be included).
Comment 1 Eugene Ostroukhov CLA 2011-12-16 15:12:04 EST
Created attachment 208504 [details]
Fixed patch

Previous patch was created in a hurry.