[jira] Commented: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use heap w/generic T bound to anything other then Object

2011-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004431#comment-13004431 ] Uwe Schindler commented on LUCENE-2953: --- Committed trunk revision: 1079707 I will

[jira] Commented: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use heap w/generic T bound to anything other then Object

2011-03-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003852#comment-13003852 ] Dawid Weiss commented on LUCENE-2953: - There seems to be no consensus on how to deal

[jira] Commented: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use heap w/generic T bound to anything other then Object

2011-03-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003868#comment-13003868 ] Uwe Schindler commented on LUCENE-2953: --- The easy and most simply way to handle

[jira] Commented: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use heap w/generic T bound to anything other then Object

2011-03-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003873#comment-13003873 ] Dawid Weiss commented on LUCENE-2953: - The problem with then always casting from

[jira] Commented: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use heap w/generic T bound to anything other then Object

2011-03-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003876#comment-13003876 ] Uwe Schindler commented on LUCENE-2953: --- bq. Or a protected getter method that

[jira] Commented: (LUCENE-2953) PriorityQueue is inheriently broken if subclass attempts to use heap w/generic T bound to anything other then Object

2011-03-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003878#comment-13003878 ] Dawid Weiss commented on LUCENE-2953: - I remember using pq at some point for other