Open
Bug 1510963
Opened 6 years ago
Updated 2 years ago
Deprecation Warnings: Deprecated API and Member Usage
Categories
(GeckoView :: General, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: fluffyemily, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Deprecated API Usage
This inspection reports where deprecated code is used in the specified inspection scope.
Affected Classes:
GeckoAppShell
GeckoNetworkManager
HttpMediaDrmCallback
NetworkUtilsTest
VideoCaptureDeviceInfoAndroid
WindowUtils
Deprecated Member is still used:
Reports deprecated classes, methods and fields which are used in your code nonetheless. For example:
class MyCode {
@Deprecated
// warning: "Deprecated member is still used"
void oldMethod() {}
void newMethod() {
oldMethod(); // forgotten usage
}
}
Affected Classes:
HttpMediaDrmCallback
Updated•6 years ago
|
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•