Page MenuHomePhabricator

Static code analysis with cppcheck
Closed, WontfixPublic

Description

Do an analysis on a selection of Modules and fix simple suggestions directly.

Event Timeline

Did check all Dicom Modules and DataTypesExt

Cppcheck (http://cppcheck.sourceforge.net) output of the current master:

Path selected: MITK/master/Modules
Number of files scanned: 2153
Statistics
Errors: 77
Warnings: 394
Style warnings: 881
Portability warnings: 5
Performance warnings: 342
Information messages: 132

output of cppcheck with current master:

	Path selected:	D:/dev/MITK/master/Modules
	Number of files scanned:	2441
	Scan duration:	6 minutes and 8 seconds

	Errors:	90
	Warnings:	416
	Style warnings:	1428
	Portability warnings:	13
	Performance warnings:	529
	Information messages:	12
	Path selected:	D:/dev/MITK/master/Modules
	Number of files scanned:	2441
	Scan duration:	31 seconds

	Errors:	90
	Warnings:	341
	Style warnings:	1428
	Portability warnings:	13
	Performance warnings:	529
	Information messages:	14

75 warnings fixed

kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs