You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/04/06 10:58:05 UTC

[Bug 59279] New: CellComment equals method

https://bz.apache.org/bugzilla/show_bug.cgi?id=59279

            Bug ID: 59279
           Summary: CellComment equals method
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: onealj@apache.org

XSSFComment and HSSFComment do not implement equals, which could be helpful
when making comparisons between objects.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59279] CellComment equals method

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59279

--- Comment #2 from Javen O'Neal <on...@apache.org> ---
Added equals and hashCode methods in r1748814. Still missing unit tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59279] CellComment equals method

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59279

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Created attachment 33731
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33731&action=edit
patch for HSSFCommet and XSSFComment with equals and hashCode methods

Patch is missing unit tests for equals and hashCode methods

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59279] CellComment equals method

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59279

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Javen O'Neal <on...@apache.org> ---
Added a poor man's unit test in r1748827.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org