Open
Bug 1510707
Opened 6 years ago
Updated 2 years ago
Class Structure Warning: Field can be local
Categories
(GeckoView :: General, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: fluffyemily, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
This inspection searches for redundant class fields that can be replaced with local variables. If all local usages of a field are preceded by assignments to that field, the field can be removed and its usages replaced with local variables.
This is basically going through and figuring out if we need the variable any more.
Affected Classes:
DynamicToolbarAnimator
GeckoHlsPlayer
GeckoSession
GeckoThread
GeckoWebExecutor
MediaManager
RDPConnection
RuntimeTelemetry
VideoCaptureAndroid
Updated•6 years ago
|
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Comment 1•6 years ago
|
||
Hi, I would like to work on this, I'm an Outreachy applicant nice to meet you!
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•