[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13944128#comment-13944128 ] ASF subversion and git services commented on ACCUMULO-2490: ---

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-22 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13944222#comment-13944222 ] Christopher Tubbs commented on ACCUMULO-2490: - Hmm, works fine for me

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-22 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13944264#comment-13944264 ] Sean Busbey commented on ACCUMULO-2490: --- Yeah, [Java 7 added type inference based

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939230#comment-13939230 ] Mike Drob commented on ACCUMULO-2490: - -1. Returning wildcarded types makes the

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread Eric Newton (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939236#comment-13939236 ] Eric Newton commented on ACCUMULO-2490: --- Mike, could you give an example of how

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939254#comment-13939254 ] Mike Drob commented on ACCUMULO-2490: - Sure. {code} PairInteger,String pair =

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread Eric Newton (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939392#comment-13939392 ] Eric Newton commented on ACCUMULO-2490: --- I'm convinced. I would favor reverting

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939395#comment-13939395 ] ASF subversion and git services commented on ACCUMULO-2490: ---

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread Bill Havanki (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939480#comment-13939480 ] Bill Havanki commented on ACCUMULO-2490: Reverting is a good idea. Both

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939488#comment-13939488 ] Christopher Tubbs commented on ACCUMULO-2490: - The No, Mike is right was in

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939486#comment-13939486 ] Christopher Tubbs commented on ACCUMULO-2490: - No, Mike is right. I made it

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939490#comment-13939490 ] ASF subversion and git services commented on ACCUMULO-2490: ---

[jira] [Commented] (ACCUMULO-2490) Pair.fromEntry should accept bounded wild card parameters

2014-03-17 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938740#comment-13938740 ] Mike Drob commented on ACCUMULO-2490: - This could potentially be part of a larger