Most voted "deprecated" questions
Outdated, disused or obsolete.
Learn more…15 questions
Sort by count of
-
22
votes5
answers2467
viewsWhat is a deprecated code?
What is a deprecated code (code depreciation)? I heard about in a video lesson and I was in doubt.
-
7
votes1
answer689
viewsDifference between @Deprecated and @deprecated
What’s the difference between @Deprecated as an annotation in the class and @deprecated in the documentation of the same? When to use one and when to use the other? /** * Combo box that shows the…
-
5
votes1
answer462
viewsHow to solve the problem of PHP 5.6 with obsolete PPA on Linux?
I went to spin the remote sudo apt-get upgrade and I got the PHP PPA discontinuation message. After updating the PHP version, when I run php -v, appears the following: PHP…
-
3
votes1
answer90
viewsDiscontinued setDefaultPushCallback and trackAppOpened methods
While using Parse, I noticed that some methods used in PARSE’s own site examples are discontinued (deprecated), among them the PushService.setDefaultPushCallback and the…
-
3
votes1
answer75
viewsObsolete html.fromHtml for Android N+
In Android 7.0 (API level 24) the static method fromHtml() of the public class Html became obsolete I don’t know why, if you know tell me. See an example of how it was used:…
-
3
votes1
answer85
viewsReplace string_concat() with equivalent
I am a beginner in Python and accepted to participate in a more or less old project, which was using Python 2.7 so far. At the beginning of the year, this version was deprecated and now I can’t…
-
2
votes2
answers83
viewsHow to use/maintain obsolete methods for older versions of iOS?
I’m developing an app for different summers from iOS, in this case for iOS 7 and iOS 8. I’m trying to create the Push Notification service, but the methods to register the app and others, are…
-
2
votes0
answers149
viewsHow to remove obsolete Warning message for $HTTP_RAW_POST_DATA?
We are using php://input in the requests in Angularjs: //método public function putData() { $params = file_get_contents("php://input"); return json_decode($params); } How it’s being used: $postData…
-
1
votes1
answer559
viewsWhat would be an alternative to the "obsolete" showDialog function?
Explanation: I have a mobile application that uses the method showDialog() at a given time, to show a DatePickerDialog and get the date, but I see that on the following line:…
-
1
votes1
answer3392
viewsDeprecated: Methods with the same name as their class will not be constructors in a Future version of PHP
I have a page in Wordpress that for some time is all blank and only appears the favicon. I enabled the display of the PHP error message to know what was happening and I got this: Deprecated: Methods…
-
0
votes0
answers128
viewsDefaulthttpclient is decrepated in Android app
I’m doing a JSON integration in my application, but when I use DefaultHttpClientdisplays the message: 'org.apache.http.impl.client.Defaulthttpclient' is deprecated. Follow the code below: public…
-
0
votes1
answer58
viewsHow to find all places where depreciated methods are being used in Netbeans?
Are there any tools in Netbeans that allow you to generate a file, report, log, or something like that to find all methods that are deprecated in a Class or Project? I tried to find on the Internet,…
-
0
votes1
answer46
viewsAmendments with IOS 9
I was programming using the language Objective-C and when the update of Xcode 7 there were some errors in the language, one of them is in the file AppDelegate.m: (NSManagedObjectContext…
-
0
votes1
answer87
viewsCheck Internet status on API 29 (Anroid Q)
Good afternoon, I have the following method to check if the internet network is active at that time: public static boolean isNetworkAvaliable(Context ctx) { ConnectivityManager connectivityManager =…
-
-1
votes2
answers800
viewsIssue with updating mysql to mysqli
I’m trying to install a script from a site, but my knowledge in Php is fine, I installed the database and the files on FTP, but keeps appearing the following error: Deprecated: mysql_connect(): The…