You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Andrew Gatford (JIRA)" <ji...@apache.org> on 2006/10/11 13:41:19 UTC

[jira] Created: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Several Sandesha classes use == for String comparisons
------------------------------------------------------

                 Key: SANDESHA2-33
                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
             Project: Apache Sandesha2
          Issue Type: Bug
            Reporter: Andrew Gatford
         Attachments: stringusepatch.patch

There are several Sandesha classes which use == for String comparisons.
These should be changed to use .equals

== Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Resolved: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Matt Lovett (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=all ]

Matt Lovett resolved SANDESHA2-33.
----------------------------------

    Resolution: Fixed

> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Commented: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=comments#action_12441898 ] 
            
Chamikara Jayalath commented on SANDESHA2-33:
---------------------------------------------

Applied


> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Commented: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=comments#action_12441601 ] 
            
Chamikara Jayalath commented on SANDESHA2-33:
---------------------------------------------

Oops. Thanks for fixing these Andrew.
Will apply the patch.

> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Updated: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Andrew Gatford (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=all ]

Andrew Gatford updated SANDESHA2-33:
------------------------------------

    Attachment: stringusepatch.patch

Patch to use .equals

> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Commented: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=comments#action_12441898 ] 
            
Chamikara Jayalath commented on SANDESHA2-33:
---------------------------------------------

Applied


> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Resolved: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Matt Lovett (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=all ]

Matt Lovett resolved SANDESHA2-33.
----------------------------------

    Resolution: Fixed

> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Updated: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Andrew Gatford (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=all ]

Andrew Gatford updated SANDESHA2-33:
------------------------------------

    Attachment: stringusepatch.patch

Patch to use .equals

> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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


[jira] Commented: (SANDESHA2-33) Several Sandesha classes use == for String comparisons

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-33?page=comments#action_12441601 ] 
            
Chamikara Jayalath commented on SANDESHA2-33:
---------------------------------------------

Oops. Thanks for fixing these Andrew.
Will apply the patch.

> Several Sandesha classes use == for String comparisons
> ------------------------------------------------------
>
>                 Key: SANDESHA2-33
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-33
>             Project: Apache Sandesha2
>          Issue Type: Bug
>            Reporter: Andrew Gatford
>         Attachments: stringusepatch.patch
>
>
> There are several Sandesha classes which use == for String comparisons.
> These should be changed to use .equals
> == Found in SandeshaGlobalInHandler, ApplicationMsgProcessor and CreateSeqMsgProcessor

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