aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestCellComment.java
Commit message (Expand)AuthorAgeFilesLines
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-48/+51
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-2/+1
* cleanup for r1812470: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-2/+2
* convert "".equals(string) to string.isEmpty()Javen O'Neal2017-10-181-1/+1
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-6/+6
* bug 59279: add unit test for CellComment.equals and CellComment.hashCodeJaven O'Neal2016-06-171-0/+4
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-091-0/+34
* fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work wi...Javen O'Neal2016-05-091-5/+11
* move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTe...Javen O'Neal2016-05-091-0/+18
* eclipse warning fixesAndreas Beeker2016-03-181-7/+8
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-28/+46
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p...Andreas Beeker2014-11-161-8/+98
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-20/+22
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-0/+246