Risposto
Where store PolyspaceAsYouCode Eclipse plugin the general and project related configuration ?
The options that you specify through Polyspace > Preferences, such as Polyspace Access URL, are stored in: %AppData%\MathWo...

oltre un anno fa | 0

| accettato

Risposto
polyspace report generation with specific review scope
Yes, this is possible. You have to use the polyspace-report-generator command with the option -wysiwyg and a review scope name t...

oltre un anno fa | 1

Risposto
JAVA error appears in matlab
Your MATLAB root begins with C:\Program Files\Polyspace\. This indicates that you might be opening MATLAB from C:\Program Files\...

oltre un anno fa | 0

Risposto
How to generate a static analysis report in Polyspace per function in C.
The predefined CodingStandards template does not directly give you the list of functions with no rule violations. You have to cr...

oltre un anno fa | 0

Risposto
polyspace-autosar lock analysing after reading of arxml source
Please contact MathWorks Technical Support for a deeper investigation of the issue: https://www.mathworks.com/support/contact_us...

oltre un anno fa | 0

Risposto
Red checks are added when number of files are added
I am not sure what you mean by running a combined report. Does it mean that you combined the source files in all modules and ran...

oltre un anno fa | 0

Risposto
How can I get the Polyspace version from Polyspace as you Code plugin ?
The Polyspace as You Code plugin is in principle decoupled from the Polyspace as You Code analysis engine. You have to use the u...

oltre un anno fa | 1

| accettato

Risposto
False positive candidate Rule 10.3 for float array zero-initialization
The problem is not because of the array initialization. Indeed, as you say, MISRA C:2012 standard allows an exception of rule 1...

oltre un anno fa | 0

| accettato

Risposto
How to Download Jobs scheduled by a specific User on Polyspace Job Monitor from a group of Jobs scheduled by Multiple user ?
You can use: polyspace-jobs-manager listjobs -scheduler schedulerName To list all jobs. The list should show the author of eac...

oltre un anno fa | 0

Risposto
How to switch from Polyspace to Matlab?
Polyspace products and MATLAB require separate licenses even though they use the same installer. See Install Polyspace with Othe...

quasi 2 anni fa | 0

| accettato

Risposto
Will Polyspace check code within a Simulink user-defined function block?
Polyspace checks for run-time errors, bugs and coding standard violations in C/C++ code. So, if you have user defined function b...

quasi 2 anni fa | 0

Risposto
Disable some (specific) orange checks in Code Prover
You cannot disable specific Code Prover checks. See more details in Modify or Disable Code Prover Run-Time Checks. I am not sur...

quasi 2 anni fa | 0

Risposto
Why Polyspace Code Prover does not consider 'memcpy' declaration in default way & for that I am getting MISRA C violations of Rule 17.3?
Is it possible that you have not #include-d the header string.h in the source file that has the memcpy usage? For instance, thi...

quasi 2 anni fa | 0

Risposto
Facing issue while linking Polyspace to matlab.
You are trying to perform the analysis on a remote cluster instead of locally on your desktop. To do this, you required Parallel...

quasi 2 anni fa | 0

Risposto
Polyspace Overflow Orange Checks
There are two reasons for the orange overflow: snprintf() can return a very large number. myfunc() can be called 0 or more tim...

quasi 2 anni fa | 0

| accettato

Risposto
Rule A12-1-1 for constructor with "default" keyword
I could not reproduce the rule violation you are seeing with R2020a. For instance, I tried with these examples: Base constructo...

quasi 2 anni fa | 0

Risposto
Need to know Bug Finder analysis report is possible for only some functions in file?(Not full file)
Do you mean reports or results in the GUI? You can filter results in the GUI to the functions that you want and suppress other ...

quasi 2 anni fa | 0

Risposto
Is it possible to create a project file specifically for Bug Finder or Code Prover?
The .psprj files are meant for running both Polyspace products, therefore, as far as I understand, there is no way to specify pr...

quasi 2 anni fa | 0

| accettato

Risposto
How to run Polyspace Bugfinder CLI with C++ header files (.hpp)?
Just trying to understand your use-case better. Do you want to run Bug Finder on some header files by themselves, or do you wan...

quasi 2 anni fa | 0

Risposto
How to work with Polyspace from the basic?
Are you attempting to run Polyspace from MATLAB? Are you seeing some error? (A license checkout issue will show up as an error w...

quasi 2 anni fa | 0

| accettato

Risposto
DRS option is limited in Polyspace Code Prover
In C++, you cannot constrain pointer arguments of functions using this interface. See Constraint Specification Limitations. The ...

quasi 2 anni fa | 0

| accettato

Risposto
Why do I receive a message 'No space left on device' when using PolySpace for C/C++ on server side?
This error generally means that the drive containing your temporary folder got full during the Polyspace verification. There a...

quasi 2 anni fa | 0

Risposto
What is the correct annotation syntax in Polyspace Bug Finder/Code Prover for multi-line comment annotations in source code?
Since R2019b, Polyspace supports results annotations that are spread over multiple lines. See R2019b release notes. To learn ab...

quasi 2 anni fa | 0

Risposto
How is this DRS (Data Range Specification )in Polyspace code prover is generated?
Even though the array size does not appear in the Data Range Specifications window, you can specify the same constraint on all a...

quasi 2 anni fa | 0

Risposto
Why does Polyspace report "MISRA C:2012 10.3 and 10.4"
Since R2021a, the checkers 10.x treat macros such as TRUE and FALSE that resolve to 1 and 0 as essentially Boolean. See Polyspac...

quasi 2 anni fa | 0

| accettato

Risposto
Polyspace Orange Check: Adding DRS for array
You have to select PERMANENT in the Init Mode column to get rid of the orange overflow. When you select INIT, it means that hw_...

quasi 2 anni fa | 0

| accettato

Risposto
Exceeds internal limit of 256 Mb, Continuing analysis but unexpected issues might occur later during Polyspace Code Prover Analysis.
Polyspace Code Prover runs into an internal limit when analyzing large structures with size greater than 256 MB. This limit is p...

quasi 2 anni fa | 0

Risposto
Polyspace: expression must have a constant value
You are initializing a three-element constexpr array with only two elements. If you change the line: constexpr my_bus_t buses[I...

quasi 2 anni fa | 0

| accettato

Risposto
Polyspace: Errors from Using Namespace std Without Prefix
Please contact MathWorks Technical Support for a full investigation. If you run Polyspace on the simple example on the mblen r...

circa 2 anni fa | 0

| accettato

Risposto
how to filter specific files in the bug finder report, to have the report only for specific files
The answer depends on your workflow. If you are generating reports from the Polyspace desktop user interface: Open the Polyspa...

circa 2 anni fa | 1

| accettato

Carica altro