Bug 131239 - limitations in cdt-build area for project converter support. Take 2.
Summary: limitations in cdt-build area for project converter support. Take 2.
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 20:54 EST by Ryan Hapgood CLA
Modified: 2020-09-04 15:25 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hapgood CLA 2006-03-09 20:54:50 EST
+++ This bug was initially created as a clone of Bug #128333 +++

Whilst Sunil's fixes are a great step towards making projects convertible It does not seem to do a complete job. The getConfigurationMap() has become public, but the getConfigurationList() has not. If I were to wish to remove a configuration during conversion (cannot use removeConfiguration as it needs buildInfo) I believe I should remove it from both the map and the list. If I'm wrong please ignore and close the bug.

Ryan.

> iv)  the method getConfigurationMap() in ManagedProject class is defined as private. So, it is not  possible to access from outside the class. We need to make it public.
> 
> Sunil