User story #155
Lint: ProcessorType
0%
Description
Verify and implement coding standard using Flexelint.
Source code files modified¶
Architecture & design review¶
Date of the review: 24/07/2015
Person who did the review: Giuseppe Ferrò
Version of architecture & design document: N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 24/07/2015
Person who did the review: Giuseppe Ferrò
Result of review: PASS (MISRA compliant)
List of non-conformities: N/A.
Unit test review¶
Date of the review: 24/07/2015
Person who did the review: Giuseppe Ferrò
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities:
Associated revisions
Use ProcessorType::GetProcessMask #155.
Corrected to use the getter method instead of accessing directly to the
variable.
Use ProcessorType::GetProcessorMask #155.
Corrected test to use the new ProcessorType getter method.
Corrected ProcessorTypeTest to use GetProcessorMask() #155.
Finished linting of ProcessorType #155.
Linting of the ProcessorType class finished.
Linted implementation of ProcessorType completed #155.
The ProcessorType class was implemented and linted. The tests executed
with no errors and all the lint issues were addressed as comments in the
code.
ProcessorType unit tests done.
#155
History
#1 Updated by Riccardo Vitelli almost 10 years ago
- Target version set to Backlog
#2 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from Backlog to 0.2
#3 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from New to Code: Impl
#4 Updated by André Neto almost 10 years ago
- Assignee set to André Neto
#5 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by Riccardo Vitelli over 9 years ago
- Assignee deleted (
André Neto)
#7 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#9 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#10 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#11 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#12 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#13 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
- Status changed from Unit: Rev to Closed
- Assignee deleted (
Giuseppe Ferro)
Unit Review done: cb388cb
Linting of ProcessorType #155.