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

Make single-argument string constructors explicit #2707

Merged
merged 150 commits into from
Apr 30, 2024

Removing broken link

6067b6d
Select commit
Loading
Failed to load commit list.
Merged

Make single-argument string constructors explicit #2707

Removing broken link
6067b6d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 30, 2024 in 2s

90 new alerts

New alerts in code changed by this pull request

  • 43 warnings
  • 47 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 26 in Os/TaskString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 24 in Os/TaskString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 22 in Os/TaskString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 31 in Fw/Types/ObjectName.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 29 in Fw/Types/ObjectName.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 27 in Fw/Types/ObjectName.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 26 in Os/QueueString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 24 in Os/QueueString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 22 in Os/QueueString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 31 in Fw/Cmd/CmdString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 29 in Fw/Cmd/CmdString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 27 in Fw/Cmd/CmdString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 32 in Fw/Types/InternalInterfaceString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 30 in Fw/Types/InternalInterfaceString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 28 in Fw/Types/InternalInterfaceString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 32 in Fw/Types/FileNameString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 30 in Fw/Types/FileNameString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 28 in Fw/Types/FileNameString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 27 in Fw/Types/String.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check notice on line 29 in Fw/Types/String.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 3 statements; only one is allowed.

Check warning on line 159 in Fw/Types/StringBase.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter buffer has not been checked.

Check warning on line 144 in Fw/Types/StringBase.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter buffer has not been checked.

Check warning on line 26 in Os/TaskString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 24 in Os/TaskString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 22 in Os/TaskString.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.