Hauptinhalt

Die Übersetzung dieser Seite ist veraltet. Klicken Sie hier, um die neueste Version auf Englisch zu sehen.

Anleitungen

Liste und Beschreibung von Anleitungs-Checkern

Diese Checker beziehen sich auf bewährte Praktiken bei der Codierung. Polyspace® meldet Softwarekomplexitätsdefekte, wenn die Komplexitätsmetrik eines Moduls einen bestimmten Schwellenwert überschreitet.

Verwenden Sie die Optionen Check Guidelines (-guidelines), um diese Checker zu aktivieren.

Polyspace-Ergebnisse

alle erweitern

Call treecomplexity exceeds thresholdThe call tree complexity of a file is greater than the defined threshold (Seit R2021a)
Comment densityfalls below thresholdThe comment density of the module falls below the specified threshold (Seit R2021a)
Cyclomaticcomplexity exceeds thresholdThe cyclomatic complexity of a function is greater than the defined cyclomatic complexity threshold of a function (Seit R2021a)
Depth of callnesting exceeds thresholdThe nesting depth of control structures in a function is greater than the defined nesting depth threshold of a function (Seit R2021a)
Function stresscomplexity exceeds thresholdThe function stress complexity of a function is greater than the defined threshold (Seit R2025a)
Language scopeexceeds thresholdThe language scope of a function is greater than the defined threshold (Seit R2021a)
Number of calledfunctions exceeds thresholdThe number of distinct function calls within the body of a function is greater than the defined threshold (Seit R2021a)
Number of callingfunctions exceeds thresholdThe number of distinct callers of a function is greater than the defined threshold (Seit R2021a)
Number of gotostatements exceeds thresholdThe number of goto statements in a function is greater than the defined threshold (Seit R2021a)
Number of linesexceeds thresholdThe number of total lines in a file is greater than the defined threshold (Seit R2021a)
Number of linesin function body exceeds thresholdThe number of lines in the body of a function is greater than the defined threshold (Seit R2021a)
Number of localnon-static variables exceeds thresholdThe number of local nonstatic variables in a function is greater than the defined threshold (Seit R2021a)
Number of localstatic variables exceeds thresholdThe number of local static variables in a function is greater than the defined threshold (Seit R2021a)
Number of returnstatements exceeds thresholdThe number of return statements in a function is greater than the defined threshold (Seit R2021a)
Number of staticpaths exceeds thresholdThe number of static paths in a function is greater than the defined threshold (Seit R2021a)
Number ofexecutable lines in function body exceeds thresholdThe number of executable lines in the body of a function is greater than the defined threshold (Seit R2021a)
Number offunction calls exceeds thresholdThe number of function calls in a function is greater than the defined call occurrence threshold of a function (Seit R2021a)
Number offunction parameters exceeds thresholdThe number of arguments of a function is greater than the defined threshold (Seit R2021a)
Number ofstatements exceeds thresholdThe number of statements in a function is greater than the defined threshold (Seit R2021a)
Number of directrecursions exceeds thresholdNumber of instances of a function calling itself directly is greater than the defined threshold (Seit R2024a)
Number ofrecursions exceeds thresholdNumber of call graph cycles over one or more functions is greater than the defined threshold (Seit R2024a)

Themen