aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFHyperlink.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-161-1/+1
* Add test for question on the mailing-listDominik Stadler2017-09-161-12/+51
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-21/+21
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-171-2/+7
* bug 59775: correctly create XSSFHyperlinks when target is a URL containing a ...Javen O'Neal2016-07-171-2/+38
* bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink...Javen O'Neal2015-11-021-0/+24
* whitespaceJaven O'Neal2015-11-021-121/+121
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+8
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+4
* Try to make Sonar builds run again: add missing dependency, add ooxml-schema-...Dominik Stadler2015-08-161-10/+4
* Bug #53282 - Avoid exception when parsing OPC relationships with non-breaking...Yegor Kozlov2012-10-291-0/+10
* Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://'Yegor Kozlov2012-10-261-0/+9
* Bugzilla 53043 - don't duplicate hyperlink relationships when saving XSSF fileYegor Kozlov2012-04-211-6/+40
* Bugzilla 52716 - tolerate hyperlinks that have neither location nor relationYegor Kozlov2012-02-221-0/+20
* validate hyperlink address as discussed on poi-userYegor Kozlov2012-02-021-0/+29
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-4/+3
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-6/+8
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-191-14/+2
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-7/+7
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-191-7/+8
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-121-60/+55
* import OpenXML4j codebaseYegor Kozlov2009-01-291-1/+0
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-14/+6
* Finish off XSSFHyperlink supportNick Burch2008-04-071-5/+106
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee...Nick Burch2008-04-051-0/+86