Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] org.eclipse.jface.util.Assert is now deprecated


The Assert class in jface is now deprecated in favor of the org.eclipse.core.runtime.Assert class (which is defined in the org.eclipse.equinox.common plug-in).
I've fixed all the references in the JFace plug-in, but did not touch JFace data binding or any other non-JFace clients.
So if you see warnings showing up in your code, this is why.

For reference see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=155788

susan

Back to the top