]> source.dussan.org Git - poi.git/commit
Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but we still...
authorNick Burch <nick@apache.org>
Thu, 24 Apr 2014 15:42:53 +0000 (15:42 +0000)
committerNick Burch <nick@apache.org>
Thu, 24 Apr 2014 15:42:53 +0000 (15:42 +0000)
commite7dff43065ea029b4d20ce482a2b94416a2d7a8c
treee73b2c7d2213f86566082d4cea9ba1db42ce92e7
parentd36d917467e2407497bfafd93cefa79282be4e50
Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589770 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFComment.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
test-data/spreadsheet/56450.xls [new file with mode: 0644]