Skip to content

Use `std::accumulate` in `ShellCorona::_availableScreenRegion`

Fushan Wen requested to merge work/fuf/shell/cwe-398-code-quality into master

Consider using std::accumulate algorithm instead of a raw loop. (CWE-398) in shell/shellcorona.cpp:1051

Consider using std::accumulate algorithm instead of a raw loop. (CWE-398) in shell/shellcorona.cpp:1148

Consider using std::find_if algorithm instead of a raw loop. (CWE-398) in shell/shellcorona.cpp:1614

Merge request reports