[jira] [Commented] (TEXT-41) WordUtils.abbreviate support

2017-05-09 Thread Rob Tompkins (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002986#comment-16002986
 ] 

Rob Tompkins commented on TEXT-41:
--

Thanks for that reminder. Completely overlooked on my part :-).

> WordUtils.abbreviate support
> 
>
> Key: TEXT-41
> URL: https://issues.apache.org/jira/browse/TEXT-41
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Mirek Hankus
>Assignee: Rob Tompkins
> Fix For: 1.1
>
> Attachments: LANG-766.patch
>
>
> Commons Lang 2.x has method WordUtils.abbreviate(java.lang.String str, int 
> lower, int upper, java.lang.String appendToEnd), which 
> # operates on words not Strings as StringUtils.abbreviate 
> # it allows to specify what shoud be appended to string 
> (StringUtils.abbreviate always appends "...")
> In 3.0 there is no such method, but it was very usefull. please add support 
> for WordUtils.abbreviate



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEXT-41) WordUtils.abbreviate support

2017-05-09 Thread Amey Jadiye (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002966#comment-16002966
 ] 

Amey Jadiye commented on TEXT-41:
-

Hi [~chtompki], as PR already merged can we mark this to resolved ?

> WordUtils.abbreviate support
> 
>
> Key: TEXT-41
> URL: https://issues.apache.org/jira/browse/TEXT-41
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Mirek Hankus
>Assignee: Rob Tompkins
> Fix For: 1.1
>
> Attachments: LANG-766.patch
>
>
> Commons Lang 2.x has method WordUtils.abbreviate(java.lang.String str, int 
> lower, int upper, java.lang.String appendToEnd), which 
> # operates on words not Strings as StringUtils.abbreviate 
> # it allows to specify what shoud be appended to string 
> (StringUtils.abbreviate always appends "...")
> In 3.0 there is no such method, but it was very usefull. please add support 
> for WordUtils.abbreviate



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEXT-41) WordUtils.abbreviate support

2017-05-04 Thread Rob Tompkins (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997118#comment-15997118
 ] 

Rob Tompkins commented on TEXT-41:
--

Adding the reference to the removal of this method from WordUtils.

> WordUtils.abbreviate support
> 
>
> Key: TEXT-41
> URL: https://issues.apache.org/jira/browse/TEXT-41
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Mirek Hankus
> Fix For: 1.1
>
> Attachments: LANG-766.patch
>
>
> Commons Lang 2.x has method WordUtils.abbreviate(java.lang.String str, int 
> lower, int upper, java.lang.String appendToEnd), which 
> # operates on words not Strings as StringUtils.abbreviate 
> # it allows to specify what shoud be appended to string 
> (StringUtils.abbreviate always appends "...")
> In 3.0 there is no such method, but it was very usefull. please add support 
> for WordUtils.abbreviate



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEXT-41) WordUtils.abbreviate support

2017-05-03 Thread Amey Jadiye (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995505#comment-15995505
 ] 

Amey Jadiye commented on TEXT-41:
-

Hi All,

This was pending since long (2012), created pull request based on patch 
submitted, let me know if any further action required on this ?
https://github.com/apache/commons-text/pull/38

> WordUtils.abbreviate support
> 
>
> Key: TEXT-41
> URL: https://issues.apache.org/jira/browse/TEXT-41
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Mirek Hankus
> Fix For: 1.1
>
> Attachments: LANG-766.patch
>
>
> Commons Lang 2.x has method WordUtils.abbreviate(java.lang.String str, int 
> lower, int upper, java.lang.String appendToEnd), which 
> # operates on words not Strings as StringUtils.abbreviate 
> # it allows to specify what shoud be appended to string 
> (StringUtils.abbreviate always appends "...")
> In 3.0 there is no such method, but it was very usefull. please add support 
> for WordUtils.abbreviate



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TEXT-41) WordUtils.abbreviate support in 3.0

2016-12-26 Thread Pascal Schumacher (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15778615#comment-15778615
 ] 

Pascal Schumacher commented on TEXT-41:
---

Issue moved from commons-lang to commons-text, because WordUtils was ported to 
commons-text and and the commons-lang version will soon be deprecated.

> WordUtils.abbreviate support in 3.0
> ---
>
> Key: TEXT-41
> URL: https://issues.apache.org/jira/browse/TEXT-41
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Mirek Hankus
> Attachments: LANG-766.patch
>
>
> Commons Lang 2.x has method WordUtils.abbreviate(java.lang.String str, int 
> lower, int upper, java.lang.String appendToEnd), which 
> # operates on words not Strings as StringUtils.abbreviate 
> # it allows to specify what shoud be appended to string 
> (StringUtils.abbreviate always appends "...")
> In 3.0 there is no such method, but it was very usefull. please add support 
> for WordUtils.abbreviate



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)