Skip to content

Replace all string classes with StringTemplate aliases#167

Closed
devin-ai-integration[bot] wants to merge 3 commits into
develfrom
devin/1781103907-replace-internal-interface-string-with-template
Closed

Replace all string classes with StringTemplate aliases#167
devin-ai-integration[bot] wants to merge 3 commits into
develfrom
devin/1781103907-replace-internal-interface-string-with-template

Replace remaining string classes with StringTemplate aliases

3fa17c2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 10, 2026 in 2s

4 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

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

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 15 statements; only one is allowed.

Check warning on line 30 in Fw/Types/StringTemplate.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 30 in Fw/Types/StringTemplate.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter src has not been checked.

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

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

src uses the basic integral type char rather than a typedef with size and signedness.