Closed
Bug 750687
Opened 13 years ago
Closed 11 years ago
AbstractMessageParser.java: dep induced javac -Werror failures
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joey, Unassigned)
References
Details
javac -Werror induced failures
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/io/AbstractMessageParser.java:68: warning: [rawtypes] found raw type: List
where E is a type-variable:
E extends Object declared in class ArrayList
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/io/AbstractMessageParser.java:98: warning: [rawtypes] found raw type: ArrayList
^
where T is a type-variable:
T extends Object declared in method <T>toArray(T[])
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/io/AbstractMessageParser.java:130: warning: [rawtypes] found raw type: List
^
missing type arguments for generic class List<E>
where E is a type-variable:
E extends Object declared in interface List
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/io/AbstractMessageParser.java:130: warning: [rawtypes] found raw type: ArrayList
missing type arguments for generic class ArrayList<E>
where E is a type-variable:
E extends Object declared in class ArrayList
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/io/AbstractMessageParser.java:163: warning: [rawtypes] found raw type: List
E extends Object declared in interface List
/local/mozilla/bugs/748470/mobile/android/base/httpclientandroidlib/impl/io/AbstractMessageParser.java:210: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
| Reporter | ||
Updated•13 years ago
|
Comment 1•11 years ago
|
||
Compiler warnings in third-party code are of no concern. See Bug 750685 for discussion.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•5 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
•