You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Pete Robbins (JIRA)" <tu...@ws.apache.org> on 2006/10/05 11:00:19 UTC

[jira] Created: (TUSCANY-798) Compile warning in Composite constructor

Compile warning in Composite constructor
----------------------------------------

                 Key: TUSCANY-798
                 URL: http://issues.apache.org/jira/browse/TUSCANY-798
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SCA
    Affects Versions: Cpp-current
         Environment: Windows VC6
            Reporter: Pete Robbins
         Assigned To: Pete Robbins


Composite constructor passes "this" to it's super class ComponentType. This gets a compiler warning on VC6 and is, in my opinion, unnecessary.
I'm not sure why ComponentType takes a Composite* in it's constructor, it doesn't need it and it is never used!

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-798) Compile warning in Composite constructor

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-798?page=all ]

Pete Robbins updated TUSCANY-798:
---------------------------------

    Attachment: TUSCANY-798-a.patch

Here is a complete patch removing Composite* from the getImplementation() calls

> Compile warning in Composite constructor
> ----------------------------------------
>
>                 Key: TUSCANY-798
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-798
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>         Environment: Windows VC6
>            Reporter: Pete Robbins
>         Assigned To: Pete Robbins
>         Attachments: TUSCANY-798-a.patch, TUSCANY-798.patch
>
>
> Composite constructor passes "this" to it's super class ComponentType. This gets a compiler warning on VC6 and is, in my opinion, unnecessary.
> I'm not sure why ComponentType takes a Composite* in it's constructor, it doesn't need it and it is never used!

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-798) Compile warning in Composite constructor

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-798?page=all ]

Pete Robbins updated TUSCANY-798:
---------------------------------

    Attachment: TUSCANY-798.patch

This patch removes the Composite* from the ComponetnType constructor. I'll apply it when I can confirm it really isn't needed.

> Compile warning in Composite constructor
> ----------------------------------------
>
>                 Key: TUSCANY-798
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-798
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>         Environment: Windows VC6
>            Reporter: Pete Robbins
>         Assigned To: Pete Robbins
>         Attachments: TUSCANY-798.patch
>
>
> Composite constructor passes "this" to it's super class ComponentType. This gets a compiler warning on VC6 and is, in my opinion, unnecessary.
> I'm not sure why ComponentType takes a Composite* in it's constructor, it doesn't need it and it is never used!

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-798) Compile warning in Composite constructor

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-798?page=all ]

ant elder updated TUSCANY-798:
------------------------------

    Fix Version/s: Cpp-current

> Compile warning in Composite constructor
> ----------------------------------------
>
>                 Key: TUSCANY-798
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-798
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>         Environment: Windows VC6
>            Reporter: Pete Robbins
>         Assigned To: Pete Robbins
>             Fix For: Cpp-current
>
>         Attachments: TUSCANY-798-a.patch, TUSCANY-798.patch
>
>
> Composite constructor passes "this" to it's super class ComponentType. This gets a compiler warning on VC6 and is, in my opinion, unnecessary.
> I'm not sure why ComponentType takes a Composite* in it's constructor, it doesn't need it and it is never used!

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-798) Compile warning in Composite constructor

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-798?page=all ]

Pete Robbins closed TUSCANY-798.
--------------------------------

    Resolution: Fixed

> Compile warning in Composite constructor
> ----------------------------------------
>
>                 Key: TUSCANY-798
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-798
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>         Environment: Windows VC6
>            Reporter: Pete Robbins
>         Assigned To: Pete Robbins
>             Fix For: Cpp-current
>
>         Attachments: TUSCANY-798-a.patch, TUSCANY-798.patch
>
>
> Composite constructor passes "this" to it's super class ComponentType. This gets a compiler warning on VC6 and is, in my opinion, unnecessary.
> I'm not sure why ComponentType takes a Composite* in it's constructor, it doesn't need it and it is never used!

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org