OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Add more tests #52

Closed onurulgen closed 3 years ago

github-actions[bot] commented 3 years ago

:zap: Code Analysis Results :zap:

:red_circle: Cppcheck found 246 issues! Click here to see details.
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L185-L190 ```diff !Line: 185 - style: The if condition is the same as the previous if condition [duplicateCondition] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L183-L188 ```diff !Line: 183 - note: First condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L185-L190 ```diff !Line: 185 - note: Second condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L197-L202 ```diff !Line: 197 - style: The if condition is the same as the previous if condition [duplicateCondition] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L195-L200 ```diff !Line: 195 - note: First condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L197-L202 ```diff !Line: 197 - note: Second condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L213-L218 ```diff !Line: 213 - style: The if condition is the same as the previous if condition [duplicateCondition] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L206-L211 ```diff !Line: 206 - note: First condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgClippingTool.cpp#L213-L218 ```diff !Line: 213 - note: Second condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgIM2INR.cpp#L202-L207 ```diff !Line: 202 - style: Redundant pointer operation on 'pv' - it's already a pointer. [redundantPointerOp] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L459-L464 ```diff !Line: 459 - style: Condition 'methodType==1' is always false [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L399-L404 ```diff !Line: 399 - note: Assignment 'methodType=2', assigned value is 2 ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L459-L464 ```diff !Line: 459 - note: Condition 'methodType==1' is always false ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L289-L294 ```diff !Line: 289 - style: The expression '_ONLY_POSITIVE_STDEVS == 1' is always true. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L282-L287 ```diff !Line: 282 - note: '_ONLY_POSITIVE_STDEVS' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L289-L294 ```diff !Line: 289 - note: The expression '_ONLY_POSITIVE_STDEVS == 1' is always true. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L299-L304 ```diff !Line: 299 - style: The expression '_SCAR_MIP == 1' is always true. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L284-L289 ```diff !Line: 284 - note: '_SCAR_MIP' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L299-L304 ```diff !Line: 299 - note: The expression '_SCAR_MIP == 1' is always true. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L299-L304 ```diff !Line: 299 - style: Same expression on both sides of '&&' because '_SCAR_MIP==1' and '_SCAR_AS_STANDARD_DEVIATION==1' represent the same value. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L284-L289 ```diff !Line: 284 - note: '_SCAR_MIP' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L283-L288 ```diff !Line: 283 - note: '_SCAR_AS_STANDARD_DEVIATION' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L299-L304 ```diff !Line: 299 - note: Same expression on both sides of '&&' because '_SCAR_MIP==1' and '_SCAR_AS_STANDARD_DEVIATION==1' represent the same value. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L299-L304 ```diff !Line: 299 - style: The expression '_SCAR_AS_STANDARD_DEVIATION == 1' is always true. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L283-L288 ```diff !Line: 283 - note: '_SCAR_AS_STANDARD_DEVIATION' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L299-L304 ```diff !Line: 299 - note: The expression '_SCAR_AS_STANDARD_DEVIATION == 1' is always true. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L465-L470 ```diff !Line: 465 - style: The expression 'methodType == 2' is always true. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L399-L404 ```diff !Line: 399 - note: 'methodType' is assigned value '2' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L465-L470 ```diff !Line: 465 - note: The expression 'methodType == 2' is always true. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L218-L223 ```diff !Line: 218 - style: The scope of the variable 'numPoints' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L219-L224 ```diff !Line: 219 - style: The scope of the variable 'cX' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L219-L224 ```diff !Line: 219 - style: The scope of the variable 'cY' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L219-L224 ```diff !Line: 219 - style: The scope of the variable 'cZ' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L220-L225 ```diff !Line: 220 - style: The scope of the variable 'sdev' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L222-L227 ```diff !Line: 222 - style: The scope of the variable 'sratio' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L224-L229 ```diff !Line: 224 - style: The scope of the variable 'scalar' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L401-L406 ```diff !Line: 401 - style: The scope of the variable 'x' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L401-L406 ```diff !Line: 401 - style: The scope of the variable 'y' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L401-L406 ```diff !Line: 401 - style: The scope of the variable 'z' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L482-L487 ```diff !Line: 482 - style: The scope of the variable 'maxIndex' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L483-L488 ```diff !Line: 483 - style: The scope of the variable 'max' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L400-L405 ```diff !Line: 400 - style: Variable 'a' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L400-L405 ```diff !Line: 400 - style: Variable 'b' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L400-L405 ```diff !Line: 400 - style: Variable 'c' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L401-L406 ```diff !Line: 401 - style: Variable 'x' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L401-L406 ```diff !Line: 401 - style: Variable 'y' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgProjectLgeToVtkMesh.cpp#L401-L406 ```diff !Line: 401 - style: Variable 'z' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgSimpleRegistration.cpp#L129-L134 ```diff !Line: 129 - style: The if condition is the same as the previous if condition [duplicateCondition] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgSimpleRegistration.cpp#L126-L131 ```diff !Line: 126 - note: First condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgSimpleRegistration.cpp#L129-L134 ```diff !Line: 129 - note: Second condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgSimpleRegistration.cpp#L133-L138 ```diff !Line: 133 - style: The if condition is the same as the previous if condition [duplicateCondition] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgSimpleRegistration.cpp#L129-L134 ```diff !Line: 129 - note: First condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/cmdapps/CemrgSimpleRegistration.cpp#L133-L138 ```diff !Line: 133 - note: Second condition ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAhaUtils.cpp#L107-L112 ```diff !Line: 107 - style: Variable 'RVangle2' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L312-L317 ```diff !Line: 312 - style: Redundant initialization for 'areas'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L311-L316 ```diff !Line: 311 - note: areas is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L312-L317 ```diff !Line: 312 - note: areas is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L323-L328 ```diff !Line: 323 - style: Redundant initialization for 'diams'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L322-L327 ```diff !Line: 322 - note: diams is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L323-L328 ```diff !Line: 323 - note: diams is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L568-L573 ```diff !Line: 568 - style: Redundant initialization for 'radii'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L567-L572 ```diff !Line: 567 - note: radii is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L568-L573 ```diff !Line: 568 - note: radii is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L444-L449 ```diff !Line: 444 - style: Same value in both branches of ternary operator. [duplicateValueTernary] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L315-L320 ```diff !Line: 315 - style: Local variable 'i' shadows outer variable [shadowVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L291-L296 ```diff !Line: 291 - note: Shadowed declaration ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L315-L320 ```diff !Line: 315 - note: Shadow variable ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L359-L364 ```diff !Line: 359 - style: Local variable 'i' shadows outer variable [shadowVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L291-L296 ```diff !Line: 291 - note: Shadowed declaration ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L359-L364 ```diff !Line: 359 - note: Shadow variable ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L402-L407 ```diff !Line: 402 - style: Local variable 'i' shadows outer variable [shadowVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L291-L296 ```diff !Line: 291 - note: Shadowed declaration ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp#L402-L407 ```diff !Line: 402 - note: Shadow variable ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L637-L642 ```diff !Line: 637 - style: Condition 'debugvar' is always true [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L636-L641 ```diff !Line: 636 - note: Assignment 'debugvar=true', assigned value is 1 ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L637-L642 ```diff !Line: 637 - note: Condition 'debugvar' is always true ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L940-L945 ```diff !Line: 940 - style: Condition 'debugvar' is always false [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L938-L943 ```diff !Line: 938 - note: Assignment 'debugvar=false', assigned value is 0 ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L940-L945 ```diff !Line: 940 - note: Condition 'debugvar' is always false ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L1023-L1028 ```diff !Line: 1023 - style: Condition 'debugging' is always true [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L1018-L1023 ```diff !Line: 1018 - note: Assignment 'debugging=true', assigned value is 1 ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L1023-L1028 ```diff !Line: 1023 - note: Condition 'debugging' is always true ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L998-L1003 ```diff !Line: 998 - style: The scope of the variable 'fileSizeTest' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L625-L630 ```diff !Line: 625 - style: Variable 'inputRelativePath' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommandLine.cpp#L998-L1003 ```diff !Line: 998 - style: Variable 'fileSizeTest' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L228-L233 ```diff !Line: 228 - style: Redundant initialization for 'resampleOutput'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L202-L207 ```diff !Line: 202 - note: resampleOutput is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L228-L233 ```diff !Line: 228 - note: resampleOutput is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L242-L247 ```diff !Line: 242 - style: Redundant initialization for 'outputImage'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L203-L208 ```diff !Line: 203 - note: outputImage is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L242-L247 ```diff !Line: 242 - note: outputImage is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L310-L315 ```diff !Line: 310 - style: Redundant initialization for 'outImg'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L309-L314 ```diff !Line: 309 - note: outImg is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L310-L315 ```diff !Line: 310 - note: outImg is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L856-L861 ```diff !Line: 856 - style: The scope of the variable 'xt' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L856-L861 ```diff !Line: 856 - style: The scope of the variable 'yt' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L856-L861 ```diff !Line: 856 - style: The scope of the variable 'zt' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L1227-L1232 ```diff !Line: 1227 - style: The scope of the variable 'valueIn' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L1336-L1341 ```diff !Line: 1336 - style: The scope of the variable 'x' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L1336-L1341 ```diff !Line: 1336 - style: The scope of the variable 'y' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L1336-L1341 ```diff !Line: 1336 - style: The scope of the variable 'z' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L856-L861 ```diff !Line: 856 - style: Variable 'xt' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L856-L861 ```diff !Line: 856 - style: Variable 'yt' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgCommonUtils.cpp#L856-L861 ```diff !Line: 856 - style: Variable 'zt' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L52-L57 ```diff !Line: 52 - style: The scope of the variable 'x' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L52-L57 ```diff !Line: 52 - style: The scope of the variable 'y' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L52-L57 ```diff !Line: 52 - style: The scope of the variable 'z' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L79-L84 ```diff !Line: 79 - style: The scope of the variable 'x' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L79-L84 ```diff !Line: 79 - style: The scope of the variable 'y' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L79-L84 ```diff !Line: 79 - style: The scope of the variable 'z' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L81-L86 ```diff !Line: 81 - style: The scope of the variable 'items' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L322-L327 ```diff !Line: 322 - style: The scope of the variable 'contrib' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L335-L340 ```diff !Line: 335 - style: The scope of the variable 'num_points' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L337-L342 ```diff !Line: 337 - style: The scope of the variable 'cX' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L337-L342 ```diff !Line: 337 - style: The scope of the variable 'cY' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L337-L342 ```diff !Line: 337 - style: The scope of the variable 'cZ' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L368-L373 ```diff !Line: 368 - style: The scope of the variable 'contrib' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L385-L390 ```diff !Line: 385 - style: The scope of the variable 'contrib' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L387-L392 ```diff !Line: 387 - style: The scope of the variable 'phi' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L335-L340 ```diff !Line: 335 - style: Variable 'num_points' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgMeasure.cpp#L387-L392 ```diff !Line: 387 - style: Variable 'phi' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L98-L103 ```diff !Line: 98 - style: The scope of the variable 'vw_cas' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L348-L353 ```diff !Line: 348 - style: The scope of the variable 'd' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L367-L372 ```diff !Line: 367 - style: The scope of the variable 'tempx' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L367-L372 ```diff !Line: 367 - style: The scope of the variable 'tempy' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L367-L372 ```diff !Line: 367 - style: The scope of the variable 'tempI' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L631-L636 ```diff !Line: 631 - style: The scope of the variable 's' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L631-L636 ```diff !Line: 631 - style: The scope of the variable 'c' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L631-L636 ```diff !Line: 631 - style: The scope of the variable 't' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L488-L493 ```diff !Line: 488 - style: Variable 'RVangle2' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgPower.cpp#L640-L645 ```diff !Line: 640 - style: Variable 'angle' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L171-L176 ```diff !Line: 171 - style: Condition 'mean' is always false [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L118-L123 ```diff !Line: 118 - note: Assignment 'mean=0', assigned value is 0 ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L171-L176 ```diff !Line: 171 - note: Condition 'mean' is always false ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L186-L191 ```diff !Line: 186 - style: The expression '_ONLY_POSITIVE_STDEVS == 1' is always true. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L179-L184 ```diff !Line: 179 - note: '_ONLY_POSITIVE_STDEVS' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L186-L191 ```diff !Line: 186 - note: The expression '_ONLY_POSITIVE_STDEVS == 1' is always true. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L197-L202 ```diff !Line: 197 - style: The expression '_SCAR_MIP == 1' is always true. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L181-L186 ```diff !Line: 181 - note: '_SCAR_MIP' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L197-L202 ```diff !Line: 197 - note: The expression '_SCAR_MIP == 1' is always true. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L197-L202 ```diff !Line: 197 - style: Same expression on both sides of '&&' because '_SCAR_MIP==1' and '_SCAR_AS_STANDARD_DEVIATION==1' represent the same value. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L181-L186 ```diff !Line: 181 - note: '_SCAR_MIP' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L180-L185 ```diff !Line: 180 - note: '_SCAR_AS_STANDARD_DEVIATION' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L197-L202 ```diff !Line: 197 - note: Same expression on both sides of '&&' because '_SCAR_MIP==1' and '_SCAR_AS_STANDARD_DEVIATION==1' represent the same value. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L197-L202 ```diff !Line: 197 - style: The expression '_SCAR_AS_STANDARD_DEVIATION == 1' is always true. [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L180-L185 ```diff !Line: 180 - note: '_SCAR_AS_STANDARD_DEVIATION' is assigned value '1' here. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L197-L202 ```diff !Line: 197 - note: The expression '_SCAR_AS_STANDARD_DEVIATION == 1' is always true. ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L110-L115 ```diff !Line: 110 - style: The scope of the variable 'numPoints' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L111-L116 ```diff !Line: 111 - style: The scope of the variable 'cX' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L111-L116 ```diff !Line: 111 - style: The scope of the variable 'cY' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L111-L116 ```diff !Line: 111 - style: The scope of the variable 'cZ' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L113-L118 ```diff !Line: 113 - style: The scope of the variable 'sdev' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L117-L122 ```diff !Line: 117 - style: The scope of the variable 'scalar' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L305-L310 ```diff !Line: 305 - style: The scope of the variable 'value' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L324-L329 ```diff !Line: 324 - style: The scope of the variable 'value' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L356-L361 ```diff !Line: 356 - style: The scope of the variable 'thisThresh' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L356-L361 ```diff !Line: 356 - style: The scope of the variable 'thisPercentage' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L356-L361 ```diff !Line: 356 - style: The scope of the variable 'thisValue' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L439-L444 ```diff !Line: 439 - style: The scope of the variable 'x' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L439-L444 ```diff !Line: 439 - style: The scope of the variable 'y' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L439-L444 ```diff !Line: 439 - style: The scope of the variable 'z' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L515-L520 ```diff !Line: 515 - style: The scope of the variable 'maxIndex' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L516-L521 ```diff !Line: 516 - style: The scope of the variable 'max' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L516-L521 ```diff !Line: 516 - style: The scope of the variable 'visitedStatus' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L110-L115 ```diff !Line: 110 - style: Variable 'numPoints' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L111-L116 ```diff !Line: 111 - style: Variable 'cX' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L111-L116 ```diff !Line: 111 - style: Variable 'cY' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L111-L116 ```diff !Line: 111 - style: Variable 'cZ' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L113-L118 ```diff !Line: 113 - style: Variable 'sdev' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L115-L120 ```diff !Line: 115 - style: Variable 'sratio' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L117-L122 ```diff !Line: 117 - style: Variable 'scalar' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L439-L444 ```diff !Line: 439 - style: Variable 'x' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L439-L444 ```diff !Line: 439 - style: Variable 'y' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScar3D.cpp#L439-L444 ```diff !Line: 439 - style: Variable 'z' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L130-L135 ```diff !Line: 130 - style: Redundant initialization for 'scalars'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L127-L132 ```diff !Line: 127 - note: scalars is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L130-L135 ```diff !Line: 130 - note: scalars is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L160-L165 ```diff !Line: 160 - style: Redundant initialization for 'scalars_pre'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L155-L160 ```diff !Line: 155 - note: scalars_pre is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L160-L165 ```diff !Line: 160 - note: scalars_pre is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L161-L166 ```diff !Line: 161 - style: Redundant initialization for 'scalars_post'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L156-L161 ```diff !Line: 156 - note: scalars_post is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L161-L166 ```diff !Line: 161 - note: scalars_post is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L333-L338 ```diff !Line: 333 - style: Redundant initialization for 'scalars'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L332-L337 ```diff !Line: 332 - note: scalars is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L333-L338 ```diff !Line: 333 - note: scalars is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L385-L390 ```diff !Line: 385 - style: Redundant initialization for 'scalars'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L384-L389 ```diff !Line: 384 - note: scalars is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L385-L390 ```diff !Line: 385 - note: scalars is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L399-L404 ```diff !Line: 399 - style: Redundant initialization for 'vertices_in_shortest_path'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L398-L403 ```diff !Line: 398 - note: vertices_in_shortest_path is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L399-L404 ```diff !Line: 399 - note: vertices_in_shortest_path is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L546-L551 ```diff !Line: 546 - style: Redundant initialization for 'scalars'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L545-L550 ```diff !Line: 545 - note: scalars is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L546-L551 ```diff !Line: 546 - note: scalars is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L658-L663 ```diff !Line: 658 - style: Redundant initialization for 'vertices_in_shortest_path'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L657-L662 ```diff !Line: 657 - note: vertices_in_shortest_path is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L658-L663 ```diff !Line: 658 - note: vertices_in_shortest_path is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L678-L683 ```diff !Line: 678 - style: Redundant initialization for 'poly_data'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L677-L682 ```diff !Line: 677 - note: poly_data is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L678-L683 ```diff !Line: 678 - note: poly_data is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L739-L744 ```diff !Line: 739 - style: Redundant initialization for 'Target_Poly_Scalar'. The initialized value is overwritten before it is read. [redundantInitialization] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L736-L741 ```diff !Line: 736 - note: Target_Poly_Scalar is initialized ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L739-L744 ```diff !Line: 739 - note: Target_Poly_Scalar is overwritten ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L335-L340 ```diff !Line: 335 - style: The scope of the variable 'value' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L413-L418 ```diff !Line: 413 - style: The scope of the variable 'thresscalar' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L747-L752 ```diff !Line: 747 - style: The scope of the variable 'target_scalar' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L410-L415 ```diff !Line: 410 - performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgScarAdvanced.cpp#L664-L669 ```diff !Line: 664 - performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgStrains.cpp#L148-L153 ```diff !Line: 148 - style: Variable 'path' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L88-L93 ```diff !Line: 88 - style: The scope of the variable 'ctr' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L89-L94 ```diff !Line: 89 - style: The scope of the variable 'first' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L88-L93 ```diff !Line: 88 - style: Local variable 'ctr' shadows outer variable [shadowVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L112-L117 ```diff !Line: 112 - note: Shadowed declaration ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L88-L93 ```diff !Line: 88 - note: Shadow variable ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L242-L247 ```diff !Line: 242 - style: Local variable 'i' shadows outer variable [shadowVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L225-L230 ```diff !Line: 225 - note: Shadowed declaration ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L242-L247 ```diff !Line: 242 - note: Shadow variable ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/src/CemrgTests.cpp#L703-L708 ```diff !Line: 703 - style: Variable 'path' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/test/CemrgCommandLineTest.cpp#L317-L319 ```diff !Line: 317 - error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/test/CemrgMeasureTest.cpp#L306-L308 ```diff !Line: 306 - error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/test/CemrgStrainsTest.cpp#L257-L259 ```diff !Line: 257 - error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Modules/CemrgAppModule/test/test.cpp#L60-L62 ```diff !Line: 60 - error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.easi/src/internal/EASIView.cpp#L190-L195 ```diff !Line: 190 - style: The scope of the variable 'successfulNitfi' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.easi/src/internal/EASIView.cpp#L454-L459 ```diff !Line: 454 - style: Redundant pointer operation on 'pv' - it's already a pointer. [redundantPointerOp] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.easi/src/internal/EASIView.cpp#L451-L456 ```diff !Line: 451 - style: Local variable 'path' shadows outer variable [shadowVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.easi/src/internal/EASIView.cpp#L412-L417 ```diff !Line: 412 - note: Shadowed declaration ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.easi/src/internal/EASIView.cpp#L451-L456 ```diff !Line: 451 - note: Shadow variable ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mainapp/src/internal/QmitkCemrgAppCommonTools.cpp#L244-L249 ```diff !Line: 244 - style: The scope of the variable 'nField' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mainapp/src/internal/QmitkCemrgAppCommonTools.cpp#L240-L245 ```diff !Line: 240 - style: Variable 'path' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mainapp/src/internal/kcl_cemrgapp_mainapp_Activator.cpp#L47-L52 ```diff !Line: 47 - warning: Member variable 'kcl_cemrgapp_mainapp_Activator::context' is not initialized in the constructor. [uninitMemberVar] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mainapp/src/internal/kcl_cemrgapp_mainapp_Activator.cpp#L74-L79 ```diff !Line: 74 - style: Variable 'collectionFile' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.h#L46-L51 ```diff !Line: 46 - style: The class 'MmcwView' does not have a constructor although it has private member variables. [noConstructor] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwViewPlot.h#L56-L61 ```diff !Line: 56 - style: The class 'MmcwViewPlot' does not have a constructor although it has private member variables. [noConstructor] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.cpp#L723-L728 ```diff !Line: 723 - style: Condition 'dcm_path_fix' is always true [knownConditionTrueFalse] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.cpp#L722-L727 ```diff !Line: 722 - note: Assignment 'dcm_path_fix=true', assigned value is 1 ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.cpp#L723-L728 ```diff !Line: 723 - note: Condition 'dcm_path_fix' is always true ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.cpp#L217-L222 ```diff !Line: 217 - style: The scope of the variable 'successfulNitfi' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.cpp#L415-L420 ```diff !Line: 415 - style: Local variable 'ok' shadows outer variable [shadowVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.cpp#L396-L401 ```diff !Line: 396 - note: Shadowed declaration ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwView.cpp#L415-L420 ```diff !Line: 415 - note: Shadow variable ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwViewPlot.cpp#L439-L444 ```diff !Line: 439 - style: The scope of the variable 'curveId' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmcwplugin/src/internal/MmcwViewPlot.cpp#L439-L444 ```diff !Line: 439 - style: Variable 'curveId' is assigned a value that is never used. [unreadVariable] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmeasurement/src/internal/MmeasurementView.h#L47-L52 ```diff !Line: 47 - style: The class 'MmeasurementView' does not have a constructor although it has private member variables. [noConstructor] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmeasurement/src/internal/MmeasurementView.cpp#L200-L205 ```diff !Line: 200 - style: The scope of the variable 'successfulNitfi' can be reduced. [variableScope] ```
https://github.com/CemrgDevelopers/CemrgApp/blob/ef01a9c53d69a851f280085785dc8fd28c35e9c1/CemrgApp/Plugins/kcl.cemrgapp.mmeasurement/src/internal/MmeasurementView.cpp#L392-L397 ```diff !Line: 392 - style: Local variable 'ok' shadows outer variable [shadowVariable] ```

```diff !Maximum character count per GitHub comment has been reached! Not all warnings/errors has been parsed! ```