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

[jira] Created: (HARMONY-676) [classlib][luni][nio] incomplete generification breaks compilation

[classlib][luni][nio] incomplete generification breaks compilation
------------------------------------------------------------------

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

  Components: Classlib  
    Reporter: Alexey Varlamov
    Priority: Critical


The classlib compilation by eclipse compiler is broken. The compiler issues 5 errors about missing methods and incorrect overriding of parameterized methods.

PS. I tried with "target=1.5", but don't think it matters.

-- 
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-676) [classlib][luni][nio] incomplete generification breaks compilation

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

Mikhail Loenko commented on HARMONY-676:
----------------------------------------

I'm seeing the problem on Eclipse  3.1.0

> [classlib][luni][nio] incomplete generification breaks compilation
> ------------------------------------------------------------------
>
>          Key: HARMONY-676
>          URL: http://issues.apache.org/jira/browse/HARMONY-676
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Alexey Varlamov
>     Priority: Critical
>  Attachments: H-676.patch
>
> The classlib compilation by eclipse compiler is broken. The compiler issues 5 errors about missing methods and incorrect overriding of parameterized methods.
> PS. I tried with "target=1.5", but don't think it matters.

-- 
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-676) [classlib][luni][nio] incomplete generification breaks compilation

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

    Resolution: Fixed
     Assign To: Mikhail Loenko

fixed in revision 417664
Alexey, please check if it resolves your problem

> [classlib][luni][nio] incomplete generification breaks compilation
> ------------------------------------------------------------------
>
>          Key: HARMONY-676
>          URL: http://issues.apache.org/jira/browse/HARMONY-676
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Alexey Varlamov
>     Assignee: Mikhail Loenko
>     Priority: Critical
>  Attachments: H-676.patch
>
> The classlib compilation by eclipse compiler is broken. The compiler issues 5 errors about missing methods and incorrect overriding of parameterized methods.
> PS. I tried with "target=1.5", but don't think it matters.

-- 
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-676) [classlib][luni][nio] incomplete generification breaks compilation

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


verified by Alexey

> [classlib][luni][nio] incomplete generification breaks compilation
> ------------------------------------------------------------------
>
>          Key: HARMONY-676
>          URL: http://issues.apache.org/jira/browse/HARMONY-676
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Alexey Varlamov
>     Assignee: Mikhail Loenko
>     Priority: Critical
>  Attachments: H-676.patch
>
> The classlib compilation by eclipse compiler is broken. The compiler issues 5 errors about missing methods and incorrect overriding of parameterized methods.
> PS. I tried with "target=1.5", but don't think it matters.

-- 
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-676) [classlib][luni][nio] incomplete generification breaks compilation

Posted by "George Harley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-676?page=comments#action_12418010 ] 

George Harley commented on HARMONY-676:
---------------------------------------

Hi Alexey, 

I cannot reproduce this problem in the luni nor the nio modules where your patch suggests you are seeing the problem. What version of Eclipse are you working on ? 

Best regards, 
George

> [classlib][luni][nio] incomplete generification breaks compilation
> ------------------------------------------------------------------
>
>          Key: HARMONY-676
>          URL: http://issues.apache.org/jira/browse/HARMONY-676
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Alexey Varlamov
>     Priority: Critical
>  Attachments: H-676.patch
>
> The classlib compilation by eclipse compiler is broken. The compiler issues 5 errors about missing methods and incorrect overriding of parameterized methods.
> PS. I tried with "target=1.5", but don't think it matters.

-- 
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-676) [classlib][luni][nio] incomplete generification breaks compilation

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-676?page=comments#action_12418170 ] 

Alexey Varlamov commented on HARMONY-676:
-----------------------------------------

Verified on Eclipse versions 3.1.0 and 3.2RC7. 
Thank you!

> [classlib][luni][nio] incomplete generification breaks compilation
> ------------------------------------------------------------------
>
>          Key: HARMONY-676
>          URL: http://issues.apache.org/jira/browse/HARMONY-676
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Alexey Varlamov
>     Assignee: Mikhail Loenko
>     Priority: Critical
>  Attachments: H-676.patch
>
> The classlib compilation by eclipse compiler is broken. The compiler issues 5 errors about missing methods and incorrect overriding of parameterized methods.
> PS. I tried with "target=1.5", but don't think it matters.

-- 
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-676) [classlib][luni][nio] incomplete generification breaks compilation

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

Alexey Varlamov updated HARMONY-676:
------------------------------------

    Attachment: H-676.patch

Fix is trivial, see the patch attached.

> [classlib][luni][nio] incomplete generification breaks compilation
> ------------------------------------------------------------------
>
>          Key: HARMONY-676
>          URL: http://issues.apache.org/jira/browse/HARMONY-676
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Alexey Varlamov
>     Priority: Critical
>  Attachments: H-676.patch
>
> The classlib compilation by eclipse compiler is broken. The compiler issues 5 errors about missing methods and incorrect overriding of parameterized methods.
> PS. I tried with "target=1.5", but don't think it matters.

-- 
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