Project

General

Profile

Actions

Bug #808

closed

Analyse Logiscope LFR_3.1.0.4 : Don_Separee Severity is Medium

Added by William Recart over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
-
Target version:
-
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

Actions #1

Updated by paul leroy about 7 years ago

  • Status changed from New to Resolved
  • Priority changed from Normal to Low

J'ai corrigé la ligne concernée.

Actions #2

Updated by William Recart about 7 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

Also available in: Atom PDF