Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 410942

Summary: bootstrap leaves "pluginRegistry" and "serviceRegistry" references on global object
Product: [ECD] Orion Reporter: Simon Kaegi <simon_kaegi>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: 3.0Flags: mamacdon: review+
Target Milestone: 3.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Simon Kaegi CLA 2013-06-17 13:19:23 EDT
These were originally left as a debug convenience but now should probably be removed.

If while debugging you require them you can use something like...

require("orion/bootstrap").startup().then(function(result) {
window._pluginRegistry = result.pluginRegistry;
window._serviceRegistry = result.serviceRegistry;
});
Comment 1 Simon Kaegi CLA 2013-06-17 13:37:14 EDT
Fixed in Master. I did a preliminary check however I want this fixed asap to give us a chance to catch any one using the globals.