Open Bug 1510707 Opened 6 years ago Updated 1 year ago

Class Structure Warning: Field can be local

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)

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

Hi, I would like to work on this, I'm an Outreachy applicant nice to meet you!

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.