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 t
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
VariableDeclaratio