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

Bug 358776

Summary: [Intro][CheatSheets] Fix deprecation warnings in intro projects
Product: [Eclipse Project] Platform Reporter: Chris Goldthorpe <cgold>
Component: User AssistanceAssignee: Chris Goldthorpe <cgold>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.8   
Target Milestone: 3.8 M3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Chris Goldthorpe CLA 2011-09-23 16:38:08 EDT
There are a number of warning for deprecations in the projects
org.eclipse.ui.intro, org.eclipse.ui.intro.universal and org.eclipse.ui.cheatsheets which can be easily eliminated.

The warnings are:

The constructor DefaultScope() is deprecated    
The constructor InstanceScope() is deprecated
The import org.eclipse.help.internal.webapp.StatusProducer is never used
The method toURL() from the type File is deprecated
Comment 1 Chris Goldthorpe CLA 2011-09-23 16:46:02 EDT
Fixed in master with commit message:
Bug 358776 - [Intro][CheatSheets] Fix deprecation warnings in intro projects