Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonarfix for instanceof check and cast in CamelJavaParserHelper.java #13918

Closed
wants to merge 1 commit into from

Conversation

santanu-ghosh1
Copy link

Fixed sonar issues for:

  1. Replace this instanceof check and cast with 'instanceof SimpleName simplename'
  2. Replace this instanceof check and cast with 'instanceof VariableDeclaration variabledeclaration'
  3. Replace this instanceof check and cast with 'instanceof MethodInvocation methodinvocation'
  4. Replace this instanceof check and cast with 'instanceof ParenthesizedExpression parenthesizedexpression'

@oscerd oscerd closed this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants