https://bz.apache.org/bugzilla/show_bug.cgi?id=58441
Bug ID: 58441 Summary: [PATCH] Define equals method for CellRangeAddressBase Product: POI Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P2 Component: SS Common Assignee: dev@poi.apache.org Reporter: javenon...@gmail.com Blocks: 58348 Created attachment 33124 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33124&action=edit CellRangeAddressBase with added equals and hashCode methods CellRangeAddressBase doesn't have an equals method. Equals method should determine if two CellRangeAddressBases refer to the same area by comparing _firstRow, _lastRow, _firstCol, _lastCol. Since it's possible for (_firstRow and _lastRow) and (_firstCol and _lastCol) to become inverted, a comparison should sort the fields. -- 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