Closed Bug 896031 Opened 11 years ago Closed 11 years ago

mobile/android/base/GeckoProfile.java:119: warning: [static] static variable should be qualified by type name, Context, instead of by an expression

Categories

(Firefox for Android Graveyard :: General, defect)

All
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 25

People

(Reporter: nalexander, Assigned: nalexander)

References

Details

Attachments

(1 file)

The offending line is

File guestDir = context.getDir("guest", context.MODE_PRIVATE);

This is a trivial fix (s/context.M/Context.M/).  Probably java version specific.
Attachment #778642 - Flags: review?(mark.finkle) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/bab7da9de71f
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox 25
https://hg.mozilla.org/mozilla-central/rev/bab7da9de71f
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: