Actions
Bug #808
closedAnalyse Logiscope LFR_3.1.0.4 : Don_Separee Severity is Medium
Start date:
19/10/2016
Due date:
% Done:
0%
Estimated time:
revision:
r0
Description
Rappel de la règle :
Don_Separee
Definition:
-----------
Variable declarations have the following formalism: type variable_name.
It is forbidden to have more than one variable for the same type declarator.
Example:
--------
// write
int width;
int length;
// do not write
int width, length;
La règle n'est pas respectée dans 1 cas d'après Logiscope:
Fichier lfr_cpu_usage_report.c : ligne 21
Updated by paul leroy almost 8 years ago
- Status changed from New to Resolved
- Priority changed from Normal to Low
J'ai corrigé la ligne concernée.
Updated by William Recart almost 8 years ago
- Status changed from Resolved to Closed
Vérification effectuée sur le tag 322 (c0603702c8c8) , il ne reste aucune erreur.
L'issue est considérée close.
Actions