Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319814 - The type Assert is deprecated
Summary: The type Assert is deprecated
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-other (show other bugs)
Version: 7.0   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 8.0   Edit
Assignee: Andrew Gvozdev CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 319850
  Show dependency tree
 
Reported: 2010-07-14 04:38 EDT by Petri Tuononen CLA
Modified: 2010-07-14 16:23 EDT (History)
0 users

See Also:


Attachments
Fixes deprecated Assert to use newer class. (4.57 KB, patch)
2010-07-14 04:39 EDT, Petri Tuononen CLA
no flags Details | Diff
Changes type org.eclipse.jface.util.Assert to org.eclipse.core.runtime.Assert (4.57 KB, patch)
2010-07-14 05:31 EDT, Petri Tuononen CLA
no flags Details | Diff
Changes type org.eclipse.jface.util.Assert to org.eclipse.core.runtime.Assert (4.57 KB, patch)
2010-07-14 05:33 EDT, Petri Tuononen CLA
angvoz.dev: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.