Contenuto principale

La traduzione di questa pagina non è aggiornata. Fai clic qui per vedere l'ultima versione in inglese.

Impostazione dell'analisi Bug Finder sui server durante l'integrazione continua

Controllare il codice C/C++ per individuare eventuali difetti dopo l'invio del codice e il caricamento dei risultati per la revisione nell'interfaccia web

È possibile controllare il codice con Bug Finder nell'ambito dei test post-invio. Impostare gli script che eseguono un'analisi Bug Finder a intervalli regolari o in base ai nuovi invii. Gli script possono caricare i risultati di analisi per la revisione sull'interfaccia web di Polyspace® Access™ e inviare e-mail ai proprietari dei file sorgente con i risultati di Polyspace.

Comandi di sistema

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 Platform project, workspace, or options file from build command or compilation database
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

API MATLAB

espandi tutto

polyspacerootGet Polyspace installation folder
polyspaceBugFinderServerRun analysis with Polyspace Bug Finder Server using MATLAB scripts
polyspaceConfigureCreate Polyspace Platform project, workspace, or options file from build command or compilation database
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

Argomenti