]> 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)
commit2c018cc43ae6bcd95c03621b67b568d50fa2b5e6
treee73b2c7d2213f86566082d4cea9ba1db42ce92e7
parented23692537c54b982a78bd37077bc80658a6737e
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]