You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/06/08 04:21:29 UTC

[jira] Created: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

[classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
--------------------------------------------------------------------

         Key: HARMONY-574
         URL: http://issues.apache.org/jira/browse/HARMONY-574
     Project: Harmony
        Type: Bug

  Components: Classlib  
    Reporter: Paulex Yang
    Priority: Minor


There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Created: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by Paulex Yang <pa...@gmail.com>.
I suppose this means I should go on with the 574?

I'm lucky enough have not thrown my codes away due to desperation...

Tim Ellison wrote:
> sorry -- as you were then.
>
> Regards,
> Tim
>
> Geir Magnusson Jr wrote:
>   
>> Tim Ellison wrote:
>>     
>>> If we choose to pick up the concurrency utilities we will get
>>> j.u.PriorityQueue from there.
>>>       
>> Sadly no...  j.u.* is all (c) Sun, PROPRIETARY/CONFIDENTIAL and under
>> some unnamed license terms.  I saw the first 5 lines of the file and
>> stopped reading :)
>>
>> So we're constrained to getting j.u.concurrency.*
>>
>> geir
>>
>>     
>>> I wouldn't spend any time on it right now if I were you.
>>>
>>> Regards,
>>> Tim
>>>
>>> Paulex Yang (JIRA) wrote:
>>>       
>>>> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
>>>> --------------------------------------------------------------------
>>>>
>>>>          Key: HARMONY-574
>>>>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>>>>      Project: Harmony
>>>>         Type: Bug
>>>>
>>>>   Components: Classlib  
>>>>     Reporter: Paulex Yang
>>>>     Priority: Minor
>>>>
>>>>
>>>> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.
>>>>
>>>>         
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
>>     
>
>   


-- 
Paulex Yang
China Software Development Lab
IBM



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Created: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by Tim Ellison <t....@gmail.com>.
sorry -- as you were then.

Regards,
Tim

Geir Magnusson Jr wrote:
> 
> Tim Ellison wrote:
>> If we choose to pick up the concurrency utilities we will get
>> j.u.PriorityQueue from there.
> 
> Sadly no...  j.u.* is all (c) Sun, PROPRIETARY/CONFIDENTIAL and under
> some unnamed license terms.  I saw the first 5 lines of the file and
> stopped reading :)
> 
> So we're constrained to getting j.u.concurrency.*
> 
> geir
> 
>> I wouldn't spend any time on it right now if I were you.
>>
>> Regards,
>> Tim
>>
>> Paulex Yang (JIRA) wrote:
>>> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
>>> --------------------------------------------------------------------
>>>
>>>          Key: HARMONY-574
>>>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>>>      Project: Harmony
>>>         Type: Bug
>>>
>>>   Components: Classlib  
>>>     Reporter: Paulex Yang
>>>     Priority: Minor
>>>
>>>
>>> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.
>>>
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Created: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by Geir Magnusson Jr <ge...@pobox.com>.

Tim Ellison wrote:
> If we choose to pick up the concurrency utilities we will get
> j.u.PriorityQueue from there.

Sadly no...  j.u.* is all (c) Sun, PROPRIETARY/CONFIDENTIAL and under
some unnamed license terms.  I saw the first 5 lines of the file and
stopped reading :)

So we're constrained to getting j.u.concurrency.*

geir

> 
> I wouldn't spend any time on it right now if I were you.
> 
> Regards,
> Tim
> 
> Paulex Yang (JIRA) wrote:
>> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
>> --------------------------------------------------------------------
>>
>>          Key: HARMONY-574
>>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>>      Project: Harmony
>>         Type: Bug
>>
>>   Components: Classlib  
>>     Reporter: Paulex Yang
>>     Priority: Minor
>>
>>
>> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.
>>
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Created: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by Paulex Yang <pa...@gmail.com>.
Tim,

Thank you for your kind reminder. I just noticed from Geir's mail that 
the concurrent library Harmony will get is not Doug Lea's original 
release before Java SE 5[1] but a JSR166 implementation[2]. So would you 
please help to close this issue as "won't fix"?

[1]http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
[2]http://gee.cs.oswego.edu/dl/concurrency-interest/index.html



Tim Ellison wrote:
> If we choose to pick up the concurrency utilities we will get
> j.u.PriorityQueue from there.
>
> I wouldn't spend any time on it right now if I were you.
>
> Regards,
> Tim
>
> Paulex Yang (JIRA) wrote:
>   
>> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
>> --------------------------------------------------------------------
>>
>>          Key: HARMONY-574
>>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>>      Project: Harmony
>>         Type: Bug
>>
>>   Components: Classlib  
>>     Reporter: Paulex Yang
>>     Priority: Minor
>>
>>
>> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.
>>
>>     
>
>   


-- 
Paulex Yang
China Software Development Lab
IBM



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Created: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by Tim Ellison <t....@gmail.com>.
If we choose to pick up the concurrency utilities we will get
j.u.PriorityQueue from there.

I wouldn't spend any time on it right now if I were you.

Regards,
Tim

Paulex Yang (JIRA) wrote:
> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
> --------------------------------------------------------------------
> 
>          Key: HARMONY-574
>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>      Project: Harmony
>         Type: Bug
> 
>   Components: Classlib  
>     Reporter: Paulex Yang
>     Priority: Minor
> 
> 
> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


[jira] Assigned: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-574?page=all ]

Mikhail Loenko reassigned HARMONY-574:
--------------------------------------

    Assign To: Mikhail Loenko

> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
> --------------------------------------------------------------------
>
>          Key: HARMONY-574
>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony574.zip
>
> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-574?page=all ]

Paulex Yang updated HARMONY-574:
--------------------------------

    Attachment: Harmony574.zip

Please try this patch, thank you. 

> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
> --------------------------------------------------------------------
>
>          Key: HARMONY-574
>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Priority: Minor
>  Attachments: Harmony574.zip
>
> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-574?page=all ]
     
Mikhail Loenko resolved HARMONY-574:
------------------------------------

    Resolution: Fixed

integrated in revision 415247
Paulex, please check that it resolves the problem

> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
> --------------------------------------------------------------------
>
>          Key: HARMONY-574
>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony574.zip
>
> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-574?page=comments#action_12417065 ] 

Paulex Yang commented on HARMONY-574:
-------------------------------------

looks fine, thank you, Mikhail.

> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
> --------------------------------------------------------------------
>
>          Key: HARMONY-574
>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony574.zip
>
> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-574) [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-574?page=all ]
     
Mikhail Loenko closed HARMONY-574:
----------------------------------


verified by Paulex

> [classlib][util]Java 5 Enhancement:new class java.util.PriorityQueue
> --------------------------------------------------------------------
>
>          Key: HARMONY-574
>          URL: http://issues.apache.org/jira/browse/HARMONY-574
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony574.zip
>
> There is a new class java.util.PriorityQueue in Java 5, but it is not implemented in Harmony(project luni). I'll attach patch soon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira