maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
https://github.com/maurycyw/StaggeredGridViewDemo
1.64k stars 664 forks source link

Accessing local variable before nullcheck in getFirstChildAtColumn(int) #57

Closed marcosalis closed 11 years ago

marcosalis commented 11 years ago

The local variable 'child' is accessed right before a null check (also reported by static analyzer tool FindBugs).