Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347492 - raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier
Summary: raise the visibility of getEnvironment(Object context) in the class of UserDe...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 8.0   Edit
Assignee: Vivian Kong CLA
QA Contact: Doug Schaefer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 13:58 EDT by John Liu CLA
Modified: 2011-05-27 15:23 EDT (History)
1 user (show)

See Also:


Attachments
The patch applied to cdt.core (1.27 KB, text/plain)
2011-05-27 14:03 EDT, John Liu CLA
vivkong: iplog+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Liu CLA 2011-05-27 13:58:03 EDT
This is for fixing a RDT bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=338595, I need to raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier from protected to public.
Comment 1 John Liu CLA 2011-05-27 14:03:03 EDT
Created attachment 196794 [details]
The patch applied to cdt.core

The code update patch is attached. I would like the patch to be applied to the head stream and cdt_7_0 stream. Please let me know if you have any concern regarding it. Thanks.
Comment 2 Chris Recoskie CLA 2011-05-27 14:04:05 EDT
Since this is in an iternal package, I see no API issues.
Comment 3 Vivian Kong CLA 2011-05-27 14:15:46 EDT
I'll take a look
Comment 4 Vivian Kong CLA 2011-05-27 14:22:41 EDT
Fixed in HEAD and cdt_7_0.  Thanks John.
Comment 5 CDT Genie CLA 2011-05-27 14:23:08 EDT
*** cdt cvs genie on behalf of vkong ***
Bug 347492 - raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier - for John Liu

[*] UserDefinedEnvironmentSupplier.java 1.7 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/envvar/UserDefinedEnvironmentSupplier.java?root=Tools_Project&r1=1.6&r2=1.7
Comment 6 CDT Genie CLA 2011-05-27 15:23:08 EDT
*** cdt cvs genie on behalf of vkong ***
Bug 347492 - raise the visibility of getEnvironment(Object context) in the class of UserDefinedEnvironmentSupplier - for John Liu

[*] UserDefinedEnvironmentSupplier.java 1.8 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/envvar/UserDefinedEnvironmentSupplier.java?root=Tools_Project&r1=1.7&r2=1.8

[*] UserDefinedEnvironmentSupplier.java 1.5.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/envvar/UserDefinedEnvironmentSupplier.java?root=Tools_Project&r1=1.5&r2=1.5.2.1