Bug 59279 - CellComment equals method
Summary: CellComment equals method
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.15-dev
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-06 08:58 UTC by Javen O'Neal
Modified: 2016-06-17 10:19 UTC (History)
0 users



Attachments
patch for HSSFCommet and XSSFComment with equals and hashCode methods (6.81 KB, patch)
2016-04-06 09:00 UTC, Javen O'Neal
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Javen O'Neal 2016-04-06 08:58:05 UTC
XSSFComment and HSSFComment do not implement equals, which could be helpful when making comparisons between objects.
Comment 1 Javen O'Neal 2016-04-06 09:00:20 UTC
Created attachment 33731 [details]
patch for HSSFCommet and XSSFComment with equals and hashCode methods

Patch is missing unit tests for equals and hashCode methods
Comment 2 Javen O'Neal 2016-06-17 08:56:41 UTC
Added equals and hashCode methods in r1748814. Still missing unit tests.
Comment 3 Javen O'Neal 2016-06-17 10:19:34 UTC
Added a poor man's unit test in r1748827.