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 over 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

Also available in: Atom PDF