databrary / datavyu

Desktop video coding/annotation tool
http://datavyu.org/
GNU General Public License v3.0
26 stars 18 forks source link

Avoid a NPE by caching the parent column for a cell #359

Closed sethk closed 3 years ago

sethk commented 4 years ago

This fixes a NullPointerException (#358) where parentColumn was null if none of the cells in this column were focused/unfocused before the column's variable was removed by a script call. Because the NPE was triggered during evaluation of a script, the stack trace isn't shown to the user, making it harder to track this down. I may try to address that in another PR.