You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/07/17 06:09:27 UTC

[Bug 59873] New: Replace Hyperlink type int constants with a HyperlinkType enum

https://bz.apache.org/bugzilla/show_bug.cgi?id=59873

            Bug ID: 59873
           Summary: Replace Hyperlink type int constants with a
                    HyperlinkType enum
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: onealj@apache.org
            Blocks: 59836

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59873] Replace Hyperlink type int constants with a HyperlinkType enum

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59873

--- Comment #2 from Javen O'Neal <on...@apache.org> ---
r1760621 added @Removal annotations

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59873] Replace Hyperlink type int constants with a HyperlinkType enum

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59873

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org