id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1332,TableWriter.tablePrintData() doesn't handle null values correctly,Nicklas Nordborg,Nicklas Nordborg,"The problematic line is: {{{ if (d != null) print(d == null ? nv : d.toString()); }}} which either prints the value of 'd' (converted to a string) or nothing. According to the documentation this method should print the value of 'nv' if 'd' is null. Fortunately the default value of 'nv' is the empty string, so this should not affect anything unless 'nv' has been changed in some place (there is no known code that does this today). ",defect,closed,major,BASE 2.12.1,core,,fixed,,