已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 1

已回答
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\...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 1

| 已接受

已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

已回答
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 ...

2 years 前 | 0

已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

| 已接受

已回答
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 ...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

| 已接受

已回答
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_...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

2 years 前 | 1

| 已接受

加载更多