Bug 59873

Summary: Replace Hyperlink type int constants with a HyperlinkType enum
Product: POI Reporter: Javen O'Neal <onealj>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.15-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 59836    

Description Javen O'Neal 2016-07-17 06:09:27 UTC

    
Comment 1 Javen O'Neal 2016-07-17 10:35:40 UTC
Fixed in r1753035 r1753040 r1753041.

Use HyperlinkType.{URL|EMAIL|FILE|DOCUMENT} instead of Hyperlink.{LINK_URL|LINK_EMAIL|LINK_FILE|LINK_DOCUMENT}.
Use Hyperlink.getTypeEnum instead of Hyperlink.getType

In the future getType will return a HyperlinkType enum and getTypeEnum will be removed as part of this multi-step process to phase out untyped constants.
Comment 2 Javen O'Neal 2016-09-14 03:18:10 UTC
r1760621 added @Removal annotations