You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claudio Corsi (JIRA)" <ji...@apache.org> on 2012/08/02 18:48:02 UTC

[jira] [Created] (CAMEL-5482) Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.

Claudio Corsi created CAMEL-5482:
------------------------------------

             Summary: Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.
                 Key: CAMEL-5482
                 URL: https://issues.apache.org/jira/browse/CAMEL-5482
             Project: Camel
          Issue Type: Improvement
          Components: camel-restlet
    Affects Versions: 2.10.0
            Reporter: Claudio Corsi
            Priority: Trivial
             Fix For: 2.10.1, 2.11.0, 3.0.0
         Attachments: camel-restlet.patch

The camel restlet component makes multiple calls to methods to an objects data.

Replaced those calls with local variables and use those instead.

There was a log entry that was displaying the wrong information and that is fixed with this patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (CAMEL-5482) Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller closed CAMEL-5482.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.0.0)

Thanks Claudio for the patch. I applied it into trunk and the camel-2.10.x branch.
                
> Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.
> --------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5482
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5482
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-restlet
>    Affects Versions: 2.10.0
>            Reporter: Claudio Corsi
>            Assignee: Christian Müller
>            Priority: Trivial
>             Fix For: 2.10.1, 2.11.0
>
>         Attachments: camel-restlet.patch
>
>
> The camel restlet component makes multiple calls to methods to an objects data.
> Replaced those calls with local variables and use those instead.
> There was a log entry that was displaying the wrong information and that is fixed with this patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (CAMEL-5482) Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller reassigned CAMEL-5482:
---------------------------------------

    Assignee: Christian Müller
    
> Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.
> --------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5482
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5482
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-restlet
>    Affects Versions: 2.10.0
>            Reporter: Claudio Corsi
>            Assignee: Christian Müller
>            Priority: Trivial
>             Fix For: 2.10.1, 2.11.0, 3.0.0
>
>         Attachments: camel-restlet.patch
>
>
> The camel restlet component makes multiple calls to methods to an objects data.
> Replaced those calls with local variables and use those instead.
> There was a log entry that was displaying the wrong information and that is fixed with this patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Work started] (CAMEL-5482) Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CAMEL-5482 started by Christian Müller.

> Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.
> --------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5482
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5482
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-restlet
>    Affects Versions: 2.10.0
>            Reporter: Claudio Corsi
>            Assignee: Christian Müller
>            Priority: Trivial
>             Fix For: 2.10.1, 2.11.0, 3.0.0
>
>         Attachments: camel-restlet.patch
>
>
> The camel restlet component makes multiple calls to methods to an objects data.
> Replaced those calls with local variables and use those instead.
> There was a log entry that was displaying the wrong information and that is fixed with this patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CAMEL-5482) Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.

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

Claudio Corsi updated CAMEL-5482:
---------------------------------

    Attachment: camel-restlet.patch

This is the patch that contains the aforementioned changes.
                
> Clean up the camel restlet component code and fixed a logging entry that displayed the wrong data.
> --------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5482
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5482
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-restlet
>    Affects Versions: 2.10.0
>            Reporter: Claudio Corsi
>            Priority: Trivial
>             Fix For: 2.10.1, 2.11.0, 3.0.0
>
>         Attachments: camel-restlet.patch
>
>
> The camel restlet component makes multiple calls to methods to an objects data.
> Replaced those calls with local variables and use those instead.
> There was a log entry that was displaying the wrong information and that is fixed with this patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira