brilianN / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

Silence unchecked warnings #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The compiler generates a lot of unchecked warnings when openintents is
compiled with -Xlint:unchecked.

A patch to revision 1110 for SDK 1.0 r1 is attached.

The patch fixes a number of other problems, of varying severity:

1. NPE in MediaBrowserActivity when browsing images or video:

mLayoutID may not be initialized in some cases.

2. Fixed exception in TagsCloudView onListItemClick.

3. Removed unused imports.

4. Added missing "@Override" annotations.

5. Replaced Collection implementations with interfaces where possible.

Original issue reported on code.google.com by joe.bowb...@gmail.com on 27 Sep 2008 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you very much!

The patch has been applied in revision 1132.

Original comment by peli0...@googlemail.com on 11 Oct 2008 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by peli0...@googlemail.com on 23 Dec 2009 at 4:41