Top "Deprecated" questions

Deprecation is a status applied to software features or language terms to indicate that they should be avoided, typically because they have been superseded.

How to manually deprecate members

Unlike Objective-C, Swift has no preprocessor, so is there still a way to manually deprecate members of a class? I …

ios objective-c swift c-preprocessor deprecated
Minimum Font Size deprecated on ios version 6.0

I just upgraded to xcode 4.5 with iOS 6.0 and it's highlighting a warning on all the UILabels in my XIB files …

ios xcode uilabel deprecated font-size
JasperReports 5.6: JRXlsExporter.setParameter is deprecated

I have this code to export a JasperReprot to XLS: JasperPrint jprint=JasperFillManager.fillReport(expRpg, null, new JRBeanCollectionDataSource(datalist)); JRXlsExporter …

java jasper-reports export deprecated
@deprecated vs @Deprecated

I'm able to deprecate a function or class with the @Deprecated annotation. But there is a @deprecated javadoc tag in …

java deprecated
React 16.7 - React.SFC is now deprecated

I use to declare stateless components like this: const example: React.SFC<IExample> = ({propsType}) => (); However the SFC …

reactjs typescript deprecated deprecation-warning
ActivityManager.getRunningTasks is deprecated android

I am working on push notification in android where i am using a below method to show notification, but the …

android push-notification deprecated activity-manager
OnCameraChangeListener() is deprecated

Today, looking back at my old code, I've found out that OnCameraChangeListener() is now deprecated. I'm finding difficult to understand …

android listener deprecated
What's wrong with strcmp?

In the responses to the question Reading In A String and comparing it C, more than one person discouraged the …

c string deprecated strcmp
Where can I find a good online OpenGL 3.0 tutorial that doesn't use any deprecated functionality?

I just purchased the fifth edition of the OpenGL SuperBible. I'm very pleased that they've avoided using deprecated functionality but …

opengl deprecated opengl-3 pyopengl
Is it safe to use .getWidth on Display even though its deprecated

So i have a small problem, i'm writing a function which need to send screen width to server. I got …

android width deprecated