https://bz.apache.org/bugzilla/show_bug.cgi?id=59789
Bug ID: 59789
Summary: Comments not shifted when row shifting
Product: POI
Version: 3.15-dev
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
Assignee: [email protected]
Reporter: [email protected]
Found by Findbugs on POI-JDK8
HSSFSheet.java:1565, RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT, Priority: Normal
Return value of org.apache.poi.hssf.model.InternalSheet.getNoteRecords()
ignored, but method has no side effect
if (moveComments) {
_sheet.getNoteRecords()
}
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]