Skip to content

Wrong if condition combination & instead of && #911

Closed
@mr-sven

Description

Category

  • Bug

Describe the bug

For security checks I need to run code anaylses with sonarCube and the following blocker issue found:

if (provider != null & Expression != null)

Fix:

if (provider != null && Expression != null)

Steps to reproduce

Syntax error

Metadata

Assignees

Labels

area: framework ⚙Changes in the SDK core framework code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions