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

Bug 319814

Summary: The type Assert is deprecated
Product: [Tools] CDT Reporter: Petri Tuononen <petri.tuononen>
Component: cdt-otherAssignee: Andrew Gvozdev <angvoz.dev>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 7.0   
Target Milestone: 8.0   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 319850    
Attachments:
Description Flags
Fixes deprecated Assert to use newer class.
none
Changes type org.eclipse.jface.util.Assert to org.eclipse.core.runtime.Assert
none
Changes type org.eclipse.jface.util.Assert to org.eclipse.core.runtime.Assert angvoz.dev: iplog+

Description Petri Tuononen CLA 2010-07-14 04:38:26 EDT
Build Identifier: 20100617-1415

Class org.eclipse.core.runtime.Assert could be used instead of deprecated org.eclipse.jface.util.Assert.

Reproducible: Always
Comment 1 Petri Tuononen CLA 2010-07-14 04:39:20 EDT
Created attachment 174266 [details]
Fixes deprecated Assert to use newer class.
Comment 2 Petri Tuononen CLA 2010-07-14 05:31:45 EDT
Created attachment 174272 [details]
Changes type org.eclipse.jface.util.Assert to org.eclipse.core.runtime.Assert
Comment 3 Petri Tuononen CLA 2010-07-14 05:33:12 EDT
Created attachment 174273 [details]
 Changes type org.eclipse.jface.util.Assert to org.eclipse.core.runtime.Assert
Comment 4 Andrew Gvozdev CLA 2010-07-14 15:30:55 EDT
Committed on HEAD (8.0). Thanks for the patch.