Top "Deprecation-warning" questions

A deprecation warning indicates that a method is obsolete.

How to suppress specific Lint warning for deprecated Android function?

I use a version switch to support older Android versions. int sdk = Build.VERSION.SDK_INT; if (sdk < Build.…

android gradle lint deprecation-warning
DeprecationWarning: Listening to events on the Db class has been deprecated and will be removed in the next major version

I am using mongoose and mocha for MongoDB schema design and API development I am getting this warning... what does …

node.js mongodb mongoose deprecation-warning
variantOutput.getPackageApplication() is obsolete

with Gradle 4.10.1 and the Android Gradle plugin updated to 3.3.0, I get the following warning: WARNING: API 'variantOutput.getPackageApplication()' is …

gradle android-gradle-plugin build.gradle deprecation-warning build-variant
Resize PyTorch Tensor

I am currently using the tensor.resize() function to resize a tensor to a new shape t = t.resize(1, 2, 3). This …

python runtime-error pytorch tensor deprecation-warning
How to warn about class (name) deprecation

I have renamed a python class that is part of a library. I am willing to leave a possibility to …

python class backwards-compatibility deprecation-warning
How should I mark a method as "obsolete" in JS?

I am refactoring a rather large JS file that contains many unrelated methods into something that will regroup the methods …

javascript deprecated deprecation-warning
RemovedInDjango19Warning: Model doesn't declare an explicit app_label

Have gone through Django 1.9 deprecation warnings app_label but answers couldn't fix my problem, so asking again. I have an …

python django django-signals django-apps deprecation-warning
Glut deprecation in Mac OSX 10.9, IDE: QT Creator

I was trying to build an opengl program on qt creator, installed on my mac, with osx 10.9. I got several …

c++ opengl osx-mavericks glut deprecation-warning
material-ui Drawer - findDOMNode is deprecated in StrictMode

I have a simple ReactJS app based on hooks (no classes) using StrictMode. I am using React version 16.13.1 and Material-UI …

reactjs material-ui deprecation-warning react-navigation-drawer strict-mode
Python/matplotlib : getting rid of matplotlib.mpl warning

I am using matplotlib using python 3.4. When I start my program, I have the following warning message: C:\Python34-32…

python matplotlib deprecation-warning