Hauptinhalt

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

Einrichten der Bug Finder-Analyse auf Servern während der kontinuierlichen Integration (CI)

Prüfen von C/C++ Code auf Defekte nach Codeeinreichung und Hochladen der Ergebnisse zur Überprüfung in der Webschnittstelle

Sie können Ihren Code mit Bug Finder im Rahmen der Überprüfung nach Einreichung prüfen. Richten Sie Skripte ein, die in regelmäßigen Abständen oder bei neuen Einreichungen eine Bug Finder-Analyse durchführen. Die Skripte können die Analyseergebnisse zur Überprüfung in die Polyspace® Access™-Webschnittstelle hochladen und E-Mails mit den Polyspace-Ergebnissen an die Besitzer der Quelldateien senden.

Systembefehle

polyspace-bug-finder-server(System Command) Run a Bug Finder analysis on a server from Windows, Linux, or other command line
polyspace-cluster-profile-manager(System Command) Import MATLAB cluster profile to Polyspace Server commands
polyspace-comments-import(System Command) Import review information from previous Polyspace analysis
polyspace-configure(System Command) Create Polyspace project from your build system at the DOS or UNIX command line
polyspace-report-generator(System Command) Generate reports from Polyspace analysis results stored locally or on Polyspace Access
polyspace-results-export(System Command) Export Polyspace results to external formats such as CSV or JSON

MATLAB API

alle erweitern

polyspacerootGet Polyspace installation folder
polyspaceBugFinderServerRun analysis with Polyspace Bug Finder Server using MATLAB scripts
polyspaceConfigureCreate Polyspace project from your build system at the MATLAB command line
polyspace_reportGenerate reports from Polyspace analysis results
polyspacePackNGoGenerate and package options files to run Polyspace analysis on code generated from Simulink model
polyspacesetupIntegrate Polyspace installation with Simulink
polyspace.Project Run Polyspace analysis on C and C++ code and read results
polyspace.GenericTargetOptionsCreate a generic target configuration
polyspace.DefectsOptionsCreate custom list of defects to check
polyspace.CodingRulesOptionsCreate custom list of coding rules to check
polyspace.BugFinderResultsRead Polyspace Bug Finder results from MATLAB
polyspace.Project.Configuration PropertiesCustomize Polyspace analysis of handwritten code with options object properties

Themen