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: dev@poi.apache.org
          Reporter: one...@apache.org

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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to