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

optimization of log string generation #2292

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Merge branch 'master' into logOptimiz

9a713c6
Select commit
Loading
Failed to load commit list.
Open

optimization of log string generation #2292

Merge branch 'master' into logOptimiz
9a713c6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 3, 2025 in 6s

7 new alerts

New alerts in code changed by this pull request

  • 5 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 620 in lib/statescontroller.js

See this annotation in the file changed.

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (96% of all statements in
the enclosing function
have an explicit semicolon).

Check warning on line 1112 in main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to true.
This logical 'and' expression can be replaced with a comma expression.

Check warning on line 1112 in main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to true.

Check warning on line 1112 in main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to true.

Check warning on line 1113 in main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This logical 'and' expression can be replaced with a comma expression.

Check warning on line 1113 in main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to true.

Check notice on line 1115 in main.js

See this annotation in the file changed.

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (93% of all statements in
the enclosing function
have an explicit semicolon).