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.

The constructor Date(...) is deprecated. What does it mean? (Java)

I'm trying to create a Date like this: date = new Date(year-1900, mon-1, day, hrs, min, sec); and Eclipse gives …

java date constructor deprecated
Rails I18n validation deprecation warning

I just updated to rails 4.0.2 and I'm getting this warning: [deprecated] I18n.enforce_available_locales will default to true …

ruby-on-rails ruby ruby-on-rails-4 deprecated rails-i18n
How can I get rid of deprecated warnings in deprecated functions in GCC?

One way to implement deprecation warnings is to produce warnings on calls to deprecated functions, unless you are calling from …

c++ gcc deprecated gcc-warning
GET_TASKS Permission Deprecated

I have an security App (App Locker) that uses this permission: android.permission.GET_TASKS In android Lollipop this permission …

android permissions deprecated
Springs XmlBeanFactory is deprecated

I try to learn Spring. I am following this site http://www.roseindia.net/spring/spring3/spring-3-hello-world.shtml I …

java spring deprecated xmlbeans
Why is StringTokenizer deprecated?

The Java documentation doesn't seem to mention anything about deprecation for StringTokenizer, yet I keep hearing about how it was …

java string split deprecated stringtokenizer
UILineBreakModeWordWrap is deprecated

Here's my code: CGSize s = [string sizeWithFont:[UIFont systemFontOfSize:20] constrainedToSize:CGSizeMake(self.view.bounds.size.width - 40, CGFLOAT_MAX) // - 40 …

uilabel deprecated
What is so bad about GL_QUADS?

I hear that GL_QUADS are going to be removed in the OpenGL versions > 3.0, why is that? Will my …

opengl deprecated
DeprecationWarning: collection.findAndModify is deprecated. Use findOneAndUpdate, findOneAndReplace or findOneAndDelete instead?

I am using mongoose findOneAndUpdate but still getting the error, DeprecationWarning: collection.findAndModify is deprecated. Use findOneAndUpdate, findOneAndReplace or findOneAndDelete …

node.js mongodb mongoose deprecated
FacebookSdk.sdkInitialize (Context) is deprecated

I'm using facebook-android-sdk-4.19.0 in Android Studio and I followed the Facebook quick start guide at https://developers.facebook.com/docs/…

android facebook facebook-android-sdk deprecated