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

Uwe Schindler commented on LUCENE-5512:
---------------------------------------

I think before backporting to 4.x, I would do the merge of the previous 
patches. Once the vote is over, I will start and backport as many as possible 
of the previous commits for Java 7. This includes reverting the "quick fix" 
commits to prevent compile issues in 4.x.

My personal opinion about the diamond operator is mixed: I don't see this as 
important. Much more important is migrating over the code to try-with resources 
and only use IOUtils at places where the open/close is not in the same code 
block. But this needs more careful review!

> Remove redundant typing (diamond operator) in trunk
> ---------------------------------------------------
>
>                 Key: LUCENE-5512
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5512
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Robert Muir
>         Attachments: LUCENE-5512.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to