You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2006/06/01 08:24:29 UTC

[jira] Created: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
----------------------------------------------------------------------------------------------------------

         Key: AXIS2C-170
         URL: http://issues.apache.org/jira/browse/AXIS2C-170
     Project: Axis2-C
        Type: Improvement

  Components: util  
    Versions: 0.92    
 Environment: all platforms
    Reporter: Damitha Kumarage
 Assigned to: Damitha Kumarage 
    Priority: Minor
     Fix For: 0.92


Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
Currently the only difference between different if blocks is in the difference in error code. Try to
set the error code in dll_desc and get the error code from there in a single if block

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-170?page=all ]

Samisa Abeysinghe updated AXIS2C-170:
-------------------------------------

    Fix Version: 0.93
                     (was: 0.92)

> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> ----------------------------------------------------------------------------------------------------------
>
>          Key: AXIS2C-170
>          URL: http://issues.apache.org/jira/browse/AXIS2C-170
>      Project: Axis2-C
>         Type: Improvement

>   Components: util
>     Versions: 0.92
>  Environment: all platforms
>     Reporter: Damitha Kumarage
>     Assignee: Damitha Kumarage
>     Priority: Minor
>      Fix For: 0.93

>
> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> Currently the only difference between different if blocks is in the difference in error code. Try to
> set the error code in dll_desc and get the error code from there in a single if block

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-170?page=all ]

Samisa Abeysinghe updated AXIS2C-170:
-------------------------------------

    Fix Version/s:     (was: 0.93)

Could not complete for 0.93. Postponed

> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-170
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-170
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.92
>         Environment: all platforms
>            Reporter: Damitha Kumarage
>         Assigned To: Damitha Kumarage
>            Priority: Minor
>
> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> Currently the only difference between different if blocks is in the difference in error code. Try to
> set the error code in dll_desc and get the error code from there in a single if block

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

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

Samisa Abeysinghe resolved AXIS2C-170.
--------------------------------------

    Resolution: Fixed

Removed unwanted if blocks

> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-170
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-170
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.92
>         Environment: all platforms
>            Reporter: Damitha Kumarage
>         Assigned To: Samisa Abeysinghe
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> Currently the only difference between different if blocks is in the difference in error code. Try to
> set the error code in dll_desc and get the error code from there in a single if block

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-170?page=all ]

Samisa Abeysinghe updated AXIS2C-170:
-------------------------------------

    Fix Version/s: 1.0.0

> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-170
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-170
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.92
>         Environment: all platforms
>            Reporter: Damitha Kumarage
>         Assigned To: Damitha Kumarage
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> Currently the only difference between different if blocks is in the difference in error code. Try to
> set the error code in dll_desc and get the error code from there in a single if block

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

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

Samisa Abeysinghe reassigned AXIS2C-170:
----------------------------------------

    Assignee: Samisa Abeysinghe  (was: Damitha Kumarage)

> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-170
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-170
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.92
>         Environment: all platforms
>            Reporter: Damitha Kumarage
>         Assigned To: Samisa Abeysinghe
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.
> Currently the only difference between different if blocks is in the difference in error code. Try to
> set the error code in dll_desc and get the error code from there in a single if block

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org