You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2010/03/01 10:44:05 UTC

[jira] Created: (HARMONY-6458) [classlib] [portlib] unix/hysock.c hysock_bind has redundant code

[classlib] [portlib] unix/hysock.c hysock_bind has redundant code
-----------------------------------------------------------------

                 Key: HARMONY-6458
                 URL: https://issues.apache.org/jira/browse/HARMONY-6458
             Project: Harmony
          Issue Type: Bug
    Affects Versions: 6.0M1, 5.0M13
            Reporter: Mark Hindess
            Assignee: Mark Hindess
             Fix For: 6.0M2, 5.0M14


hysock_bind on unix has an #ifdef SIN6_LEN section that defines a length variable that is not used.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-6458) [classlib] [portlib] unix/hysock.c hysock_bind has redundant code

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess updated HARMONY-6458:
----------------------------------

    Fix Version/s: 6.0M3
                   5.0M15
                       (was: 5.0M14)
                       (was: 6.0M2)

I've not had time to look at these and they aren't urgent so I'm deferring fixing them until the next release.

> [classlib] [portlib] unix/hysock.c hysock_bind has redundant code
> -----------------------------------------------------------------
>
>                 Key: HARMONY-6458
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6458
>             Project: Harmony
>          Issue Type: Bug
>    Affects Versions: 6.0M1, 5.0M13
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> hysock_bind on unix has an #ifdef SIN6_LEN section that defines a length variable that is not used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6458) [classlib] [portlib] unix/hysock.c hysock_bind has redundant code

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876359#action_12876359 ] 

Mark Hindess commented on HARMONY-6458:
---------------------------------------

Fixed (indirectly) by commit r952336.


> [classlib] [portlib] unix/hysock.c hysock_bind has redundant code
> -----------------------------------------------------------------
>
>                 Key: HARMONY-6458
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6458
>             Project: Harmony
>          Issue Type: Bug
>    Affects Versions: 6.0M1, 5.0M13
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> hysock_bind on unix has an #ifdef SIN6_LEN section that defines a length variable that is not used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-6458) [classlib] [portlib] unix/hysock.c hysock_bind has redundant code

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess closed HARMONY-6458.
---------------------------------

    Resolution: Fixed

Removed by refactoring.


> [classlib] [portlib] unix/hysock.c hysock_bind has redundant code
> -----------------------------------------------------------------
>
>                 Key: HARMONY-6458
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6458
>             Project: Harmony
>          Issue Type: Bug
>    Affects Versions: 6.0M1, 5.0M13
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> hysock_bind on unix has an #ifdef SIN6_LEN section that defines a length variable that is not used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6458) [classlib] [portlib] unix/hysock.c hysock_bind has redundant code

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876363#action_12876363 ] 

Hudson commented on HARMONY-6458:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #19 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/19/])
    Fix FreeBSD socket problem - it requires the sin_len field to be correct.
"ant -Dexclude.module=awt,swing test" now passes 99.27% of 17597 tests.

This indirectly fixes "[#HARMONY-6458] [classlib] [portlib] unix/hysock.c
hysock_bind has redundant code".


> [classlib] [portlib] unix/hysock.c hysock_bind has redundant code
> -----------------------------------------------------------------
>
>                 Key: HARMONY-6458
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6458
>             Project: Harmony
>          Issue Type: Bug
>    Affects Versions: 6.0M1, 5.0M13
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> hysock_bind on unix has an #ifdef SIN6_LEN section that defines a length variable that is not used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6458) [classlib] [portlib] unix/hysock.c hysock_bind has redundant code

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876348#action_12876348 ] 

Hudson commented on HARMONY-6458:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #827 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/827/])
    Fix FreeBSD socket problem - it requires the sin_len field to be correct.
"ant -Dexclude.module=awt,swing test" now passes 99.27% of 17597 tests.

This indirectly fixes "[#HARMONY-6458] [classlib] [portlib] unix/hysock.c
hysock_bind has redundant code".


> [classlib] [portlib] unix/hysock.c hysock_bind has redundant code
> -----------------------------------------------------------------
>
>                 Key: HARMONY-6458
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6458
>             Project: Harmony
>          Issue Type: Bug
>    Affects Versions: 6.0M1, 5.0M13
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> hysock_bind on unix has an #ifdef SIN6_LEN section that defines a length variable that is not used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.