Open Bug 1510963 Opened 6 years ago Updated 2 years ago

Deprecation Warnings: Deprecated API and Member Usage

Categories

(GeckoView :: General, enhancement, P5)

Unspecified
Android
enhancement

Tracking

(Not tracked)

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
Keywords: good-first-bug
OS: Unspecified → Android
Priority: -- → P5
Product: Firefox for Android → GeckoView
Severity: normal → S3

Enhancements should have severity N/A.

Severity: S3 → N/A
You need to log in before you can comment on or make changes to this bug.