Re: [PR] Sonarfix for instanceof check and cast in CamelJavaParserHelper.java [camel]

2024-04-26 Thread via GitHub
oscerd closed pull request #13918: Sonarfix for instanceof check and cast in CamelJavaParserHelper.java URL: https://github.com/apache/camel/pull/13918 -- 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

[PR] Sonarfix for instanceof check and cast in CamelJavaParserHelper.java [camel]

2024-04-24 Thread via GitHub
santanu-ghosh1 opened a new pull request, #13918: URL: https://github.com/apache/camel/pull/13918 Fixed sonar issues for: 1. Replace this instanceof check and cast with 'instanceof SimpleName simplename' 2. Replace this instanceof check and cast with 'instanceof