[patch] avoid npes when parsing potentially null strings->Integers
------------------------------------------------------------------
Key: CASSANDRA-1796
URL: https://issues.apache.org/jira/browse/CASSANDRA-1796
Project: Cassandra
Issue Type: Bug
Environment: ubuntu 10.10 jdk 1.6.17 ant1.8
Reporter: Dave Brosius
Priority: Trivial
code potentially performs Integer.parseInt(null) which throws NPEs, patch
guards against this, and returns 0 instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.