You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dk2k (via GitHub)" <gi...@apache.org> on 2023/04/04 17:31:57 UTC

[GitHub] [camel] dk2k opened a new pull request, #9812: Removed a call of Class.getClass().getClass() that is called on the i…

dk2k opened a new pull request, #9812:
URL: https://github.com/apache/camel/pull/9812

   Removed a call of Class.getClass().getClass() that is called on the instance of type Class<?> and additional getClass() call that could erase the type
   
   injectionPointType has type Class<?> and calling injectionPointType.getClass() just erases the actual type.
   
   There is a similar block of code.
   in the line 61 requiredType has type implementing Type (it's an interface). Hence, requiredType.getClass() gives relevant information.
   
   Previous PR https://github.com/apache/camel/pull/9782
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] davsclaus merged pull request #9812: Removed a call of Class.getClass().getClass() that is called on the i…

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #9812:
URL: https://github.com/apache/camel/pull/9812


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #9812: Removed a call of Class.getClass().getClass() that is called on the i…

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9812:
URL: https://github.com/apache/camel/pull/9812#issuecomment-1496475654

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org