[jira] [Commented] (LUCENE-4851) Use Java 7's {Integer,Long,Float,Double}.compare instead of branches

2013-03-18 Thread Commit Tag Bot (JIRA)

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

Commit Tag Bot commented on LUCENE-4851:


[trunk commit] Adrien Grand
http://svn.apache.org/viewvc?view=revision&revision=1457868

LUCENE-4851: Use Java 7's {Integer,Long,Float,Double}.compare instead of 
branches.



> Use Java 7's {Integer,Long,Float,Double}.compare instead of branches
> 
>
> Key: LUCENE-4851
> URL: https://issues.apache.org/jira/browse/LUCENE-4851
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Assignee: Adrien Grand
>Priority: Minor
> Fix For: 5.0
>
> Attachments: LUCENE-4851.patch, LUCENE-4851.patch
>
>
> We can use those methods now that trunk is on Java 7.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4851) Use Java 7's {Integer,Long,Float,Double}.compare instead of branches

2013-03-18 Thread Adrien Grand (JIRA)

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

Adrien Grand commented on LUCENE-4851:
--

Good idea, I'll do it!

> Use Java 7's {Integer,Long,Float,Double}.compare instead of branches
> 
>
> Key: LUCENE-4851
> URL: https://issues.apache.org/jira/browse/LUCENE-4851
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Assignee: Adrien Grand
>Priority: Minor
> Fix For: 5.0
>
> Attachments: LUCENE-4851.patch
>
>
> We can use those methods now that trunk is on Java 7.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4851) Use Java 7's {Integer,Long,Float,Double}.compare instead of branches

2013-03-18 Thread Robert Muir (JIRA)

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

Robert Muir commented on LUCENE-4851:
-

We can also grep for Long.signum... a lot of places using this are really 
wanting compare()

> Use Java 7's {Integer,Long,Float,Double}.compare instead of branches
> 
>
> Key: LUCENE-4851
> URL: https://issues.apache.org/jira/browse/LUCENE-4851
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Assignee: Adrien Grand
>Priority: Minor
> Fix For: 5.0
>
> Attachments: LUCENE-4851.patch
>
>
> We can use those methods now that trunk is on Java 7.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org