id summary reporter owner description type status priority milestone component version resolution keywords cc 1633 NumberFormatException when parsing NaN values Nicklas Nordborg everyone "This was fixed a long time ago by ticket #708 for one case, but not when number formatters are used (#311). Here is an example exception from the raw data importer: {{{ Caused by: net.sf.basedb.core.BaseException: For input string: ""nan"" on line 1253 in file 'isoforms.fpkm_tracking': NM_001193599 - -... at net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java:708) at net.sf.basedb.plugins.AbstractFlatFileImporter.run(AbstractFlatFileImporter.java:445) at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:116) at net.sf.basedb.test.PluginUtil.executeJob(PluginUtil.java:150) ... 3 more Caused by: java.lang.NumberFormatException: For input string: ""nan"" at net.sf.basedb.core.Type.parseString(Type.java:534) at net.sf.basedb.core.ExtendedProperty.parseString(ExtendedProperty.java:237) at net.sf.basedb.plugins.RawDataFlatFileImporter.handleData(RawDataFlatFileImporter.java:844) at net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java:676) ... 6 more }}} " defect closed trivial BASE 3.0 core fixed