Closed
Bug 750708
Opened 13 years ago
Closed 10 years ago
HttpConnectionMetricsImpl.java: dep induced javac -Werror failures
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joey, Unassigned)
References
Details
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/HttpConnectionMetricsImpl.java:54: warning: [rawtypes] found raw type: HashMap
where T is a type-variable:
T extends Object declared in class Class
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/HttpConnectionMetricsImpl.java:127: warning: [rawtypes] found raw type: HashMap
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/HttpConnectionMetricsImpl.java:129: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
List elements = new ArrayList();
^
missing type arguments for generic class List<E>
where E is a type-variable:
E extends Object declared in interface List
Comment 1•10 years ago
|
||
Compiler warnings in third-party code are of no concern. See Bug 750685 for discussion.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•