Closed Bug 1121656 Opened 9 years ago Closed 9 years ago

Remove static StringHelper.get references in BaseTest framework

Categories

(Firefox for Android Graveyard :: Testing, defect)

All
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mcomella, Unassigned, Mentored)

References

Details

(Whiteboard: [lang=java][good next bug])

Like bug 1121651, bug 938845 makes StringHelper an instance variable in BaseTest, but other classes that do not inherit from BaseTest in the framework call StringHelper statically (i.e. StringHelper.get). Fix this.

Unfortunately, BaseTest is a bit screwy so I'm not sure where these references are - it may be helpful to fix bug 1121651 first and then see [1].

Instances of StringHelper.get in UITest and BaseTest will likely be available at [1] when bug 938845 lands.

[1]: https://mxr.mozilla.org/mozilla-central/search?string=StringHelper.get%28&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central
Actually, doesn't look like this is an issue - there are just references in UITest.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.