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.

xcode 5 deprecation warning about glut functions

I just upgrade my mac os x 10.6.8 to 10.9 this morning. Everything goes fine except the Xcode 5 with OpenGL Glut APIs. …

opengl glut xcode5 deprecated osx-mavericks
Why can't I use fopen?

In the mold of a previous question I asked about the so-called safe library deprecations, I find myself similarly bemused …

c++ c deprecated tr24731
If Swing is deprecated, what is the alternative?

I heard that apparently Swing is being developed no longer. I like Swing and use it all the time. What …

java swing awt deprecated
Display classes containing deprecation Android Studio

I updated my project to the latest Android APIs and the project now has multiple deprecated methods. Does Android Studio …

java android android-studio deprecated code-inspection
ERROR - Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0

Im occasionally getting this error, sometimes it pops up sometimes it doesnt: ERROR - Directive 'register_globals' is deprecated in …

php deprecated laravel register-globals
No more bird's eye view in the Bing Maps V8 API?

It appears that Bird's Eye View is no longer available in V8. Can anyone confirm that this is actually the …

bing-maps deprecated bing-api
GestureDetector Deprecated Issue

I have this code itemizedOverlay = new MyItemizedOverlay(drawable,this); itemizedOverlay.setGestureDetector(new GestureDetector(new MyGestureDetecor())); but new GestureDetector is marked …

android android-mapview deprecated android-maps
Python's many ways of string formatting — are the older ones (going to be) deprecated?

Python has at least six ways of formatting a string: In [1]: world = "Earth" # method 1a In [2]: "Hello, %s" % world Out[2]: …

python printf string-formatting deprecated backwards-compatibility
Swift 4 'substring(from:)' is deprecated: Please use String slicing subscript with a 'partial range from' operator

i've just converted my little app but i've found this error: 'substring(from:)' is deprecated: Please use String slicing …

swift substring deprecated swift4
Devise token_authenticatable deprecated, what is the alternative?

I have been using token_authenticatable before to secure my API, however, I have found that it was deprecated? What …

ruby-on-rails devise deprecated