[jira] [Commented] (TEXT-39) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2017-05-05 Thread Amey Jadiye (JIRA)

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

Amey Jadiye commented on TEXT-39:
-

[~pascalschumacher], I have submitted PR please verify 
https://github.com/apache/commons-text/pull/39 

> WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
> -
>
> Key: TEXT-39
> URL: https://issues.apache.org/jira/browse/TEXT-39
> Project: Commons Text
>  Issue Type: Improvement
>Reporter: Sebb
> Fix For: 1.1
>
>
> The Javadoc for Character#toTitleCase(char) recommends using 
> Character#toTitleCase(int) instead. This method was added in Java 1.5 which 
> is perhaps is why it was not used originally; maybe we should use it now.



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


[jira] [Commented] (TEXT-39) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2017-05-03 Thread Amey Jadiye (JIRA)

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

Amey Jadiye commented on TEXT-39:
-

 Thanks [~pascalschumacher] for confirmation, working on it.

> WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
> -
>
> Key: TEXT-39
> URL: https://issues.apache.org/jira/browse/TEXT-39
> Project: Commons Text
>  Issue Type: Improvement
>Reporter: Sebb
> Fix For: 1.1
>
>
> The Javadoc for Character#toTitleCase(char) recommends using 
> Character#toTitleCase(int) instead. This method was added in Java 1.5 which 
> is perhaps is why it was not used originally; maybe we should use it now.



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


[jira] [Commented] (TEXT-39) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2017-05-03 Thread Pascal Schumacher (JIRA)

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

Pascal Schumacher commented on TEXT-39:
---

Now that WordUtils is back this should be fixed. A pull request would be very 
welcome.

> WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
> -
>
> Key: TEXT-39
> URL: https://issues.apache.org/jira/browse/TEXT-39
> Project: Commons Text
>  Issue Type: Improvement
>Reporter: Sebb
> Fix For: 1.1
>
>
> The Javadoc for Character#toTitleCase(char) recommends using 
> Character#toTitleCase(int) instead. This method was added in Java 1.5 which 
> is perhaps is why it was not used originally; maybe we should use it now.



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


[jira] [Commented] (TEXT-39) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2017-05-03 Thread Amey Jadiye (JIRA)

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

Amey Jadiye commented on TEXT-39:
-

Hi Folks,

this jira is marked for 1.1 release, any update on this ?  since WordUtils is 
back in commons text do we need to still implement this?  let me know the 
details and i can push this change, else close JIRA.

> WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
> -
>
> Key: TEXT-39
> URL: https://issues.apache.org/jira/browse/TEXT-39
> Project: Commons Text
>  Issue Type: Improvement
>Reporter: Sebb
> Fix For: 1.1
>
>
> The Javadoc for Character#toTitleCase(char) recommends using 
> Character#toTitleCase(int) instead. This method was added in Java 1.5 which 
> is perhaps is why it was not used originally; maybe we should use it now.



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


[jira] [Commented] (TEXT-39) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2016-12-27 Thread Don Jeba (JIRA)

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

Don Jeba commented on TEXT-39:
--

Thank you for the note, will look for other issue

> WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
> -
>
> Key: TEXT-39
> URL: https://issues.apache.org/jira/browse/TEXT-39
> Project: Commons Text
>  Issue Type: Improvement
>Reporter: Sebb
>
> The Javadoc for Character#toTitleCase(char) recommends using 
> Character#toTitleCase(int) instead. This method was added in Java 1.5 which 
> is perhaps is why it was not used originally; maybe we should use it now.



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


[jira] [Commented] (TEXT-39) WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2016-12-26 Thread Pascal Schumacher (JIRA)

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

Pascal Schumacher commented on TEXT-39:
---

Issue moved from commons-lang to commons-text.

> WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)
> -
>
> Key: TEXT-39
> URL: https://issues.apache.org/jira/browse/TEXT-39
> Project: Commons Text
>  Issue Type: Improvement
>Reporter: Sebb
>
> The Javadoc for Character#toTitleCase(char) recommends using 
> Character#toTitleCase(int) instead. This method was added in Java 1.5 which 
> is perhaps is why it was not used originally; maybe we should use it now.



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