2022-06-26 20:41 ftp://ftp.de.debian.org/debian/pool/main/c/connectome-workbench/connectome-workbench_1.5.0.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j1 platform: Linux-5.4.0-121-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 cppcheck: head 2.8 head-info: 242afc3 (2022-06-25 21:42:55 +0200) count: 5944 5860 elapsed-time: 443.6 398.8 head-timing-info: Tokenizer::simplifyTokens1: 109.644s (avg. 0.0796254s - 1377 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 66.6648s (avg. 0.0504654s - 1321 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 14.5333s (avg. 0.0110017s - 1321 result(s)) Tokenizer::createTokens: 6.39573s (avg. 0.00462454s - 1383 result(s)) Other::runChecks: 3.44609s (avg. 0.0026087s - 1321 result(s)) Overall time: 228.871s old-timing-info: Tokenizer::simplifyTokens1: 95.4893s (avg. 0.0693459s - 1377 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 52.8139s (avg. 0.0399803s - 1321 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 14.5977s (avg. 0.0110505s - 1321 result(s)) Tokenizer::createTokens: 6.19364s (avg. 0.00447841s - 1383 result(s)) Other::runChecks: 3.60737s (avg. 0.00273079s - 1321 result(s)) Overall time: 200.095s head results: connectome-workbench-1.5.0/src/Algorithms/AbstractAlgorithm.h:43:9: style: Class 'AbstractAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmAnnotationResample.h:61:13: style: Class 'SourceTargetSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmException.h:37:5: style: Class 'AlgorithmException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmException.h:39:5: style: Class 'AlgorithmException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmBorderToVertices.cxx:225:17: style: Condition 'first' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Algorithms/AlgorithmBorderToVertices.cxx:212:18: note: Assignment 'first=true', assigned value is 1 connectome-workbench-1.5.0/src/Algorithms/AlgorithmBorderToVertices.cxx:225:17: note: Condition 'first' is always true connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiAverage.cxx:204:20: style: The scope of the variable 'weightaccum' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiAverageROICorrelation.cxx:439:9: style: The scope of the variable 'curRow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiAverageROICorrelation.cxx:583:9: style: The scope of the variable 'curRow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:477:28: warning: Member variable 'AlgorithmCiftiCorrelation::m_binaryWeights' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:477:28: warning: Member variable 'AlgorithmCiftiCorrelation::m_weightedMode' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:477:28: warning: Member variable 'AlgorithmCiftiCorrelation::m_noDemean' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:477:28: warning: Member variable 'AlgorithmCiftiCorrelation::m_covariance' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:477:28: warning: Member variable 'AlgorithmCiftiCorrelation::m_cacheUsed' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:477:28: warning: Member variable 'AlgorithmCiftiCorrelation::m_numCols' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:477:28: warning: Member variable 'AlgorithmCiftiCorrelation::m_inputCifti' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.h:43:13: warning: Member variable 'RowInfo::m_mean' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.h:43:13: warning: Member variable 'RowInfo::m_rootResidSqr' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:262:38: style: Local variable 'cacheRow' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.h:58:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:262:38: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:268:34: style: Local variable 'cacheRow' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.h:58:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:268:34: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:450:38: style: Local variable 'cacheRow' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.h:58:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:450:38: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:456:34: style: Local variable 'cacheRow' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.h:58:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelation.cxx:456:34: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.h:38:13: warning: Member variable 'RowInfo::m_mean' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.h:38:13: warning: Member variable 'RowInfo::m_rootResidSqr' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.h:49:13: style: Struct 'CacheRow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:521:13: style: The scope of the variable 'curRow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:688:13: style: The scope of the variable 'curRow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:867:13: style: The scope of the variable 'curRow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:1016:13: style: The scope of the variable 'curRow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:1302:135: style:inconclusive: Function 'numRowsForMem' argument 4 names different: declaration 'cacheFullInput' definition 'cacheFullInputOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.h:69:108: note: Function 'numRowsForMem' argument 4 names different: declaration 'cacheFullInput' definition 'cacheFullInputOut'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:1302:135: note: Function 'numRowsForMem' argument 4 names different: declaration 'cacheFullInput' definition 'cacheFullInputOut'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:632:25: style: Variable 'origRoi' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCorrelationGradient.cxx:1364:35: style: Variable 'inputIsMemory' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCreateDenseTimeseries.cxx:357:51: performance: Searching before insertion is not necessary. Instead of 'componentMap[thisStructure]=count' consider using 'componentMap.try_emplace(thisStructure, count);'. [stlFindInsert] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCreateLabel.cxx:304:17: style: Condition 'first' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCreateLabel.cxx:300:22: note: Assignment 'first=true', assigned value is 1 connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCreateLabel.cxx:304:17: note: Condition 'first' is always true connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCreateLabel.cxx:333:23: style: Variable 'first' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCrossCorrelation.h:44:13: warning: Member variable 'RowInfo::m_mean' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiCrossCorrelation.h:44:13: warning: Member variable 'RowInfo::m_rootResidSqr' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiDilate.cxx:161:61: style:inconclusive: Function 'AlgorithmCiftiDilate' argument 13 names different: declaration 'myRoi' definition 'myBadRoi'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiDilate.h:38:47: note: Function 'AlgorithmCiftiDilate' argument 13 names different: declaration 'myRoi' definition 'myBadRoi'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiDilate.cxx:161:61: note: Function 'AlgorithmCiftiDilate' argument 13 names different: declaration 'myRoi' definition 'myBadRoi'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiLabelAdjacency.cxx:197:17: style: Variable 'stencil' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiLabelModifyKeys.cxx:98:143: performance: Function parameter 'remap' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiLabelToROI.cxx:104:54: error: Uninitialized variable: labelKey [uninitvar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiLabelToROI.cxx:82:15: note: Assuming condition is false connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiLabelToROI.cxx:104:54: note: Uninitialized variable: labelKey connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiMergeParcels.cxx:117:22: style: Local variable 'i' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiMergeParcels.cxx:88:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiMergeParcels.cxx:117:22: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiMergeParcels.cxx:220:61: style: Local variable 'iter' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiMergeParcels.cxx:199:40: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiMergeParcels.cxx:220:61: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiParcelMappingToLabel.cxx:102:48: style: Variable 'surfStructures' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiParcellate.cxx:221:9: style: Instance of 'AlgorithmCiftiParcellate' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:124:9: warning: Member variable 'DataSourceInfo::type' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:408:17: style: Instance of 'AlgorithmCiftiReplaceStructure' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:421:17: style: Instance of 'AlgorithmCiftiReplaceStructure' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:435:17: style: Instance of 'AlgorithmCiftiReplaceStructure' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:442:17: style: Instance of 'AlgorithmCiftiReplaceStructure' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:372:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:378:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:222:13: error: Iterators of different containers 'volSources' and 'surfSources' are used together. [mismatchingContainers] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiReplaceStructure.cxx:601:15: style: Variable 'myMap' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:659:38: style: Local variable 'i' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:605:18: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:659:38: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:692:38: style: Local variable 'i' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:605:18: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:692:38: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:696:42: style: Local variable 'k' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:688:30: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:696:42: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:727:34: style: Local variable 'i' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:605:18: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:727:34: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:935:37: style: Local variable 'surfList' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:895:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:935:37: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:935:85: style: Local variable 'volList' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:895:81: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:935:85: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:1035:37: style: Local variable 'surfList' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:995:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:1035:37: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:1035:85: style: Local variable 'volList' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:995:81: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:1035:85: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:630:17: style: Variable 'neighbors' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:240:29: style: Variable 'methodSpecified' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCiftiResample.cxx:272:29: style: Variable 'methodSpecified' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.h:42:9: style: Struct 'VoxelIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.cxx:268:13: style: Condition '!useStencil' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.cxx:221:9: note: Assuming that condition 'useDirect' is not redundant connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.cxx:218:26: note: useDirect is assigned '!useStencil' here. connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.cxx:268:13: note: Condition '!useStencil' is always false connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.cxx:390:33: style: Local variable 'tempindex' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.cxx:379:21: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.cxx:390:33: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmCreateSignedDistanceVolume.h:42:28: style: Parameter 'ijk' can be declared as const array [constParameter] connectome-workbench-1.5.0/src/Algorithms/AlgorithmGiftiLabelToROI.cxx:231:13: style: Condition 'shouldThrow' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Algorithms/AlgorithmGiftiLabelToROI.cxx:221:28: note: Assignment 'shouldThrow=true', assigned value is 1 connectome-workbench-1.5.0/src/Algorithms/AlgorithmGiftiLabelToROI.cxx:231:13: note: Condition 'shouldThrow' is always true connectome-workbench-1.5.0/src/Algorithms/AlgorithmGiftiLabelToROI.cxx:107:54: error: Uninitialized variable: labelKey [uninitvar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmGiftiLabelToROI.cxx:85:15: note: Assuming condition is false connectome-workbench-1.5.0/src/Algorithms/AlgorithmGiftiLabelToROI.cxx:107:54: note: Uninitialized variable: labelKey connectome-workbench-1.5.0/src/Algorithms/AlgorithmLabelToVolumeMapping.cxx:252:19: style: The scope of the variable 'bestWeight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmLabelToVolumeMapping.cxx:199:98: style:inconclusive: Function 'AlgorithmLabelToVolumeMapping' argument 10 names different: declaration 'thick' definition 'thickColumn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmLabelToVolumeMapping.h:41:103: note: Function 'AlgorithmLabelToVolumeMapping' argument 10 names different: declaration 'thick' definition 'thickColumn'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmLabelToVolumeMapping.cxx:199:98: note: Function 'AlgorithmLabelToVolumeMapping' argument 10 names different: declaration 'thick' definition 'thickColumn'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmLabelToVolumeMapping.cxx:137:13: style: Instance of 'AlgorithmLabelToVolumeMapping' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmLabelToVolumeMapping.cxx:140:13: style: Instance of 'AlgorithmLabelToVolumeMapping' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricDilate.cxx:594:30: style: The scope of the variable 'myElem' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricDilate.cxx:134:25: style: Variable 'methodSpecified' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricEstimateFWHM.cxx:272:26: style: Local variable 'j' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricEstimateFWHM.cxx:250:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricEstimateFWHM.cxx:272:26: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricFalseCorrelation.cxx:130:11: style: The scope of the variable 'distRatioCutoff' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricFindClusters.cxx:217:25: style: The scope of the variable 'pathScratch' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricFindClusters.cxx:218:23: style: The scope of the variable 'distScratch' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricFindClusters.cxx:271:153: style:inconclusive: Function 'AlgorithmMetricFindClusters' argument 4 names different: declaration 'minVal' definition 'threshVal'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricFindClusters.h:35:132: note: Function 'AlgorithmMetricFindClusters' argument 4 names different: declaration 'minVal' definition 'threshVal'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricFindClusters.cxx:271:153: note: Function 'AlgorithmMetricFindClusters' argument 4 names different: declaration 'minVal' definition 'threshVal'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricFindClusters.cxx:319:17: style: Unused variable: toSearch [unusedVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricROIsFromExtrema.cxx:241:113: style:inconclusive: Function 'processMap' argument 3 names different: declaration 'excludeSouces' definition 'excludeSources'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricROIsFromExtrema.h:38:99: note: Function 'processMap' argument 3 names different: declaration 'excludeSouces' definition 'excludeSources'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricROIsFromExtrema.cxx:241:113: note: Function 'processMap' argument 3 names different: declaration 'excludeSouces' definition 'excludeSources'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricTFCE.cxx:339:42: error:inconclusive: Array index -1 is out of bounds. [negativeContainerIndex] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricTFCE.cxx:329:36: note: Assignment 'mergedIndex=-1', assigned value is -1 connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricTFCE.cxx:330:79: note: Assuming condition is false connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricTFCE.cxx:339:42: note: Negative array index connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricToVolumeMapping.cxx:201:96: style:inconclusive: Function 'AlgorithmMetricToVolumeMapping' argument 10 names different: declaration 'thick' definition 'thickColumn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricToVolumeMapping.h:43:104: note: Function 'AlgorithmMetricToVolumeMapping' argument 10 names different: declaration 'thick' definition 'thickColumn'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricToVolumeMapping.cxx:201:96: note: Function 'AlgorithmMetricToVolumeMapping' argument 10 names different: declaration 'thick' definition 'thickColumn'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricToVolumeMapping.cxx:140:13: style: Instance of 'AlgorithmMetricToVolumeMapping' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmMetricToVolumeMapping.cxx:143:13: style: Instance of 'AlgorithmMetricToVolumeMapping' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceAffineRegression.cxx:65:5: style: Instance of 'AlgorithmSurfaceAffineRegression' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceCurvature.cxx:124:23: style: Variable 'diffProj' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceCurvature.cxx:123:23: style: Variable 'normProj' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceDistortion.cxx:274:13: style: Local variable 'numNodes' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceDistortion.cxx:141:9: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceDistortion.cxx:274:13: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceGenerateInflated.cxx:138:80: style:inconclusive: Function 'AlgorithmSurfaceGenerateInflated' argument 5 names different: declaration 'iterationsScale' definition 'iterationsScaleIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceGenerateInflated.h:46:54: note: Function 'AlgorithmSurfaceGenerateInflated' argument 5 names different: declaration 'iterationsScale' definition 'iterationsScaleIn'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceGenerateInflated.cxx:138:80: note: Function 'AlgorithmSurfaceGenerateInflated' argument 5 names different: declaration 'iterationsScale' definition 'iterationsScaleIn'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceMatch.cxx:118:9: style: Instance of 'AlgorithmSurfaceMatch' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceResample.cxx:143:146: style:inconclusive: Function 'AlgorithmSurfaceResample' argument 7 names different: declaration 'curAreaSurf' definition 'curAreas'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceResample.h:37:128: note: Function 'AlgorithmSurfaceResample' argument 7 names different: declaration 'curAreaSurf' definition 'curAreas'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceResample.cxx:143:146: note: Function 'AlgorithmSurfaceResample' argument 7 names different: declaration 'curAreaSurf' definition 'curAreas'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceResample.cxx:143:174: style:inconclusive: Function 'AlgorithmSurfaceResample' argument 8 names different: declaration 'newAreaSurf' definition 'newAreas'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceResample.h:37:166: note: Function 'AlgorithmSurfaceResample' argument 8 names different: declaration 'newAreaSurf' definition 'newAreas'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmSurfaceResample.cxx:143:174: note: Function 'AlgorithmSurfaceResample' argument 8 names different: declaration 'newAreaSurf' definition 'newAreas'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:160:13: style: The scope of the variable 'neighbors' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:227:35: style: The scope of the variable 'bestDist' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:327:67: style: Local variable 'iter' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:216:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:327:67: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:347:67: style: Local variable 'iter' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:216:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:347:67: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:364:39: style: Local variable 'iter' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:216:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeDilate.cxx:364:39: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeErode.cxx:91:13: style: Variable 'neighbors' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:963:127: style:inconclusive: Function 'consolidateStep' argument 3 names different: declaration 'tempExtrema' definition 'initExtrema'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.h:41:121: note: Function 'consolidateStep' argument 3 names different: declaration 'tempExtrema' definition 'initExtrema'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:963:127: note: Function 'consolidateStep' argument 3 names different: declaration 'tempExtrema' definition 'initExtrema'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:479:47: style: Variable 'offset' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:503:51: style: Variable 'offset' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:522:51: style: Variable 'offset' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:543:51: style: Variable 'offset' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:579:51: style: Variable 'offset' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:607:51: style: Variable 'offset' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeExtrema.cxx:647:47: style: Variable 'offset' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeFillHoles.cxx:105:41: style: Variable 'curvox' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeGradient.cxx:144:9: style: Variable 'stencil' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeLabelModifyKeys.cxx:99:144: performance: Function parameter 'remap' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeLabelToROI.cxx:106:55: error: Uninitialized variable: labelKey [uninitvar] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeLabelToROI.cxx:84:15: note: Assuming condition is false connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeLabelToROI.cxx:106:55: note: Uninitialized variable: labelKey connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeLabelToSurfaceMapping.cxx:287:28: warning: Either the condition 'tempTable==NULL' is redundant or there is possible null pointer dereference: tempTable. [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeLabelToSurfaceMapping.cxx:288:23: note: Assuming that condition 'tempTable==NULL' is not redundant connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeLabelToSurfaceMapping.cxx:287:28: note: Null pointer dereference connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResampling.cxx:231:49: style: Variable 'curLabelReverse[matchedLabels[i].first]' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResampling.cxx:232:50: style: Variable 'newLabelReverse[matchedLabels[i].second]' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResampling.cxx:478:49: style: Variable 'curLabelReverse[matchedLabels[i].first]' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResampling.cxx:479:50: style: Variable 'newLabelReverse[matchedLabels[i].second]' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResamplingGeneric.cxx:285:55: style: Local variable 'dataVal' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResamplingGeneric.cxx:260:39: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResamplingGeneric.cxx:285:55: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResamplingGeneric.cxx:415:51: style: Local variable 'dataVal' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResamplingGeneric.cxx:390:35: note: Shadowed declaration connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeParcelResamplingGeneric.cxx:415:51: note: Shadow variable connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeROIsFromExtrema.cxx:281:116: style:inconclusive: Function 'processFrame' argument 3 names different: declaration 'excludeSouces' definition 'excludeSources'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeROIsFromExtrema.h:37:102: note: Function 'processFrame' argument 3 names different: declaration 'excludeSouces' definition 'excludeSources'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeROIsFromExtrema.cxx:281:116: note: Function 'processFrame' argument 3 names different: declaration 'excludeSouces' definition 'excludeSources'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeROIsFromExtrema.cxx:283:113: style:inconclusive: Function 'processFrame' argument 10 names different: declaration 'myDims' definition 'mySpace'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeROIsFromExtrema.h:39:89: note: Function 'processFrame' argument 10 names different: declaration 'myDims' definition 'mySpace'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeROIsFromExtrema.cxx:283:113: note: Function 'processFrame' argument 10 names different: declaration 'myDims' definition 'mySpace'. connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeRemoveIslands.cxx:105:41: style: Variable 'curvox' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:62:9: style: Class 'AffineXfm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:70:9: style: Class 'AffineSeriesXfm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:78:9: style: Class 'WarpfieldXfm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:63:18: style: The function 'xfmPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:54:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:63:18: note: Function in derived class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:71:18: style: The function 'xfmPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:54:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:71:18: note: Function in derived class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:79:18: style: The function 'xfmPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:54:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:79:18: note: Function in derived class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:86:18: style: The function 'xfmPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:54:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeResample.h:86:18: note: Function in derived class connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeTFCE.cxx:289:13: style: Variable 'stencil' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeTFCE.cxx:343:42: error:inconclusive: Array index -1 is out of bounds. [negativeContainerIndex] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeTFCE.cxx:333:40: note: Assignment 'mergedIndex=-1', assigned value is -1 connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeTFCE.cxx:334:83: note: Assuming condition is false connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeTFCE.cxx:343:42: note: Negative array index connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeToSurfaceMapping.cxx:201:13: style: Instance of 'AlgorithmVolumeToSurfaceMapping' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeToSurfaceMapping.cxx:307:13: style: Instance of 'AlgorithmVolumeToSurfaceMapping' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/AlgorithmVolumeWarpfieldAffineRegression.cxx:89:5: style: Instance of 'AlgorithmVolumeWarpfieldAffineRegression' object is destroyed immediately. [unusedScopedObject] connectome-workbench-1.5.0/src/Algorithms/OverlapLogicEnum.cxx:156:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Algorithms/OverlapLogicEnum.cxx:209:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Algorithms/OverlapLogicEnum.cxx:262:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Algorithms/OverlapLogicEnum.cxx:296:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Algorithms/OverlapLogicEnum.cxx:318:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Algorithms/OverlapLogicEnum.cxx:344:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1665:52: style:inconclusive: Boolean expression 'colorBarFlag' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1666:56: style:inconclusive: Boolean expression 'colorBarFlag' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1667:56: style:inconclusive: Boolean expression 'colorBarFlag' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] connectome-workbench-1.5.0/src/Annotations/AnnotationBox.h:34:9: style: Class 'AnnotationBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.h:38:9: style: Class 'AnnotationBrowserTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:37:9: style: Class 'AnnotationColorBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinate.h:37:9: style: Class 'AnnotationCoordinate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:35:9: style: Class 'AnnotationImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationLine.h:33:9: style: Class 'AnnotationLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationOval.h:34:9: style: Class 'AnnotationOval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationPercentSizeText.h:34:9: style: Class 'AnnotationPercentSizeText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationPointSizeText.h:34:9: style: Class 'AnnotationPointSizeText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationPolyLine.h:33:9: style: Class 'AnnotationPolyLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:90:9: style: Class 'AnnotationScaleBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:71:22: style: The function 'isSizeHandleValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:321:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:71:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:73:22: style: The function 'applySpatialModification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:311:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:73:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:75:22: style: The function 'applyCoordinatesSizeAndRotationFromOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:325:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:75:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:404:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:407:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationBox.h:51:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationBox.h:51:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationBox.h:54:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationBox.h:54:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.h:92:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.h:92:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.h:95:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.h:95:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:49:50: style: The function 'getFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:39:50: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:49:50: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:51:22: style: The function 'setFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:41:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:51:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:53:23: style: The function 'getFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:43:23: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:53:23: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:55:22: style: The function 'setFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:55:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:61:38: style: The function 'getTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:47:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:61:38: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:63:22: style: The function 'setTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:49:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:63:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:65:22: style: The function 'getTextColorRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:65:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:67:22: style: The function 'getTextColorRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:67:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:69:22: style: The function 'getCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:69:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:71:22: style: The function 'getCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:71:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:73:22: style: The function 'setCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:59:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:73:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:75:22: style: The function 'setCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:61:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:75:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:77:22: style: The function 'isBoldStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:63:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:77:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:79:22: style: The function 'setBoldStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:79:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:81:22: style: The function 'isItalicStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:67:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:81:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:83:22: style: The function 'setItalicStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:83:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:85:22: style: The function 'isUnderlineStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:85:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:87:22: style: The function 'setUnderlineStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:87:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:133:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:133:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:136:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.h:136:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:43:22: style: The function 'isFixedAspectRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:295:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:43:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:45:23: style: The function 'getFixedAspectRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:297:23: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:45:23: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:71:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:71:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:74:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationImage.h:74:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:62:22: style: The function 'isSizeHandleValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:321:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:62:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:64:22: style: The function 'applySpatialModification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:311:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:66:22: style: The function 'applyCoordinatesSizeAndRotationFromOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:325:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:66:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:84:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:404:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:84:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:87:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:407:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:87:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationLine.h:61:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:84:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationLine.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationLine.h:64:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationLine.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationOval.h:51:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationOval.h:51:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationOval.h:54:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationOval.h:54:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:70:50: style: The function 'getFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:39:50: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:70:50: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:72:22: style: The function 'setFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:41:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:72:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:74:23: style: The function 'getFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:43:23: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:74:23: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:76:22: style: The function 'setFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:76:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:91:38: style: The function 'getTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:47:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:91:38: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:93:22: style: The function 'setTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:49:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:93:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:95:22: style: The function 'getTextColorRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:95:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:97:22: style: The function 'getTextColorRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:97:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:99:22: style: The function 'getCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:99:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:101:22: style: The function 'getCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:101:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:103:22: style: The function 'setCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:59:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:103:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:105:22: style: The function 'setCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:61:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:105:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:107:22: style: The function 'isBoldStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:63:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:107:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:109:22: style: The function 'setBoldStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:109:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:111:22: style: The function 'isItalicStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:67:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:111:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:113:22: style: The function 'setItalicStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:113:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:115:22: style: The function 'isUnderlineStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:115:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:117:22: style: The function 'setUnderlineStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:117:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:125:22: style: The function 'applySpatialModification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:125:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:127:22: style: The function 'applyCoordinatesSizeAndRotationFromOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:127:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:129:22: style: The function 'getItemIconColorsRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:366:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:129:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:175:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:175:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:178:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:178:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationPercentSizeText.h:45:23: style: The function 'getFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:74:23: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationPercentSizeText.h:45:23: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationPercentSizeText.h:47:22: style: The function 'setFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:76:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationPercentSizeText.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationPointSizeText.h:46:23: style: The function 'getFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:74:23: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationPointSizeText.h:46:23: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationPointSizeText.h:48:22: style: The function 'setFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationText.h:76:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationPointSizeText.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:70:22: style: The function 'isSizeHandleValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:321:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:70:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:72:22: style: The function 'applySpatialModification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:311:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:72:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:74:22: style: The function 'applyCoordinatesSizeAndRotationFromOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:325:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:74:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:79:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:404:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:79:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:82:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/Annotation.h:407:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:82:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationPolyLine.h:44:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationPolyLine.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationPolyLine.h:47:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:82:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationPolyLine.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:151:50: style: The function 'getFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:39:50: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:151:50: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:153:22: style: The function 'setFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:41:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:153:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:155:23: style: The function 'getFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:43:23: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:155:23: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:157:22: style: The function 'setFontPercentViewportSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:157:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:163:38: style: The function 'getTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:47:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:163:38: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:165:22: style: The function 'setTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:49:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:165:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:167:22: style: The function 'getTextColorRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:167:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:169:22: style: The function 'getTextColorRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:169:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:171:22: style: The function 'getCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:171:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:173:22: style: The function 'getCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:173:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:175:22: style: The function 'setCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:59:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:175:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:177:22: style: The function 'setCustomTextColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:61:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:177:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:179:22: style: The function 'isBoldStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:63:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:179:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:181:22: style: The function 'setBoldStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:181:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:183:22: style: The function 'isItalicStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:67:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:183:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:185:22: style: The function 'setItalicStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:185:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:187:22: style: The function 'isUnderlineStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:187:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:189:22: style: The function 'setUnderlineStyleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationFontAttributesInterface.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:189:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:218:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:110:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:218:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:221:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.h:221:22: note: Function in derived class connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:159:17: style: Variable 'm_uniqueKey' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:128:27: note: m_uniqueKey is assigned connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:159:17: note: m_uniqueKey is overwritten connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1010:44: style: Variable 'surfaceUpAxisVector[0]' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1009:44: note: surfaceUpAxisVector[0] is assigned connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1010:44: note: surfaceUpAxisVector[0] is overwritten connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1015:44: style: Variable 'surfaceUpAxisVector[0]' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1014:44: note: surfaceUpAxisVector[0] is assigned connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1015:44: note: surfaceUpAxisVector[0] is overwritten connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1093:5: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:898:40: style: The scope of the variable 'coords' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1276:52: style:inconclusive: Function 'setLineWidthPixelsObsolete' argument 1 names different: declaration 'lineWidthPixels' definition 'lineWidth'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/Annotation.h:440:53: note: Function 'setLineWidthPixelsObsolete' argument 1 names different: declaration 'lineWidthPixels' definition 'lineWidth'. connectome-workbench-1.5.0/src/Annotations/Annotation.cxx:1276:52: note: Function 'setLineWidthPixelsObsolete' argument 1 names different: declaration 'lineWidthPixels' definition 'lineWidth'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.h:79:67: performance: Function parameter 'annotations' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Annotations/AnnotationAlignmentEnum.cxx:193:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAlignmentEnum.cxx:246:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAlignmentEnum.cxx:299:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAlignmentEnum.cxx:333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAlignmentEnum.cxx:355:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAlignmentEnum.cxx:381:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAttributesDefaultTypeEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAttributesDefaultTypeEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAttributesDefaultTypeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAttributesDefaultTypeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAttributesDefaultTypeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationAttributesDefaultTypeEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:776:9: style: Condition 'allowOverlapFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:775:33: note: Assignment 'allowOverlapFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:776:9: note: Condition 'allowOverlapFlag' is always true connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:355:58: style:inconclusive: Function 'intersectionTest' argument 1 names different: declaration 'other' definition 'otherAnn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.h:67:57: note: Function 'intersectionTest' argument 1 names different: declaration 'other' definition 'otherAnn'. connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:355:58: note: Function 'intersectionTest' argument 1 names different: declaration 'other' definition 'otherAnn'. connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:699:23: style: Local variable 'cornerOffset' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:690:19: note: Shadowed declaration connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:699:23: note: Shadow variable connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:620:17: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Annotations/AnnotationBrowserTab.cxx:891:17: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.cxx:133:33: style: Variable 'm_positionMode' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.cxx:130:33: note: m_positionMode is assigned connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.cxx:133:33: note: m_positionMode is overwritten connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.cxx:620:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBar.cxx:702:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarNumericText.cxx:74:32: warning: Member variable 'AnnotationColorBarNumericText::m_horizontalAlignment' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarNumericText.cxx:74:32: warning:inconclusive: Member variable 'AnnotationColorBarNumericText::m_drawTickMarkAtScalar' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:170:61: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.h:49:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:170:61: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:187:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:240:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:293:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:327:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:349:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationColorBarPositionModeEnum.cxx:375:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:198:56: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.h:59:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:198:56: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:256:59: style:inconclusive: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.h:65:44: note: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:256:59: note: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:212:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:270:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:373:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:407:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:429:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationCoordinateSpaceEnum.cxx:455:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationDistributeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationDistributeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationDistributeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationDistributeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationDistributeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationDistributeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationEditingSelectionInformation.cxx:49:40: warning: Member variable 'AnnotationEditingSelectionInformation::m_groupingValid' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Annotations/AnnotationEditingSelectionInformation.cxx:49:40: warning: Member variable 'AnnotationEditingSelectionInformation::m_ungroupValid' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Annotations/AnnotationEditingSelectionInformation.cxx:49:40: warning: Member variable 'AnnotationEditingSelectionInformation::m_regroupValid' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Annotations/AnnotationEditingSelectionInformation.h:37:9: style: Class 'AnnotationEditingSelectionInformation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:797:38: warning: Either the condition 'sceneClass!=NULL' is redundant or there is possible null pointer dereference: sceneClass. [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:798:24: note: Assuming that condition 'sceneClass!=NULL' is not redundant connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:797:38: note: Null pointer dereference connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:935:47: style:inconclusive: Function 'isItemExpanded' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.h:119:51: note: Function 'isItemExpanded' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:935:47: note: Function 'isItemExpanded' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:959:48: style:inconclusive: Function 'setItemExpanded' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.h:122:52: note: Function 'setItemExpanded' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:959:48: note: Function 'setItemExpanded' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:985:48: style:inconclusive: Function 'getItemDisplaySelected' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.h:126:51: note: Function 'getItemDisplaySelected' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:985:48: note: Function 'getItemDisplaySelected' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:1033:48: style:inconclusive: Function 'setItemDisplaySelected' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.h:129:52: note: Function 'setItemDisplaySelected' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:1033:48: note: Function 'setItemDisplaySelected' argument 2 names different: declaration 'tabIndex' definition 'tabIndexIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:595:71: performance: Function parameter 'annotations' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Annotations/AnnotationGroup.cxx:606:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupTypeEnum.cxx:187:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupTypeEnum.cxx:240:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupTypeEnum.cxx:293:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupTypeEnum.cxx:327:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupTypeEnum.cxx:349:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupTypeEnum.cxx:375:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupingModeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupingModeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupingModeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupingModeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupingModeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationGroupingModeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSpatialModification.h:75:17: performance: Variable 'm_surfaceStructure' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.cxx:450:21: style: The scope of the variable 'surfaceNumberOfNodes' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.cxx:451:21: style: The scope of the variable 'surfaceNodeIndex' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.cxx:308:92: style:inconclusive: Function 'applyCoordinatesSizeAndRotationFromOther' argument 1 names different: declaration 'otherAnnotation' definition 'otherAnnotationIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.h:74:81: note: Function 'applyCoordinatesSizeAndRotationFromOther' argument 1 names different: declaration 'otherAnnotation' definition 'otherAnnotationIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.cxx:308:92: note: Function 'applyCoordinatesSizeAndRotationFromOther' argument 1 names different: declaration 'otherAnnotation' definition 'otherAnnotationIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.cxx:202:16: style: Variable 'ac' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.cxx:217:16: style: Variable 'ac' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationMultiCoordinateShape.cxx:279:32: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:599:25: style: Local variable 'dy' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:502:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:599:25: note: Shadow variable connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:601:25: style: Local variable 'dx' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:500:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:601:25: note: Shadow variable connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:855:25: style: Local variable 'dy' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:737:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:855:25: note: Shadow variable connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:857:25: style: Local variable 'dx' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:735:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:857:25: note: Shadow variable connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:1244:19: style: Local variable 'xyz' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:964:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Annotations/AnnotationOneCoordinateShape.cxx:1244:19: note: Shadow variable connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:232:18: warning: Member variable 'AnnotationMemento::m_annotationFile' is not assigned a value in 'AnnotationMemento::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:232:18: warning: Member variable 'AnnotationMemento::m_annotation' is not assigned a value in 'AnnotationMemento::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:232:18: warning: Member variable 'AnnotationMemento::m_undoAnnotation' is not assigned a value in 'AnnotationMemento::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:232:18: warning: Member variable 'AnnotationMemento::m_redoAnnotation' is not assigned a value in 'AnnotationMemento::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:250:17: performance: Variable 'm_annotationGroupKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:256:17: performance: Variable 'm_annotationGroupKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:257:17: performance: Variable 'm_annotations' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:248:13: style: Class 'AnnotationGroupMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/EventAnnotationValidate.h:39:9: style: Class 'EventAnnotationValidate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:998:56: style:inconclusive: Function 'setBoundsMinX2D' argument 1 names different: declaration 'minX' definition 'newMinX'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:62:42: note: Function 'setBoundsMinX2D' argument 1 names different: declaration 'minX' definition 'newMinX'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:998:56: note: Function 'setBoundsMinX2D' argument 1 names different: declaration 'minX' definition 'newMinX'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1017:56: style:inconclusive: Function 'setBoundsMaxX2D' argument 1 names different: declaration 'maxX' definition 'newMaxX'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:65:42: note: Function 'setBoundsMaxX2D' argument 1 names different: declaration 'maxX' definition 'newMaxX'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1017:56: note: Function 'setBoundsMaxX2D' argument 1 names different: declaration 'maxX' definition 'newMaxX'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1036:56: style:inconclusive: Function 'setBoundsMinY2D' argument 1 names different: declaration 'minY' definition 'newMinY'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:68:42: note: Function 'setBoundsMinY2D' argument 1 names different: declaration 'minY' definition 'newMinY'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1036:56: note: Function 'setBoundsMinY2D' argument 1 names different: declaration 'minY' definition 'newMinY'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1055:56: style:inconclusive: Function 'setBoundsMaxY2D' argument 1 names different: declaration 'maxY' definition 'newMaxY'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:71:42: note: Function 'setBoundsMaxY2D' argument 1 names different: declaration 'maxY' definition 'newMaxY'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1055:56: note: Function 'setBoundsMaxY2D' argument 1 names different: declaration 'maxY' definition 'newMaxY'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2310:87: style:inconclusive: Function 'setModeTextFontPercentSize' argument 2 names different: declaration 'annotation' definition 'annotations'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.h:164:73: note: Function 'setModeTextFontPercentSize' argument 2 names different: declaration 'annotation' definition 'annotations'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2310:87: note: Function 'setModeTextFontPercentSize' argument 2 names different: declaration 'annotation' definition 'annotations'. connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1184:86: performance: Function parameter 'annotations' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:74:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:631:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:766:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:966:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1082:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1139:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1191:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1373:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1406:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1439:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1474:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1510:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1577:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1617:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1811:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1962:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:1997:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2033:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2097:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2136:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2171:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2208:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2245:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2282:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2318:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2376:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2413:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2448:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommand.cxx:2483:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommandModeEnum.cxx:313:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommandModeEnum.cxx:366:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommandModeEnum.cxx:419:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommandModeEnum.cxx:453:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommandModeEnum.cxx:475:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationRedoUndoCommandModeEnum.cxx:501:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.cxx:165:33: style: Variable 'm_positionMode' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.cxx:162:33: note: m_positionMode is assigned connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBar.cxx:165:33: note: m_positionMode is overwritten connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarTextLocationEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarTextLocationEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarTextLocationEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarTextLocationEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarTextLocationEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarTextLocationEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarUnitsTypeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarUnitsTypeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarUnitsTypeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarUnitsTypeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarUnitsTypeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationScaleBarUnitsTypeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSizingHandleTypeEnum.cxx:220:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSizingHandleTypeEnum.cxx:273:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSizingHandleTypeEnum.cxx:326:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSizingHandleTypeEnum.cxx:360:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSizingHandleTypeEnum.cxx:382:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSizingHandleTypeEnum.cxx:408:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:105:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:104:26: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:105:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:132:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:104:26: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:132:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:196:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:104:26: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:196:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:201:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:104:26: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:201:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:219:13: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:104:26: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:219:13: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:544:17: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:547:17: note: Found duplicate branches for 'if' and 'else'. connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderOperation.cxx:544:17: note: Found duplicate branches for 'if' and 'else'. connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderTypeEnum.cxx:185:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderTypeEnum.cxx:238:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderTypeEnum.cxx:291:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderTypeEnum.cxx:325:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderTypeEnum.cxx:347:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationStackingOrderTypeEnum.cxx:373:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:177:64: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.h:51:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:177:64: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:195:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:263:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:350:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationSurfaceOffsetVectorTypeEnum.cxx:398:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignHorizontalEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignHorizontalEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignHorizontalEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignHorizontalEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignHorizontalEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignHorizontalEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignVerticalEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignVerticalEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignVerticalEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignVerticalEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignVerticalEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextAlignVerticalEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextConnectTypeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextConnectTypeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextConnectTypeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextConnectTypeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextConnectTypeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextConnectTypeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontNameEnum.cxx:214:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontNameEnum.cxx:267:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontNameEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontNameEnum.cxx:354:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontNameEnum.cxx:376:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontNameEnum.cxx:402:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontPointSizeEnum.cxx:202:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontPointSizeEnum.cxx:270:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontPointSizeEnum.cxx:323:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontPointSizeEnum.cxx:376:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontPointSizeEnum.cxx:436:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontPointSizeEnum.cxx:458:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontPointSizeEnum.cxx:484:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontSizeTypeEnum.cxx:180:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontSizeTypeEnum.cxx:233:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontSizeTypeEnum.cxx:286:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontSizeTypeEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontSizeTypeEnum.cxx:342:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextFontSizeTypeEnum.cxx:368:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextOrientationEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextOrientationEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextOrientationEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextOrientationEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextOrientationEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTextOrientationEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTwoCoordinateShape.cxx:595:19: style: Variable 'vpXYZ' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Annotations/AnnotationTypeEnum.cxx:204:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTypeEnum.cxx:257:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTypeEnum.cxx:310:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTypeEnum.cxx:344:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTypeEnum.cxx:366:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/AnnotationTypeEnum.cxx:392:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Annotations/EventAnnotationGroupGetWithKey.h:36:9: style: Class 'EventAnnotationGroupGetWithKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Annotations/EventAnnotationGrouping.cxx:42:26: warning: Member variable 'EventAnnotationGrouping::m_windowIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Annotations/EventAnnotationGrouping.cxx:71:76: style: Parameter 'annotations' can be declared as reference to const [constParameter] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:57:29: warning: Member variable 'AnnotationArrangerExecutor::m_windowViewport' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:988:5: performance: Variable 'm_windowBoundingBox' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.h:76:18: performance:inconclusive: Technically the member function 'caret::AnnotationArrangerExecutor::AnnotationInfo::isValidRelativeCoord' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:1019:45: note: Technically the member function 'caret::AnnotationArrangerExecutor::AnnotationInfo::isValidRelativeCoord' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.h:76:18: note: Technically the member function 'caret::AnnotationArrangerExecutor::AnnotationInfo::isValidRelativeCoord' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.h:42:9: style: Class 'AnnotationArrangerExecutor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.h:104:13: style: Class 'SortForDistributeFunctionObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/AnnotationManager.h:72:9: style: Class 'AnnotationManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:39:9: style: Class 'DisplayPropertiesAnnotationTextSubstitution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:45:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:47:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:59:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:59:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:62:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:62:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:65:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotationTextSubstitution.h:65:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:972:66: style: Parameter 'viewportPixelOneXY' can be declared as const array [constParameter] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:973:66: style: Parameter 'viewportPixelTwoXY' can be declared as const array [constParameter] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:361:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:438:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:472:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:527:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:564:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:615:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationArrangerExecutor.cxx:786:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:935:28: style: Boolean value assigned to floating point variable. [assignBoolToFloat] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.h:87:9: style: Class 'BrowserTabContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.h:41:9: style: Class 'BrowserWindowContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/Brain.h:118:9: style: Class 'Brain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:38:9: style: Class 'DisplayPropertiesAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.h:39:9: style: Class 'EventAnnotationBarsGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.h:41:9: style: Class 'EventAnnotationBarsGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventUserInputModeGet.h:37:9: style: Class 'EventUserInputModeGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.h:97:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/TabContentBase.h:51:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrowserTabContent.h:97:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:42:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:42:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:44:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:66:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:66:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:69:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:69:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:72:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.h:72:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrowserTabContent.h:180:47: performance: Function parameter 'models' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:1112:25: style: Variable 'ann' can be declared as pointer to const [constVariable] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:487:24: style: Consider using std::copy algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:501:24: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/Brain.h:552:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:209:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:223:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:344:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:437:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:463:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:481:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:562:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:616:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:658:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/AnnotationManager.cxx:666:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BorderDrawingTypeEnum.cxx:156:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BorderDrawingTypeEnum.cxx:209:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BorderDrawingTypeEnum.cxx:262:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BorderDrawingTypeEnum.cxx:296:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BorderDrawingTypeEnum.cxx:318:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BorderDrawingTypeEnum.cxx:344:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/DisplayPropertyDataEnum.h:50:9: warning: Member variable 'DisplayPropertyDataEnum < IdentificationSymbolSizeTypeEnum , IdentificationSymbolSizeTypeEnum :: Enum >::m_displayGroupValues' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/DisplayPropertyDataEnum.h:50:9: warning: Member variable 'DisplayPropertyDataEnum < IdentificationSymbolSizeTypeEnum , IdentificationSymbolSizeTypeEnum :: Enum >::m_tabValues' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/DisplayPropertyDataEnum.h:50:9: warning: Member variable 'DisplayPropertyDataEnum < ImageDepthPositionEnum , ImageDepthPositionEnum :: Enum >::m_displayGroupValues' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/DisplayPropertyDataEnum.h:50:9: warning: Member variable 'DisplayPropertyDataEnum < ImageDepthPositionEnum , ImageDepthPositionEnum :: Enum >::m_tabValues' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/ChartingDataManager.h:37:9: style: Class 'ChartingDataManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:41:9: style: Class 'DisplayPropertiesFiberOrientation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:42:9: style: Class 'DisplayPropertiesImages' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventBrainReset.h:36:9: style: Class 'EventBrainReset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventDataFileAdd.h:36:9: style: Class 'EventDataFileAdd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventDataFileDelete.h:36:9: style: Class 'EventDataFileDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventDataFileRead.h:39:9: style: Class 'EventDataFileRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventModelAdd.h:34:9: style: Class 'EventModelAdd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventModelDelete.h:34:9: style: Class 'EventModelDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventSceneActive.h:47:9: style: Class 'EventSceneActive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/IdentificationManager.h:45:9: style: Class 'IdentificationManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/ModelChart.h:62:9: style: Class 'ModelChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/ModelChartTwo.h:54:9: style: Class 'ModelChartTwo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/ModelMedia.h:43:9: style: Class 'ModelMedia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:42:9: style: Class 'ModelSurfaceMontage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/ModelVolume.h:39:9: style: Class 'ModelVolume' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:44:9: style: Class 'ModelWholeBrain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:40:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:42:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:42:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:44:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:119:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:119:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:122:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:122:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:45:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:47:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:51:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:51:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:139:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:139:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:142:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:142:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:46:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:48:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:50:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:128:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:128:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:131:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:131:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:46:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:48:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:50:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:107:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:107:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:110:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.h:110:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:38:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:38:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:40:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:42:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:42:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:45:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:45:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:48:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesLabels.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:40:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:40:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:42:14: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:42:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:44:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:47:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:47:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:50:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesSurface.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:37:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:37:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:39:14: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:39:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:45:22: style: The function 'copyDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:48:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:63:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:48:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:51:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/DisplayProperties.h:66:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DisplayPropertiesVolume.h:51:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:66:14: style: The function 'initializeOverlays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:66:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:68:17: style: The function 'getNameForGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:58:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:68:17: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:70:25: style: The function 'getNameForBrowserTab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:60:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:70:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:88:21: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:67:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:88:21: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:90:27: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:69:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:90:27: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:113:22: style: The function 'getDescriptionOfContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:113:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:116:22: style: The function 'copyTabContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:116:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:126:22: style: The function 'saveModelSpecificInformationToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:100:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:126:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelChart.h:129:22: style: The function 'restoreModelSpecificInformationFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelChart.h:129:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:43:21: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:67:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:43:21: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:45:27: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:69:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:45:27: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:47:14: style: The function 'initializeOverlays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:47:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:49:22: style: The function 'getDescriptionOfContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:49:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:52:22: style: The function 'copyTabContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:52:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:68:17: style: The function 'getNameForGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:58:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:68:17: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:70:25: style: The function 'getNameForBrowserTab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:60:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:70:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:75:22: style: The function 'saveModelSpecificInformationToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:100:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:75:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:78:22: style: The function 'restoreModelSpecificInformationFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurface.h:78:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:46:22: style: The function 'initializeSelectedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:50:21: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:67:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:50:21: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:52:27: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:69:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:52:27: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:54:14: style: The function 'initializeOverlays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:54:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:59:17: style: The function 'getNameForGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:58:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:59:17: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:61:25: style: The function 'getNameForBrowserTab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:60:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:61:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:94:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:62:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:94:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:96:22: style: The function 'getDescriptionOfContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:96:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:99:22: style: The function 'copyTabContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:99:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:103:22: style: The function 'saveModelSpecificInformationToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:100:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:103:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:106:22: style: The function 'restoreModelSpecificInformationFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.h:106:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:49:21: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:67:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:49:21: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:51:27: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:69:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:51:27: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:53:14: style: The function 'initializeOverlays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:53:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:55:22: style: The function 'copyTabContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:55:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:59:22: style: The function 'saveModelSpecificInformationToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:100:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:59:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:62:22: style: The function 'restoreModelSpecificInformationFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:62:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:72:17: style: The function 'getNameForGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:58:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:72:17: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:74:25: style: The function 'getNameForBrowserTab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:60:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelVolume.h:74:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:68:21: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:67:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:68:21: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:70:27: style: The function 'getOverlaySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:69:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:70:27: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:72:14: style: The function 'initializeOverlays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:72:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:74:22: style: The function 'initializeSelectedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:74:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:76:22: style: The function 'copyTabContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:76:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:82:22: style: The function 'saveModelSpecificInformationToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:100:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:82:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:85:22: style: The function 'restoreModelSpecificInformationFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:85:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:93:17: style: The function 'getNameForGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:58:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:93:17: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:95:25: style: The function 'getNameForBrowserTab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/Model.h:60:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:95:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/Brain.cxx:1071:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1223:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1267:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1369:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1413:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1516:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1561:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1650:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1844:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1924:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2022:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2100:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2178:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2296:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2377:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2456:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2552:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2631:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2710:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2790:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2869:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3078:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3175:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3254:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3333:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3426:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3552:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:5774:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Brain/Brain.cxx:4646:49: warning: Either the condition 'file==NULL' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Brain/Brain.cxx:4645:30: note: Assuming that condition 'file==NULL' is not redundant connectome-workbench-1.5.0/src/Brain/Brain.cxx:4646:49: note: Null pointer dereference connectome-workbench-1.5.0/src/Brain/Brain.cxx:3485:5: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] connectome-workbench-1.5.0/src/Brain/Brain.cxx:1012:50: style:inconclusive: Function 'addReadOrReloadSurfaceFile' argument 4 names different: declaration 'structure' definition 'structureIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:654:60: note: Function 'addReadOrReloadSurfaceFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:1012:50: note: Function 'addReadOrReloadSurfaceFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:1164:48: style:inconclusive: Function 'addReadOrReloadLabelFile' argument 4 names different: declaration 'structure' definition 'structureIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:636:60: note: Function 'addReadOrReloadLabelFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:1164:48: note: Function 'addReadOrReloadLabelFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:1310:49: style:inconclusive: Function 'addReadOrReloadMetricFile' argument 4 names different: declaration 'structure' definition 'structureIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:642:62: note: Function 'addReadOrReloadMetricFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:1310:49: note: Function 'addReadOrReloadMetricFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:1456:47: style:inconclusive: Function 'addReadOrReloadRgbaFile' argument 4 names different: declaration 'structure' definition 'structureIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:648:58: note: Function 'addReadOrReloadRgbaFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:1456:47: note: Function 'addReadOrReloadRgbaFile' argument 4 names different: declaration 'structure' definition 'structureIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:4247:84: style:inconclusive: Function 'getConnectivityFiberTrajectoryFiles' argument 1 names different: declaration 'ciftiFiberTrajectoryFilesOut' definition 'connectivityFiberTrajectoryFilesOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:318:90: note: Function 'getConnectivityFiberTrajectoryFiles' argument 1 names different: declaration 'ciftiFiberTrajectoryFilesOut' definition 'connectivityFiberTrajectoryFilesOut'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:4247:84: note: Function 'getConnectivityFiberTrajectoryFiles' argument 1 names different: declaration 'ciftiFiberTrajectoryFilesOut' definition 'connectivityFiberTrajectoryFilesOut'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:5555:44: style:inconclusive: Function 'addReadOrReloadDataFile' argument 5 names different: declaration 'dataFileName' definition 'dataFileNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:628:60: note: Function 'addReadOrReloadDataFile' argument 5 names different: declaration 'dataFileName' definition 'dataFileNameIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:5555:44: note: Function 'addReadOrReloadDataFile' argument 5 names different: declaration 'dataFileName' definition 'dataFileNameIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:5808:36: style:inconclusive: Function 'readDataFile' argument 3 names different: declaration 'dataFileName' definition 'dataFileNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:529:42: note: Function 'readDataFile' argument 3 names different: declaration 'dataFileName' definition 'dataFileNameIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:5808:36: note: Function 'readDataFile' argument 3 names different: declaration 'dataFileName' definition 'dataFileNameIn'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:6061:40: style:inconclusive: Function 'loadSpecFileFromScene' argument 2 names different: declaration 'specFile' definition 'specFileToLoad'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:514:46: note: Function 'loadSpecFileFromScene' argument 2 names different: declaration 'specFile' definition 'specFileToLoad'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:6061:40: note: Function 'loadSpecFileFromScene' argument 2 names different: declaration 'specFile' definition 'specFileToLoad'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:6062:52: style:inconclusive: Function 'loadSpecFileFromScene' argument 3 names different: declaration 'keepSceneFile' definition 'keepSceneFiles'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/Brain.h:515:58: note: Function 'loadSpecFileFromScene' argument 3 names different: declaration 'keepSceneFile' definition 'keepSceneFiles'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:6062:52: note: Function 'loadSpecFileFromScene' argument 3 names different: declaration 'keepSceneFile' definition 'keepSceneFiles'. connectome-workbench-1.5.0/src/Brain/Brain.cxx:5879:27: style: Local variable 'prefs' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/Brain.cxx:5873:23: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/Brain.cxx:5879:27: note: Shadow variable connectome-workbench-1.5.0/src/Brain/Brain.cxx:5886:31: style: Local variable 'prefs' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/Brain.cxx:5873:23: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/Brain.cxx:5886:31: note: Shadow variable connectome-workbench-1.5.0/src/Brain/Brain.cxx:5942:33: style: Local variable 'fileInfo' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/Brain.cxx:5905:21: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/Brain.cxx:5942:33: note: Shadow variable connectome-workbench-1.5.0/src/Brain/Brain.cxx:7760:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/Brain.cxx:8136:61: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/Brain.cxx:330:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:441:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:568:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:578:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:594:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:602:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:610:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:618:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:626:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:634:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:642:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:650:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:658:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:666:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:674:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:682:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:690:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:698:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:707:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:715:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:735:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:757:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:811:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:935:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2006:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:2479:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3623:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3693:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3719:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3747:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3778:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3810:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3844:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:3875:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:4406:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:4919:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:5153:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6000:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6013:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6024:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6155:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6295:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6305:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6455:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6521:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6541:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6745:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6773:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6800:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6831:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6920:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:6999:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7039:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7711:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7734:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7787:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7794:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7872:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7924:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7965:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:7988:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:8022:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:8057:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Brain.cxx:8077:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/DummyFontTextRenderer.h:38:14: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLTextRenderInterface.h:419:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DummyFontTextRenderer.h:38:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/DummyFontTextRenderer.h:105:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLTextRenderInterface.h:424:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/DummyFontTextRenderer.h:105:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:712:36: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:840:29: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:841:29: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:1081:36: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:1121:36: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:1168:40: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:1224:43: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:238:60: style:inconclusive: Function 'drawModels' argument 2 names different: declaration 'windowUserInputMode' definition 'windowsUserInputMode'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.h:106:55: note: Function 'drawModels' argument 2 names different: declaration 'windowUserInputMode' definition 'windowsUserInputMode'. connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:238:60: note: Function 'drawModels' argument 2 names different: declaration 'windowUserInputMode' definition 'windowsUserInputMode'. connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:288:61: style:inconclusive: Function 'selectModel' argument 2 names different: declaration 'windowUserInputMode' definition 'windowsUserInputMode'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.h:112:56: note: Function 'selectModel' argument 2 names different: declaration 'windowUserInputMode' definition 'windowsUserInputMode'. connectome-workbench-1.5.0/src/Brain/BrainOpenGL.cxx:288:61: note: Function 'selectModel' argument 2 names different: declaration 'windowUserInputMode' definition 'windowsUserInputMode'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:92:44: warning: Member variable 'BrainOpenGLAnnotationDrawingFixedPipeline::m_surfaceViewScaling' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:92:44: warning: Member variable 'BrainOpenGLAnnotationDrawingFixedPipeline::m_selectionModeFlag' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:92:44: warning: Member variable 'BrainOpenGLAnnotationDrawingFixedPipeline::m_selectionBoxRGBA' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:132:17: performance: Variable 'm_sizingHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:154:17: performance: Variable 'm_lineCoords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:103:9: style: Class 'BrainOpenGLFixedPipeline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:102:9: style: Class 'BrainOpenGLAnnotationDrawingFixedPipeline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventBrowserTabGet.h:36:9: style: Class 'EventBrowserTabGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:108:14: style: The function 'initializeOpenGL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.h:101:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:108:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:110:25: style: The function 'getStateOfOpenGL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGL.h:189:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:110:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemAnnotation.h:40:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemAnnotation.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemAnnotation.h:42:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemAnnotation.h:42:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemAnnotation.h:44:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemAnnotation.h:44:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4486:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4455:9: note: outer condition: drawForegroundFlag connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4486:17: note: identical inner condition: drawForegroundFlag connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4644:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4627:9: note: outer condition: drawForegroundFlag connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4644:17: note: identical inner condition: drawForegroundFlag connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2054:20: style: Condition 'alwaysDrawBackgroundForSelectionFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2052:61: note: Assignment 'alwaysDrawBackgroundForSelectionFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2054:20: note: Condition 'alwaysDrawBackgroundForSelectionFlag' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:758:29: style: The scope of the variable 'lastTabIndex' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:759:26: style: The scope of the variable 'firstColorBarFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:1880:11: style: The scope of the variable 'bottomLeft' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:1881:11: style: The scope of the variable 'bottomRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:1882:11: style: The scope of the variable 'topRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:1883:11: style: The scope of the variable 'topLeft' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2167:10: style: The scope of the variable 'drawnFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3264:11: style: The scope of the variable 'bottomLeft' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3265:11: style: The scope of the variable 'bottomRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3266:11: style: The scope of the variable 'topRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3267:11: style: The scope of the variable 'topLeft' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3820:11: style: The scope of the variable 'savedFontPercentViewportHeight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4162:11: style: The scope of the variable 'bottomLeft' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4163:11: style: The scope of the variable 'bottomRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4164:11: style: The scope of the variable 'topRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4165:11: style: The scope of the variable 'topLeft' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4607:13: style: The scope of the variable 'invalidPolyLineCoordinateIndex' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4788:17: style: Checking if unsigned expression 'rgba[3]' is less than zero. [unsignedLessThanZero] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:586:94: style:inconclusive: Function 'drawAnnotationsInternal' argument 4 names different: declaration 'viewportAnnotations' definition 'notInFileAnnotations'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:186:64: note: Function 'drawAnnotationsInternal' argument 4 names different: declaration 'viewportAnnotations' definition 'notInFileAnnotations'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:586:94: note: Function 'drawAnnotationsInternal' argument 4 names different: declaration 'viewportAnnotations' definition 'notInFileAnnotations'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2597:78: style:inconclusive: Function 'drawColorBarTickMarks' argument 2 names different: declaration 'bottomLeft' definition 'bottomLeftIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:305:48: note: Function 'drawColorBarTickMarks' argument 2 names different: declaration 'bottomLeft' definition 'bottomLeftIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2597:78: note: Function 'drawColorBarTickMarks' argument 2 names different: declaration 'bottomLeft' definition 'bottomLeftIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2598:78: style:inconclusive: Function 'drawColorBarTickMarks' argument 3 names different: declaration 'bottomRight' definition 'bottomRightIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:306:48: note: Function 'drawColorBarTickMarks' argument 3 names different: declaration 'bottomRight' definition 'bottomRightIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2598:78: note: Function 'drawColorBarTickMarks' argument 3 names different: declaration 'bottomRight' definition 'bottomRightIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2599:78: style:inconclusive: Function 'drawColorBarTickMarks' argument 4 names different: declaration 'topRight' definition 'topRightIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:307:48: note: Function 'drawColorBarTickMarks' argument 4 names different: declaration 'topRight' definition 'topRightIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2599:78: note: Function 'drawColorBarTickMarks' argument 4 names different: declaration 'topRight' definition 'topRightIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2600:78: style:inconclusive: Function 'drawColorBarTickMarks' argument 5 names different: declaration 'topLeft' definition 'topLeftIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:308:48: note: Function 'drawColorBarTickMarks' argument 5 names different: declaration 'topLeft' definition 'topLeftIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2600:78: note: Function 'drawColorBarTickMarks' argument 5 names different: declaration 'topLeft' definition 'topLeftIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4278:78: style:inconclusive: Function 'createLineCoordinates' argument 3 names different: declaration 'lineThickness' definition 'lineThicknessPixels'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.h:355:48: note: Function 'createLineCoordinates' argument 3 names different: declaration 'lineThickness' definition 'lineThicknessPixels'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:4278:78: note: Function 'createLineCoordinates' argument 3 names different: declaration 'lineThickness' definition 'lineThicknessPixels'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3594:22: style: Local variable 'normalXYZ' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3576:18: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3594:22: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:5396:15: style: Local variable 'handleOffset' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:5287:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:5396:15: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2461:27: style: Variable 'textHeightPercent' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:2723:31: style: Unused variable: colorBarLines [unusedVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLAnnotationDrawingFixedPipeline.cxx:3060:42: style: Unused variable: textWidthInfo [unusedVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:75:39: warning: Member variable 'BrainOpenGLChartDrawingFixedPipeline::m_chartModelDataSeriesBeingDrawnForIdentification' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:75:39: warning: Member variable 'BrainOpenGLChartDrawingFixedPipeline::m_chartModelFrequencySeriesBeingDrawnForIdentification' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:75:39: warning: Member variable 'BrainOpenGLChartDrawingFixedPipeline::m_chartModelTimeSeriesBeingDrawnForIdentification' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:75:39: warning: Member variable 'BrainOpenGLChartDrawingFixedPipeline::m_chartCartesianSelectionTypeForIdentification' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:75:39: warning: Member variable 'BrainOpenGLChartDrawingFixedPipeline::m_chartableMatrixInterfaceBeingDrawnForIdentification' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:75:39: warning: Member variable 'BrainOpenGLChartDrawingFixedPipeline::m_chartableMatrixSelectionTypeForIdentification' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:75:39: warning: Member variable 'BrainOpenGLChartDrawingFixedPipeline::m_tabIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:121:14: performance:inconclusive: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::estimateCartesianChartAxisLegendsWidthHeight' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:674:39: note: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::estimateCartesianChartAxisLegendsWidthHeight' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:121:14: note: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::estimateCartesianChartAxisLegendsWidthHeight' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:128:14: performance:inconclusive: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::restoreStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1439:39: note: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::restoreStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:128:14: note: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::restoreStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:130:14: performance:inconclusive: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::saveStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1415:39: note: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::saveStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:130:14: note: Technically the member function 'caret::BrainOpenGLChartDrawingFixedPipeline::saveStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:68:13: style: Class 'Margins' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:48:22: style: The function 'drawCartesianChart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingInterface.h:68:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:56:22: style: The function 'drawMatrixChart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingInterface.h:96:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:56:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartDataSeries.h:44:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartDataSeries.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartDataSeries.h:46:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartDataSeries.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartFrequencySeries.h:44:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartFrequencySeries.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartFrequencySeries.h:46:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartFrequencySeries.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartMatrix.h:43:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartMatrix.h:43:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartMatrix.h:45:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartMatrix.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartTimeSeries.h:44:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartTimeSeries.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemChartTimeSeries.h:46:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemChartTimeSeries.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1464:82: style:inconclusive: Function 'addToChartLineIdentification' argument 2 names different: declaration 'lineIndex' definition 'chartLineIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:133:57: note: Function 'addToChartLineIdentification' argument 2 names different: declaration 'lineIndex' definition 'chartLineIndex'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1464:82: note: Function 'addToChartLineIdentification' argument 2 names different: declaration 'lineIndex' definition 'chartLineIndex'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1465:76: style:inconclusive: Function 'addToChartLineIdentification' argument 3 names different: declaration 'rgbaForColorIdentification' definition 'rgbaForColorIdentificationOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:134:51: note: Function 'addToChartLineIdentification' argument 3 names different: declaration 'rgbaForColorIdentification' definition 'rgbaForColorIdentificationOut'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1465:76: note: Function 'addToChartLineIdentification' argument 3 names different: declaration 'rgbaForColorIdentification' definition 'rgbaForColorIdentificationOut'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1495:78: style:inconclusive: Function 'addToChartMatrixIdentification' argument 3 names different: declaration 'rgbaForColorIdentification' definition 'rgbaForColorIdentificationOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.h:138:51: note: Function 'addToChartMatrixIdentification' argument 3 names different: declaration 'rgbaForColorIdentification' definition 'rgbaForColorIdentificationOut'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1495:78: note: Function 'addToChartMatrixIdentification' argument 3 names different: declaration 'rgbaForColorIdentification' definition 'rgbaForColorIdentificationOut'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:603:37: style: Local variable 'annotationText' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:476:29: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:603:37: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1319:39: style: Local variable 'rgbaOffset' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1096:17: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1319:39: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1392:39: style: Local variable 'rgbaOffset' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1096:17: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1392:39: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:704:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1265:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartDrawingFixedPipeline.cxx:1339:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1140:21: style:inconclusive: Boolean expression 'showCircleFlag' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2858:60: warning: Member variable 'TitleDrawingInfo::m_titleViewport' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1987:59: warning: Member variable 'AxisDrawingInfo::m_axisViewport' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:267:14: performance:inconclusive: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::restoreStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1644:42: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::restoreStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:267:14: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::restoreStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:269:14: performance:inconclusive: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::saveStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1620:42: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::saveStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:269:14: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::saveStateOfOpenGL' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:292:14: performance:inconclusive: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::createChartDrawingViewport' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1841:42: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::createChartDrawingViewport' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:292:14: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::createChartDrawingViewport' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:304:14: performance:inconclusive: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::drawPrimitivePrivate' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1925:42: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::drawPrimitivePrivate' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:304:14: note: Technically the member function 'caret::BrainOpenGLChartTwoDrawingFixedPipeline::drawPrimitivePrivate' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.h:61:9: style: Class 'BrainOpenGLChartTwoDrawingFixedPipeline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:512:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:508:28: note: outer condition: yLeftRightValid connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:512:14: note: opposite inner condition: !yLeftRightValid connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:516:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:508:9: note: outer condition: xBottomTopValid connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:516:14: note: opposite inner condition: !xBottomTopValid connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:789:29: style: Condition 'applyTransformationsFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:788:57: note: Assignment 'applyTransformationsFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:789:29: note: Condition 'applyTransformationsFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:905:21: style: Condition 'applyTransformationsFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:904:49: note: Assignment 'applyTransformationsFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:905:21: note: Condition 'applyTransformationsFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:982:17: style: Condition 'applyTransformationsFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:981:45: note: Assignment 'applyTransformationsFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:982:17: note: Condition 'applyTransformationsFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1047:37: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1046:48: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1047:37: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1430:9: style: Condition 'useTextureFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1429:31: note: Assignment 'useTextureFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1430:9: note: Condition 'useTextureFlag' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2718:21: style: Condition 'hideFirstAndLastTicksFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2717:54: note: Assignment 'hideFirstAndLastTicksFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2718:21: note: Condition 'hideFirstAndLastTicksFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2723:21: style: Condition 'showTicksFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2716:36: note: Assignment 'showTicksFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2723:21: note: Condition 'showTicksFlag' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2934:18: style: Variable 'm_titleWidth' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2928:22: note: m_titleWidth is assigned connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:2934:18: note: m_titleWidth is overwritten connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:822:41: style: Local variable 'lineWidthPercentage' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:563:21: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:822:41: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1046:38: style: Local variable 'debugFlag' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:82:13: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLChartTwoDrawingFixedPipeline.cxx:1046:38: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7301:32: warning: Buffer 'pixels' is too small, the function 'getItem' expects a bigger buffer in 1st argument [argumentSize] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7301:32: note: Function 'getItem' is called connectome-workbench-1.5.0/src/Brain/IdentificationWithColor.h:43:36: note: Declaration of 1st function argument. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7284:13: note: Passing buffer 'pixels' to function that is declared here connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7301:32: note: Buffer 'pixels' is too small, the function 'getItem' expects a bigger buffer in 1st argument connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7383:32: warning: Buffer 'pixels' is too small, the function 'getItem' expects a bigger buffer in 1st argument [argumentSize] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7383:32: note: Function 'getItem' is called connectome-workbench-1.5.0/src/Brain/IdentificationWithColor.h:43:36: note: Declaration of 1st function argument. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7365:13: note: Passing buffer 'pixels' to function that is declared here connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7383:32: note: Buffer 'pixels' is too small, the function 'getItem' expects a bigger buffer in 1st argument connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7469:32: warning: Buffer 'pixels' is too small, the function 'getItem' expects a bigger buffer in 1st argument [argumentSize] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7469:32: note: Function 'getItem' is called connectome-workbench-1.5.0/src/Brain/IdentificationWithColor.h:43:36: note: Declaration of 1st function argument. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7450:13: note: Passing buffer 'pixels' to function that is declared here connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7469:32: note: Buffer 'pixels' is too small, the function 'getItem' expects a bigger buffer in 1st argument connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.h:33:9: style: Class 'BrainOpenGLShapeCone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.h:32:9: style: Class 'BrainOpenGLShapeCylinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/EventModelSurfaceGet.h:37:9: style: Class 'EventModelSurfaceGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:58:9: style: Class 'SelectionItemVoxel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:34:9: style: Class 'SurfaceMontageConfigurationCerebellar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:34:9: style: Class 'SurfaceMontageConfigurationCerebral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:34:9: style: Class 'SurfaceMontageConfigurationFlatMaps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.h:41:9: style: Class 'SurfaceSelectionModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.h:48:13: style: Class 'Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.h:50:13: style: Class 'Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.h:47:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:74:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.h:47:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.h:50:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.h:50:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.h:53:14: style: The function 'setupOpenGLForShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.h:53:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCube.h:58:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:74:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCube.h:58:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCube.h:61:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCube.h:61:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCube.h:65:14: style: The function 'setupOpenGLForShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCube.h:65:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.h:42:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:74:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.h:42:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.h:45:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.h:45:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.h:49:14: style: The function 'setupOpenGLForShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.h:49:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.h:49:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:74:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.h:49:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.h:52:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.h:52:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.h:56:14: style: The function 'setupOpenGLForShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.h:56:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.h:48:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:74:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.h:48:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.h:51:14: style: The function 'drawShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.h:51:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.h:55:14: style: The function 'setupOpenGLForShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.h:64:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.h:55:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:50:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:49:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:84:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:60:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:84:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:86:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:62:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:86:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:89:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemNode.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemBorderSurface.h:40:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemBorderSurface.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemBorderSurface.h:68:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemBorderSurface.h:68:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemBorderSurface.h:70:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemBorderSurface.h:70:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.h:40:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.h:68:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.h:68:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.h:70:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.h:70:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.h:40:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.h:68:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.h:68:14: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.h:70:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.h:70:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemImage.h:38:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemImage.h:38:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemImage.h:58:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemImage.h:58:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemImage.h:60:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemImage.h:60:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.h:40:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.h:64:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.h:66:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.h:66:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNode.h:42:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNode.h:42:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNode.h:58:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNode.h:58:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNode.h:60:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNode.h:60:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNodeIdentificationSymbol.h:38:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNodeIdentificationSymbol.h:38:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNodeIdentificationSymbol.h:50:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNodeIdentificationSymbol.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNodeIdentificationSymbol.h:52:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceNodeIdentificationSymbol.h:52:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:38:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:38:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:60:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:60:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:62:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:62:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:42:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:42:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:53:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:53:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:55:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:55:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:38:22: style: The function 'initializeSelectedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:38:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:72:22: style: The function 'updateSurfaceMontageViewports' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:93:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:72:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:74:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:56:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:74:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:76:22: style: The function 'copyConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:78:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:76:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:85:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:109:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:85:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:87:22: style: The function 'getDescriptionOfContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:111:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:87:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:89:22: style: The function 'getDisplayedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:94:22: style: The function 'saveMembersToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:99:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:94:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:97:22: style: The function 'restoreMembersFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:102:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.h:97:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:78:22: style: The function 'initializeSelectedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:78:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:80:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:56:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:80:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:82:22: style: The function 'updateSurfaceMontageViewports' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:93:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:82:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:84:22: style: The function 'copyConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:78:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:84:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:92:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:109:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:92:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:94:22: style: The function 'getDescriptionOfContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:111:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:94:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:96:22: style: The function 'getDisplayedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:96:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:102:22: style: The function 'saveMembersToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:99:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:102:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:105:22: style: The function 'restoreMembersFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:102:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebral.h:105:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:38:22: style: The function 'initializeSelectedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:38:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:40:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:56:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:66:22: style: The function 'updateSurfaceMontageViewports' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:93:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:66:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:68:22: style: The function 'copyConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:78:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:68:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:77:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:109:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:77:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:79:22: style: The function 'getDescriptionOfContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:111:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:79:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:81:22: style: The function 'getDisplayedSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:113:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:81:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:86:22: style: The function 'saveMembersToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:99:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:86:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:89:22: style: The function 'restoreMembersFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:102:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationFlatMaps.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3424:13: style: The if condition is the same as the previous if condition [duplicateCondition] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3403:13: note: First condition connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3424:13: note: Second condition connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:797:21: style: Condition 'logInvalidViewportFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:795:47: note: Assignment 'logInvalidViewportFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:797:21: note: Condition 'logInvalidViewportFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:806:21: style: Condition 'logInvalidViewportFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:795:47: note: Assignment 'logInvalidViewportFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:806:21: note: Condition 'logInvalidViewportFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3780:26: style: Variable 'rgbaFloat[3]' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3763:34: note: rgbaFloat[3] is assigned connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3780:26: note: rgbaFloat[3] is overwritten connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:5023:29: style: Same expression 'drawMaxZFlag' found multiple times in chain of '||' operators. [duplicateExpression] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:2168:5: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1792:11: style: The scope of the variable 'eyeX' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1793:11: style: The scope of the variable 'eyeY' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1796:11: style: The scope of the variable 'centerX' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1797:11: style: The scope of the variable 'centerY' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1798:11: style: The scope of the variable 'centerZ' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1800:11: style: The scope of the variable 'upX' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1802:11: style: The scope of the variable 'upZ' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:4843:28: style: The scope of the variable 'labelMapData' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6705:15: style: The scope of the variable 'dy' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6045:58: style:inconclusive: Function 'drawEllipticalCone' argument 5 names different: declaration 'baseMajorAngle' definition 'baseMajorAngleIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:444:45: note: Function 'drawEllipticalCone' argument 5 names different: declaration 'baseMajorAngle' definition 'baseMajorAngleIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6045:58: note: Function 'drawEllipticalCone' argument 5 names different: declaration 'baseMajorAngle' definition 'baseMajorAngleIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6046:58: style:inconclusive: Function 'drawEllipticalCone' argument 6 names different: declaration 'baseMinorAngle' definition 'baseMinorAngleIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:445:45: note: Function 'drawEllipticalCone' argument 6 names different: declaration 'baseMinorAngle' definition 'baseMinorAngleIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6046:58: note: Function 'drawEllipticalCone' argument 6 names different: declaration 'baseMinorAngle' definition 'baseMinorAngleIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6790:33: style:inconclusive: Function 'drawChartOneData' argument 2 names different: declaration 'chartData' definition 'chartModel'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:195:43: note: Function 'drawChartOneData' argument 2 names different: declaration 'chartData' definition 'chartModel'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6790:33: note: Function 'drawChartOneData' argument 2 names different: declaration 'chartData' definition 'chartModel'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6880:59: style:inconclusive: Function 'drawChartTwoData' argument 2 names different: declaration 'chartData' definition 'chartModel'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:199:46: note: Function 'drawChartTwoData' argument 2 names different: declaration 'chartData' definition 'chartModel'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6880:59: note: Function 'drawChartTwoData' argument 2 names different: declaration 'chartData' definition 'chartModel'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7095:75: style:inconclusive: Function 'setOrthographicProjectionWithWidth' argument 3 names different: declaration 'halfWindowWidgth' definition 'halfWindowWidth'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:344:62: note: Function 'setOrthographicProjectionWithWidth' argument 3 names different: declaration 'halfWindowWidgth' definition 'halfWindowWidth'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7095:75: note: Function 'setOrthographicProjectionWithWidth' argument 3 names different: declaration 'halfWindowWidgth' definition 'halfWindowWidth'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7146:60: style:inconclusive: Function 'checkForOpenGLError' argument 1 names different: declaration 'modelModel' definition 'model'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:346:47: note: Function 'checkForOpenGLError' argument 1 names different: declaration 'modelModel' definition 'model'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7146:60: note: Function 'checkForOpenGLError' argument 1 names different: declaration 'modelModel' definition 'model'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7147:54: style:inconclusive: Function 'checkForOpenGLError' argument 2 names different: declaration 'msg' definition 'msgIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.h:347:49: note: Function 'checkForOpenGLError' argument 2 names different: declaration 'msg' definition 'msgIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:7147:54: note: Function 'checkForOpenGLError' argument 2 names different: declaration 'msg' definition 'msgIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1443:16: style: Local variable 'model' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1423:12: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1443:16: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:1942:19: style: Variable 'volumeCenter' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:570:54: style: Consider using std::any_of, std::all_of, std::none_of, or std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:581:52: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3078:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:3111:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:4325:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:4656:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:5494:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:5526:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLFixedPipeline.cxx:6576:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLMediaDrawing.cxx:54:26: warning: Member variable 'BrainOpenGLMediaDrawing::m_mediaModel' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLPrimitiveDrawing.cxx:167:22: style: Condition '!wasDrawnWithVertexBuffers' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLPrimitiveDrawing.cxx:152:50: note: Assignment 'wasDrawnWithVertexBuffers=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLPrimitiveDrawing.cxx:167:22: note: Condition '!wasDrawnWithVertexBuffers' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLPrimitiveDrawing.cxx:114:18: style: Checking if unsigned expression 'numQuads' is less than zero. [unsignedLessThanZero] connectome-workbench-1.5.0/src/Brain/BrainOpenGLPrimitiveDrawing.cxx:85:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.cxx:71:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.cxx:84:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShape.cxx:498:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.cxx:180:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.cxx:52:22: note: Assignment 'debugFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCone.cxx:180:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.cxx:64:25: style: Unused variable: topTriangleStripVertices [unusedVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeCylinder.cxx:65:25: style: Unused variable: bottomTriangleStripVertices [unusedVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.cxx:103:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.cxx:55:22: note: Assignment 'debugFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeRing.cxx:103:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:73:13: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:52:22: note: Assignment 'debugFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:73:13: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:115:17: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:52:22: note: Assignment 'debugFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:115:17: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:125:17: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:52:22: note: Assignment 'debugFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:125:17: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:134:13: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:52:22: note: Assignment 'debugFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:134:13: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:151:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:52:22: note: Assignment 'debugFlag=false', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLShapeSphere.cxx:151:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1051:9: style: Condition 'printViewportsFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1050:35: note: Assignment 'printViewportsFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1051:9: note: Condition 'printViewportsFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1156:13: style: The scope of the variable 'tabViewportBeforeAspectLocking' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1246:13: style: The scope of the variable 'leftMargin' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1247:13: style: The scope of the variable 'rightMargin' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1248:13: style: The scope of the variable 'bottomMargin' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1249:13: style: The scope of the variable 'topMargin' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:415:50: style:inconclusive: Function 'getModelViewport' argument 1 names different: declaration 'modelViewportOut' definition 'modelViewport'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.h:55:35: note: Function 'getModelViewport' argument 1 names different: declaration 'modelViewportOut' definition 'modelViewport'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:415:50: note: Function 'getModelViewport' argument 1 names different: declaration 'modelViewportOut' definition 'modelViewport'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:949:26: style: Local variable 'iTab' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:801:13: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:949:26: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLViewportContent.cxx:1327:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_modelVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_modelWholeBrain' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_modelType' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_underlayVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_brain' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_fixedPipelineDrawing' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_browserTabContent' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_tabIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_lookAtCenter' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_viewingMatrix' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_orthographicBounds' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:90:39: warning: Member variable 'BrainOpenGLVolumeObliqueSliceDrawing::m_identificationModeFlag' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelEditing.h:50:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItemVoxel.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelEditing.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:4030:35: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:4021:26: note: outer condition: alphaTop>0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:4030:35: note: identical inner condition: alphaTop>0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:2318:40: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:2318:40: portability: Casting from const float * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:2358:37: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3036:23: style: Variable 'm_opacityByte' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3031:19: note: m_opacityByte is assigned connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3036:23: note: m_opacityByte is overwritten connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3036:23: style: Variable 'm_opacityByte' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3033:23: note: m_opacityByte is assigned connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3036:23: note: m_opacityByte is overwritten connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:2673:25: style: The comparison 'alignVoxelsFlag == 1' is always true. [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:2672:37: note: 'alignVoxelsFlag' is assigned value '1' here. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:2673:25: note: The comparison 'alignVoxelsFlag == 1' is always true. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:1088:10: style: The scope of the variable 'drawOutlineFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:1458:77: style:inconclusive: Function 'drawAxesCrosshairsOblique' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.h:226:52: note: Function 'drawAxesCrosshairsOblique' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:1458:77: note: Function 'drawAxesCrosshairsOblique' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3514:15: style: Variable 'rowStartXYZ' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeObliqueSliceDrawing.cxx:3487:11: style: Variable 'voxelCenterOffset' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_modelType' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_modelVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_modelWholeBrain' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_underlayVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_brain' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_fixedPipelineDrawing' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_browserTabContent' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_tabIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_lookAtCenter' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_viewingMatrix' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_orthographicBounds' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:93:32: warning: Member variable 'BrainOpenGLVolumeSliceDrawing::m_identificationModeFlag' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::indexIntoIJK' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::indexIntoXYZ' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::numberOfVoxels' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::voxelIndexStep' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::firstVoxelIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::absoluteVoxelSize' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::voxelStepSize' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::firstVoxelXYZ' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1004:5: warning: Member variable 'AxisInfo::lastVoxelXYZ' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:47:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:49:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:65:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:60:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:65:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:70:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:62:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:70:29: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:73:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/IdentifiedItem.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/IdentifiedItemVoxel.h:73:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelIdentificationSymbol.h:46:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelIdentificationSymbol.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelIdentificationSymbol.h:48:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelIdentificationSymbol.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelIdentificationSymbol.h:50:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:77:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelIdentificationSymbol.h:50:25: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1164:9: style: Condition 'allowBlendingFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1162:34: note: Assignment 'allowBlendingFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1164:9: note: Condition 'allowBlendingFlag' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1788:9: style: Condition 'allowBlendingFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1786:34: note: Assignment 'allowBlendingFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1788:9: note: Condition 'allowBlendingFlag' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:2498:9: style: Condition 'drawCachedFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:2497:25: note: Assignment 'drawCachedFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:2498:9: note: Condition 'drawCachedFlag' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:5602:17: style: Condition 'allowBlendingFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:5290:34: note: Assignment 'allowBlendingFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:5602:17: note: Condition 'allowBlendingFlag' is always true connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4496:40: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4496:40: portability: Casting from const float * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4539:37: portability: Casting between signed int * and float * which have an incompatible binary data representation. [invalidPointerCast] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3007:21: style: Variable 'rgba[3]' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:2987:29: note: rgba[3] is assigned connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3007:21: note: rgba[3] is overwritten connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3885:29: style: Variable 'rgba[3]' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3878:29: note: rgba[3] is assigned connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3885:29: note: rgba[3] is overwritten connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:2368:10: style: The scope of the variable 'drawOutlineFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3906:19: style: The scope of the variable 'voxelBottomRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3916:19: style: The scope of the variable 'voxelTopRight' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3872:40: style: Checking if unsigned expression 'sliceRGBA[alphaOffset]' is less than zero. [unsignedLessThanZero] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1145:89: style:inconclusive: Function 'drawOrthogonalSlice' argument 1 names different: declaration 'sliceViewPlane' definition 'sliceViewingPlane'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.h:237:71: note: Function 'drawOrthogonalSlice' argument 1 names different: declaration 'sliceViewPlane' definition 'sliceViewingPlane'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1145:89: note: Function 'drawOrthogonalSlice' argument 1 names different: declaration 'sliceViewPlane' definition 'sliceViewingPlane'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3162:68: style:inconclusive: Function 'drawAxesCrosshairsOrtho' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.h:255:50: note: Function 'drawAxesCrosshairsOrtho' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3162:68: note: Function 'drawAxesCrosshairsOrtho' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4040:90: style:inconclusive: Function 'drawOrthogonalSliceVoxelsQuadIndicesAndStrips' argument 2 names different: declaration 'coordinate' definition 'firstVoxelCoordinate'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.h:331:72: note: Function 'drawOrthogonalSliceVoxelsQuadIndicesAndStrips' argument 2 names different: declaration 'coordinate' definition 'firstVoxelCoordinate'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4040:90: note: Function 'drawOrthogonalSliceVoxelsQuadIndicesAndStrips' argument 2 names different: declaration 'coordinate' definition 'firstVoxelCoordinate'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:5273:96: style:inconclusive: Function 'drawOrthogonalSliceAllView' argument 1 names different: declaration 'sliceViewPlane' definition 'sliceViewingPlane'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.h:241:78: note: Function 'drawOrthogonalSliceAllView' argument 1 names different: declaration 'sliceViewPlane' definition 'sliceViewingPlane'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:5273:96: note: Function 'drawOrthogonalSliceAllView' argument 1 names different: declaration 'sliceViewPlane' definition 'sliceViewingPlane'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1998:27: style: Local variable 'mapIndex' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1900:23: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:1998:27: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4051:16: style: Local variable 'debugFlag' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:82:19: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4051:16: note: Shadow variable connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3838:15: style: Variable 'rowBottomLeft' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:3843:15: style: Variable 'rowTopLeft' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeSliceDrawing.cxx:4355:45: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_modelVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_modelWholeBrain' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_modelType' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_underlayVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_brain' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_fixedPipelineDrawing' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_browserTabContent' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_tabIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_lookAtCenter' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_orthographicBounds' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:94:39: warning: Member variable 'BrainOpenGLVolumeTextureSliceDrawing::m_identificationModeFlag' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:2909:9: style: Condition 'enableMipMapsFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:2908:34: note: Assignment 'enableMipMapsFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:2909:9: note: Condition 'enableMipMapsFlag' is always false connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:1264:10: style: The scope of the variable 'drawOutlineFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:1631:77: style:inconclusive: Function 'drawAxesCrosshairsOblique' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.h:121:52: note: Function 'drawAxesCrosshairsOblique' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:1631:77: note: Function 'drawAxesCrosshairsOblique' argument 2 names different: declaration 'sliceCoordinates' definition 'sliceCoordinatesIn'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:2675:90: style:inconclusive: Function 'createVolumeTexture' argument 1 names different: declaration 'volumeFile' definition 'volumeMappableInterface'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.h:182:65: note: Function 'createVolumeTexture' argument 1 names different: declaration 'volumeFile' definition 'volumeMappableInterface'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLVolumeTextureSliceDrawing.cxx:2675:90: note: Function 'createVolumeTexture' argument 1 names different: declaration 'volumeFile' definition 'volumeMappableInterface'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLWindowContent.cxx:101:70: style:inconclusive: Function 'addTabViewport' argument 1 names different: declaration 'tabsViewportContent' definition 'tabViewport'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLWindowContent.h:48:57: note: Function 'addTabViewport' argument 1 names different: declaration 'tabsViewportContent' definition 'tabViewport'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLWindowContent.cxx:101:70: note: Function 'addTabViewport' argument 1 names different: declaration 'tabsViewportContent' definition 'tabViewport'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLWindowContent.cxx:114:73: style:inconclusive: Function 'setWindowViewport' argument 1 names different: declaration 'windowViewportContent' definition 'windowViewport'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainOpenGLWindowContent.h:50:60: note: Function 'setWindowViewport' argument 1 names different: declaration 'windowViewportContent' definition 'windowViewport'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLWindowContent.cxx:114:73: note: Function 'setWindowViewport' argument 1 names different: declaration 'windowViewportContent' definition 'windowViewport'. connectome-workbench-1.5.0/src/Brain/BrainOpenGLWindowContent.cxx:257:17: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:71:5: performance: Variable 'm_structure' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/EventNodeDataFilesGet.h:41:9: style: Class 'EventNodeDataFilesGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:705:18: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:738:18: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:715:54: style:inconclusive: Function 'setPrimaryAnatomicalSurface' argument 1 names different: declaration 'surface' definition 'primaryAnatomicalSurface'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainStructure.h:112:51: note: Function 'setPrimaryAnatomicalSurface' argument 1 names different: declaration 'surface' definition 'primaryAnatomicalSurface'. connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:715:54: note: Function 'setPrimaryAnatomicalSurface' argument 1 names different: declaration 'surface' definition 'primaryAnatomicalSurface'. connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1015:54: style:inconclusive: Function 'getRgbaFiles' argument 1 names different: declaration 'labelFilesOut' definition 'rgbaFilesOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainStructure.h:144:51: note: Function 'getRgbaFiles' argument 1 names different: declaration 'labelFilesOut' definition 'rgbaFilesOut'. connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1015:54: note: Function 'getRgbaFiles' argument 1 names different: declaration 'labelFilesOut' definition 'rgbaFilesOut'. connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1295:48: style:inconclusive: Function 'getMetricShapeMap' argument 1 names different: declaration 'metricFileOut' definition 'shapeMetricFileOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrainStructure.h:160:45: note: Function 'getMetricShapeMap' argument 1 names different: declaration 'metricFileOut' definition 'shapeMetricFileOut'. connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1295:48: note: Function 'getMetricShapeMap' argument 1 names different: declaration 'metricFileOut' definition 'shapeMetricFileOut'. connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:776:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:822:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1054:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1060:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1066:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1464:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1518:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrainStructure.cxx:1532:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ViewingTransformationsCerebellum.h:42:22: style: The function 'resetView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsCerebellum.h:42:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsCerebellum.h:44:22: style: The function 'ventralView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsCerebellum.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsCerebellum.h:46:22: style: The function 'dorsalView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsCerebellum.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsMedia.h:43:22: style: The function 'resetView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsMedia.h:43:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsVolume.h:43:22: style: The function 'resetView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/ViewingTransformationsVolume.h:43:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:3564:18: style: Redundant initialization for 'slowdown'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:3563:24: note: slowdown is initialized connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:3564:18: note: slowdown is overwritten connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:2615:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:4209:15: style: The scope of the variable 'translation' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:4210:15: style: The scope of the variable 'scaling' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:4211:15: style: The scope of the variable 'rotationMatrix' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:5173:56: style:inconclusive: Function 'setSliceCoordinateAxial' argument 1 names different: declaration 'x' definition 'z'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.h:388:50: note: Function 'setSliceCoordinateAxial' argument 1 names different: declaration 'x' definition 'z'. connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:5173:56: note: Function 'setSliceCoordinateAxial' argument 1 names different: declaration 'x' definition 'z'. connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:5215:63: style:inconclusive: Function 'setSliceCoordinateParasagittal' argument 1 names different: declaration 'z' definition 'x'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.h:396:57: note: Function 'setSliceCoordinateParasagittal' argument 1 names different: declaration 'z' definition 'x'. connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:5215:63: note: Function 'setSliceCoordinateParasagittal' argument 1 names different: declaration 'z' definition 'x'. connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:2286:44: style: Local variable 'model' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:2191:12: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:2286:44: note: Shadow variable connectome-workbench-1.5.0/src/Brain/EventCaretMappableDataFilesAndMapsInDisplayedOverlays.h:63:51: performance: Function parameter 'frameIndices' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.h:56:55: performance: Function parameter 'modelDisplayModels' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:1204:53: performance: Function parameter 'models' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:5806:21: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:356:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:2053:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:2491:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/BrowserTabContent.cxx:4363:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/EventBrowserWindowGetTabs.h:39:9: style: Class 'EventBrowserWindowGetTabs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:444:24: style: The comparison 'rowSum > 0.0' is always false. [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:441:31: note: 'rowSum' is assigned value '0.0' here. connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:444:24: note: The comparison 'rowSum > 0.0' is always false. connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:456:27: style: The comparison 'columnSum > 0.0' is always false. [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:453:34: note: 'columnSum' is assigned value '0.0' here. connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:456:27: note: The comparison 'columnSum > 0.0' is always false. connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:570:60: style:inconclusive: Function 'setSceneGraphicsHeight' argument 1 names different: declaration 'width' definition 'height'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.h:97:51: note: Function 'setSceneGraphicsHeight' argument 1 names different: declaration 'width' definition 'height'. connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:570:60: note: Function 'setSceneGraphicsHeight' argument 1 names different: declaration 'width' definition 'height'. connectome-workbench-1.5.0/src/Brain/BrowserWindowContent.cxx:384:65: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/EventChartTwoOverlayValidate.h:34:9: style: Class 'EventChartTwoOverlayValidate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1468:43: style: The statement 'if (m_matrixTriangularViewingMode!=ChartTwoMatrixTriangularViewingModeEnum::MATRIX_VIEW_FULL) m_matrixTriangularViewingMode=ChartTwoMatrixTriangularViewingModeEnum::MATRIX_VIEW_FULL' is logically equivalent to 'm_matrixTriangularViewingMode=ChartTwoMatrixTriangularViewingModeEnum::MATRIX_VIEW_FULL'. [duplicateConditionalAssign] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1469:43: note: Assignment 'm_matrixTriangularViewingMode=ChartTwoMatrixTriangularViewingModeEnum::MATRIX_VIEW_FULL' connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1468:43: note: Condition 'm_matrixTriangularViewingMode!=ChartTwoMatrixTriangularViewingModeEnum::MATRIX_VIEW_FULL' is redundant connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:220:12: style: Condition 'me!=NULL' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1011:33: style: Condition 'enableSdsFilterFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1010:60: note: Assignment 'enableSdsFilterFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1011:33: note: Condition 'enableSdsFilterFlag' is always false connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1724:11: style: Redundant initialization for 'color'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1712:32: note: color is initialized connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1724:11: note: color is overwritten connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2210:40: style: Local variable 'mapFile' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2187:36: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2210:40: note: Shadow variable connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2299:44: style: Local variable 'mapFile' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2296:40: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2299:44: note: Shadow variable connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:757:63: performance: Searching before insertion is not necessary. [stlFindInsert] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:1058:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2186:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlay.cxx:2295:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlayActiveModeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlayActiveModeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlayActiveModeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlayActiveModeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlayActiveModeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlayActiveModeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySet.cxx:697:58: style: Condition 'overlay->isMapYokingSupported()' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySet.cxx:689:50: note: Assuming that condition 'overlay->isMapYokingSupported()' is not redundant connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySet.cxx:697:58: note: Condition 'overlay->isMapYokingSupported()' is always true connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySet.cxx:736:62: style: Condition 'overlay->isMapYokingSupported()' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySet.cxx:726:50: note: Assuming that condition 'overlay->isMapYokingSupported()' is not redundant connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySet.cxx:736:62: note: Condition 'overlay->isMapYokingSupported()' is always true connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySetArray.cxx:112:62: style:inconclusive: Function 'getChartTwoOverlaySet' argument 1 names different: declaration 'indx' definition 'tabIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySetArray.h:44:65: note: Function 'getChartTwoOverlaySet' argument 1 names different: declaration 'indx' definition 'tabIndex'. connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySetArray.cxx:112:62: note: Function 'getChartTwoOverlaySet' argument 1 names different: declaration 'indx' definition 'tabIndex'. connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySetArray.cxx:280:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySetArray.cxx:270:53: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySetArray.cxx:280:31: note: Shadow variable connectome-workbench-1.5.0/src/Brain/ChartTwoOverlaySetArray.cxx:78:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:147:106: style:inconclusive: Function 'loadRowOrColumnFromParcelFile' argument 2 names different: declaration 'ciftiConnMatrixFile' definition 'parcelFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.h:65:79: note: Function 'loadRowOrColumnFromParcelFile' argument 2 names different: declaration 'ciftiConnMatrixFile' definition 'parcelFile'. connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:147:106: note: Function 'loadRowOrColumnFromParcelFile' argument 2 names different: declaration 'ciftiConnMatrixFile' definition 'parcelFile'. connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:219:89: style:inconclusive: Function 'loadRowOrColumnFromConnectivityMatrixFile' argument 1 names different: declaration 'parcelFile' definition 'ciftiConnMatrixFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.h:71:97: note: Function 'loadRowOrColumnFromConnectivityMatrixFile' argument 1 names different: declaration 'parcelFile' definition 'ciftiConnMatrixFile'. connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:219:89: note: Function 'loadRowOrColumnFromConnectivityMatrixFile' argument 1 names different: declaration 'parcelFile' definition 'ciftiConnMatrixFile'. connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:120:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:190:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:278:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:350:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:394:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:467:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiConnectivityMatrixDataFileManager.cxx:505:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiFiberTrajectoryManager.cxx:183:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/CiftiFiberTrajectoryManager.cxx:231:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ClippingPlaneGroup.cxx:692:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ClippingPlaneGroup.cxx:704:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ClippingPlaneGroup.cxx:808:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ClippingPlaneGroup.cxx:815:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/DataToolTipsManager.cxx:59:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/DataToolTipsManager.h:45:9: style: Class 'DataToolTipsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.cxx:378:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.cxx:388:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.cxx:398:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesAnnotation.cxx:414:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.cxx:574:66: style:inconclusive: Function 'setAboveSurfaceOffset' argument 1 names different: declaration 'Offset' definition 'offset'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:117:48: note: Function 'setAboveSurfaceOffset' argument 1 names different: declaration 'Offset' definition 'offset'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.cxx:574:66: note: Function 'setAboveSurfaceOffset' argument 1 names different: declaration 'Offset' definition 'offset'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.cxx:662:76: style:inconclusive: Function 'setColoringType' argument 3 names different: declaration 'drawingType' definition 'coloringType'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:92:65: note: Function 'setColoringType' argument 3 names different: declaration 'drawingType' definition 'coloringType'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.cxx:662:76: note: Function 'setColoringType' argument 3 names different: declaration 'drawingType' definition 'coloringType'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.cxx:714:75: style:inconclusive: Function 'setStandardColorType' argument 3 names different: declaration 'caretColor' definition 'color'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.h:99:57: note: Function 'setStandardColorType' argument 3 names different: declaration 'caretColor' definition 'color'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.cxx:714:75: note: Function 'setStandardColorType' argument 3 names different: declaration 'caretColor' definition 'color'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesBorders.cxx:783:43: style: Variable 'tabIndices' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/DisplayPropertyDataFloat.h:36:9: style: Class 'DisplayPropertyDataFloat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.cxx:493:62: style:inconclusive: Function 'setBelowLimit' argument 3 names different: declaration 'aboveLimit' definition 'belowLimit'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.h:88:40: note: Function 'setBelowLimit' argument 3 names different: declaration 'aboveLimit' definition 'belowLimit'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFiberOrientation.cxx:493:62: note: Function 'setBelowLimit' argument 3 names different: declaration 'aboveLimit' definition 'belowLimit'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.cxx:390:48: style:inconclusive: Function 'setFociSizeMillimeters' argument 3 names different: declaration 'pointSize' definition 'fociSize'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:84:49: note: Function 'setFociSizeMillimeters' argument 3 names different: declaration 'pointSize' definition 'fociSize'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.cxx:390:48: note: Function 'setFociSizeMillimeters' argument 3 names different: declaration 'pointSize' definition 'fociSize'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.cxx:518:75: style:inconclusive: Function 'setStandardColorType' argument 3 names different: declaration 'caretColor' definition 'color'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:119:62: note: Function 'setStandardColorType' argument 3 names different: declaration 'caretColor' definition 'color'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.cxx:518:75: note: Function 'setStandardColorType' argument 3 names different: declaration 'caretColor' definition 'color'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.cxx:612:81: style:inconclusive: Function 'setDrawingProjectionType' argument 3 names different: declaration 'drawingProjectionType' definition 'drawingType'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.h:112:81: note: Function 'setDrawingProjectionType' argument 3 names different: declaration 'drawingProjectionType' definition 'drawingType'. connectome-workbench-1.5.0/src/Brain/DisplayPropertiesFoci.cxx:612:81: note: Function 'setDrawingProjectionType' argument 3 names different: declaration 'drawingProjectionType' definition 'drawingType'. connectome-workbench-1.5.0/src/Brain/DisplayPropertyDataBoolean.h:36:9: style: Class 'DisplayPropertyDataBoolean' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/DisplayPropertiesImages.cxx:650:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.cxx:91:88: style:inconclusive: Function 'addAnnotationColorBars' argument 1 names different: declaration 'colorBars' definition 'annotationColorBars'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.h:45:77: note: Function 'addAnnotationColorBars' argument 1 names different: declaration 'colorBars' definition 'annotationColorBars'. connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.cxx:91:88: note: Function 'addAnnotationColorBars' argument 1 names different: declaration 'colorBars' definition 'annotationColorBars'. connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.cxx:105:67: style:inconclusive: Function 'addAnnotationScaleBar' argument 1 names different: declaration 'scaleBar' definition 'annotationScaleBar'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.h:47:56: note: Function 'addAnnotationScaleBar' argument 1 names different: declaration 'scaleBar' definition 'annotationScaleBar'. connectome-workbench-1.5.0/src/Brain/EventAnnotationBarsGet.cxx:105:67: note: Function 'addAnnotationScaleBar' argument 1 names different: declaration 'scaleBar' definition 'annotationScaleBar'. connectome-workbench-1.5.0/src/Brain/EventBrainStructureGetAll.cxx:106:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/EventBrowserTabGetAll.cxx:95:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/EventBrowserTabGetAllViewed.cxx:91:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/EventBrowserTabGetAllViewed.cxx:109:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/EventBrowserWindowGetTabs.cxx:86:17: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/EventCaretMappableDataFilesAndMapsInDisplayedOverlays.cxx:297:109: performance: Function parameter 'frameIndices' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Brain/EventCaretMappableDataFilesAndMapsInDisplayedOverlays.cxx:190:17: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/EventCaretMappableDataFilesAndMapsInDisplayedOverlays.cxx:195:17: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/EventCaretMappableDataFilesAndMapsInDisplayedOverlays.cxx:200:17: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/EventCaretMappableDataFilesAndMapsInDisplayedOverlays.cxx:217:17: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/EventDataFileDelete.cxx:45:57: style:inconclusive: Function 'EventDataFileDelete' argument 1 names different: declaration 'dataFile' definition 'caretDataFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/EventDataFileDelete.h:36:44: note: Function 'EventDataFileDelete' argument 1 names different: declaration 'dataFile' definition 'caretDataFile'. connectome-workbench-1.5.0/src/Brain/EventDataFileDelete.cxx:45:57: note: Function 'EventDataFileDelete' argument 1 names different: declaration 'dataFile' definition 'caretDataFile'. connectome-workbench-1.5.0/src/Brain/EventModelSurfaceGet.cxx:29:23: warning: Member variable 'EventModelSurfaceGet::m_modelSurface' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/EventNodeDataFilesGet.cxx:45:61: style:inconclusive: Function 'EventNodeDataFilesGet' argument 1 names different: declaration 'surface' definition 'surfaceIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/EventNodeDataFilesGet.h:41:46: note: Function 'EventNodeDataFilesGet' argument 1 names different: declaration 'surface' definition 'surfaceIn'. connectome-workbench-1.5.0/src/Brain/EventNodeDataFilesGet.cxx:45:61: note: Function 'EventNodeDataFilesGet' argument 1 names different: declaration 'surface' definition 'surfaceIn'. connectome-workbench-1.5.0/src/Brain/EventNodeIdentificationColorsGetFromCharts.cxx:54:5: performance: Variable 'm_structureName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/EventOverlayValidate.h:34:9: style: Class 'EventOverlayValidate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:137:50: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.h:50:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:137:50: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:158:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:211:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:264:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:298:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FeatureColoringTypeEnum.cxx:346:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FiberOrientationSamplesLoader.cxx:352:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FiberOrientationSymbolTypeEnum.cxx:145:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FiberOrientationSymbolTypeEnum.cxx:198:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FiberOrientationSymbolTypeEnum.cxx:251:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FiberOrientationSymbolTypeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FiberOrientationSymbolTypeEnum.cxx:307:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FiberOrientationSymbolTypeEnum.cxx:333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingProjectionTypeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingProjectionTypeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingProjectionTypeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingProjectionTypeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingProjectionTypeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingProjectionTypeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingTypeEnum.cxx:145:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingTypeEnum.cxx:198:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingTypeEnum.cxx:251:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingTypeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingTypeEnum.cxx:307:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/FociDrawingTypeEnum.cxx:333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationFilter.cxx:46:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/IdentificationFilter.cxx:128:55: style:inconclusive: Function 'setShowBorderEnabled' argument 1 names different: declaration 'borderEnabled' definition 'status'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/IdentificationFilter.h:57:46: note: Function 'setShowBorderEnabled' argument 1 names different: declaration 'borderEnabled' definition 'status'. connectome-workbench-1.5.0/src/Brain/IdentificationFilter.cxx:128:55: note: Function 'setShowBorderEnabled' argument 1 names different: declaration 'borderEnabled' definition 'status'. connectome-workbench-1.5.0/src/Brain/IdentificationFilter.cxx:149:53: style:inconclusive: Function 'setShowFociEnabled' argument 1 names different: declaration 'fociEnabled' definition 'status'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/IdentificationFilter.h:61:44: note: Function 'setShowFociEnabled' argument 1 names different: declaration 'fociEnabled' definition 'status'. connectome-workbench-1.5.0/src/Brain/IdentificationFilter.cxx:149:53: note: Function 'setShowFociEnabled' argument 1 names different: declaration 'fociEnabled' definition 'status'. connectome-workbench-1.5.0/src/Brain/IdentificationFilterTabSelectionEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationFilterTabSelectionEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationFilterTabSelectionEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationFilterTabSelectionEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationFilterTabSelectionEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationFilterTabSelectionEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItemCiftiConnectivityMatrixRowColumn.h:43:22: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:71:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemCiftiConnectivityMatrixRowColumn.h:43:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/SelectionItemCiftiConnectivityMatrixRowColumn.h:45:22: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Brain/SelectionItem.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Brain/SelectionItemCiftiConnectivityMatrixRowColumn.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:1647:13: style: Condition 'validData' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:1646:26: note: Assignment 'validData=true', assigned value is 1 connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:1647:13: note: Condition 'validData' is always true connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2122:21: style: Condition 'addVertexFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2093:32: note: Assignment 'addVertexFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2122:21: note: Condition 'addVertexFlag' is always false connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2051:54: warning: Either the condition 'imageFile!=NULL' is redundant or there is possible null pointer dereference: idImage->getImageFile(). [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2041:23: note: Assuming that condition 'imageFile!=NULL' is not redundant connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2040:59: note: Assignment to 'imageFile=idImage->getImageFile()' connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2051:54: note: Null pointer dereference connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2088:14: style: The scope of the variable 'indentFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:2252:25: style: The scope of the variable 'ijk' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:132:88: style:inconclusive: Function 'createIdentificationText' argument 1 names different: declaration 'idManager' definition 'selectionManager'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.h:71:66: note: Function 'createIdentificationText' argument 1 names different: declaration 'idManager' definition 'selectionManager'. connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:132:88: note: Function 'createIdentificationText' argument 1 names different: declaration 'idManager' definition 'selectionManager'. connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:483:101: style:inconclusive: Function 'generateVolumeDataIdentificationText' argument 4 names different: declaration 'mapIndices' definition 'mapIndicesSet'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.h:148:76: note: Function 'generateVolumeDataIdentificationText' argument 4 names different: declaration 'mapIndices' definition 'mapIndicesSet'. connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:483:101: note: Function 'generateVolumeDataIdentificationText' argument 4 names different: declaration 'mapIndices' definition 'mapIndicesSet'. connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:870:102: style:inconclusive: Function 'generateSurfaceDataIdentificationText' argument 4 names different: declaration 'mapIndices' definition 'mapIndicesSet'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.h:134:77: note: Function 'generateSurfaceDataIdentificationText' argument 4 names different: declaration 'mapIndices' definition 'mapIndicesSet'. connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:870:102: note: Function 'generateSurfaceDataIdentificationText' argument 4 names different: declaration 'mapIndices' definition 'mapIndicesSet'. connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:522:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationFormattedTextGenerator.cxx:1057:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationHistoryManager.cxx:48:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/IdentificationHistoryRecord.cxx:47:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:192:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:214:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:251:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:312:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:356:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:386:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:414:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:440:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:748:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationManager.cxx:851:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1112:13: style: Condition 'validData' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1111:26: note: Assignment 'validData=true', assigned value is 1 connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1112:13: note: Condition 'validData' is always true connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1702:21: style: Condition 'addVertexFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1673:32: note: Assignment 'addVertexFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1702:21: note: Condition 'addVertexFlag' is always false connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1668:14: style: The scope of the variable 'indentFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:1819:25: style: The scope of the variable 'ijk' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:412:38: style: Local variable 'i' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:317:22: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:412:38: note: Shadow variable connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:698:33: style: Local variable 'boldText' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:686:21: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:698:33: note: Shadow variable connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:699:33: style: Local variable 'text' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:687:21: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:699:33: note: Shadow variable connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:700:35: style: Local variable 'numMaps' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:688:23: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:700:35: note: Shadow variable connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:682:53: style: Unused variable: metricDynConFiles [unusedVariable] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:302:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:562:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSimpleTextGenerator.cxx:731:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSymbolSizeTypeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSymbolSizeTypeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSymbolSizeTypeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSymbolSizeTypeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSymbolSizeTypeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/IdentificationSymbolSizeTypeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ImageDepthPositionEnum.cxx:182:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ImageDepthPositionEnum.cxx:235:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ImageDepthPositionEnum.cxx:288:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ImageDepthPositionEnum.cxx:322:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ImageDepthPositionEnum.cxx:344:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ImageDepthPositionEnum.cxx:370:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MediaOverlay.cxx:55:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/MediaOverlay.cxx:57:5: performance: Variable 'm_mapYokingGroup' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/MediaOverlay.cxx:151:12: style: Condition 'me!=NULL' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/MediaOverlay.cxx:475:66: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/MediaOverlay.cxx:486:62: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/MediaOverlaySet.cxx:382:61: style:inconclusive: Function 'getSelectedIndicesForFile' argument 1 names different: declaration 'MediaFile' definition 'mediaFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/MediaOverlaySet.h:75:57: note: Function 'getSelectedIndicesForFile' argument 1 names different: declaration 'MediaFile' definition 'mediaFile'. connectome-workbench-1.5.0/src/Brain/MediaOverlaySet.cxx:382:61: note: Function 'getSelectedIndicesForFile' argument 1 names different: declaration 'MediaFile' definition 'mediaFile'. connectome-workbench-1.5.0/src/Brain/MediaOverlaySetArray.h:36:9: style: Class 'MediaOverlaySetArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Brain/MediaOverlaySetArray.cxx:233:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Brain/MediaOverlaySetArray.cxx:223:61: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/MediaOverlaySetArray.cxx:233:31: note: Shadow variable connectome-workbench-1.5.0/src/Brain/MediaOverlaySetArray.cxx:72:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Model.cxx:391:65: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:834:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:813:78: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:834:31: note: Shadow variable connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:850:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:813:78: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:850:31: note: Shadow variable connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:558:46: style: Variable 'validTabIndices' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:725:30: style: Unused variable: matrixSelectionVector [unusedVariable] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:742:30: style: Unused variable: matrixSeriesSelectionVector [unusedVariable] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:190:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:225:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:263:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:273:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:315:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:361:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:376:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:391:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:424:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:451:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:481:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:487:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:522:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:567:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:575:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:583:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:597:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:605:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:728:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:745:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:832:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:848:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:884:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:943:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1114:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1177:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1376:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1463:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1471:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1498:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1506:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChart.cxx:1592:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelChartTwo.cxx:162:26: style: Unused variable: tabIndices [unusedVariable] connectome-workbench-1.5.0/src/Brain/ModelChartTwo.cxx:192:26: style: Unused variable: tabIndices [unusedVariable] connectome-workbench-1.5.0/src/Brain/ModelChartTwo.cxx:216:26: style: Unused variable: tabIndices [unusedVariable] connectome-workbench-1.5.0/src/Brain/ModelChartTwo.cxx:378:46: style: Variable 'validTabIndices' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/ModelChartTwo.cxx:383:42: style: Unused variable: cartesianChartData [unusedVariable] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:250:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:636:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:658:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:679:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:731:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:753:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:775:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:797:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:834:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:853:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:871:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:889:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceMontage.cxx:907:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:53:5: performance: Variable 'm_defaultStructure' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:54:5: performance: Variable 'm_selectedStructure' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:123:64: style:inconclusive: Function 'getSelectableStructures' argument 1 names different: declaration 'selectableSructuresOut' definition 'selectableStructuresOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.h:51:59: note: Function 'getSelectableStructures' argument 1 names different: declaration 'selectableSructuresOut' definition 'selectableStructuresOut'. connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:123:64: note: Function 'getSelectableStructures' argument 1 names different: declaration 'selectableSructuresOut' definition 'selectableStructuresOut'. connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:151:64: performance: Function parameter 'modelDisplayModels' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:156:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:182:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelSurfaceSelector.cxx:404:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelTypeEnum.cxx:173:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelTypeEnum.cxx:226:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelTypeEnum.cxx:280:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelTypeEnum.cxx:314:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.cxx:340:52: style:inconclusive: Function 'getSelectedSurfaces' argument 1 names different: declaration 'windowTabNumber' definition 'windowTabIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.h:57:65: note: Function 'getSelectedSurfaces' argument 1 names different: declaration 'windowTabNumber' definition 'windowTabIndex'. connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.cxx:340:52: note: Function 'getSelectedSurfaces' argument 1 names different: declaration 'windowTabNumber' definition 'windowTabIndex'. connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.cxx:150:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.cxx:183:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ModelWholeBrain.cxx:555:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:549:9: style: Condition 'qProcessPipeFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:529:33: note: Assignment 'qProcessPipeFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:549:9: note: Condition 'qProcessPipeFlag' is always false connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:567:9: style: Condition 'qProcessPipeFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:529:33: note: Assignment 'qProcessPipeFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:567:9: note: Condition 'qProcessPipeFlag' is always false connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:575:13: style: Condition 'useQProcessFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:574:36: note: Assignment 'useQProcessFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Brain/MovieRecorder.cxx:575:13: note: Condition 'useQProcessFlag' is always true connectome-workbench-1.5.0/src/Brain/MovieRecorderCaptureRegionTypeEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderCaptureRegionTypeEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderCaptureRegionTypeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderCaptureRegionTypeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderCaptureRegionTypeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderCaptureRegionTypeEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderModeEnum.cxx:176:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderModeEnum.cxx:229:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderModeEnum.cxx:282:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderModeEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderModeEnum.cxx:338:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderModeEnum.cxx:364:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoFormatTypeEnum.cxx:193:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoFormatTypeEnum.cxx:246:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoFormatTypeEnum.cxx:299:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoFormatTypeEnum.cxx:333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoFormatTypeEnum.cxx:355:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoFormatTypeEnum.cxx:381:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoResolutionTypeEnum.cxx:189:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoResolutionTypeEnum.cxx:242:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoResolutionTypeEnum.cxx:295:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoResolutionTypeEnum.cxx:329:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoResolutionTypeEnum.cxx:351:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/MovieRecorderVideoResolutionTypeEnum.cxx:377:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:71:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:73:5: performance: Variable 'm_mapYokingGroup' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:204:12: style: Condition 'me!=NULL' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:375:71: style: Local variable 'iter' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:366:56: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/Overlay.cxx:375:71: note: Shadow variable connectome-workbench-1.5.0/src/Brain/Overlay.cxx:794:40: style: Local variable 'mapFile' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:771:36: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/Overlay.cxx:794:40: note: Shadow variable connectome-workbench-1.5.0/src/Brain/Overlay.cxx:869:44: style: Local variable 'mapFile' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:866:40: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/Overlay.cxx:869:44: note: Shadow variable connectome-workbench-1.5.0/src/Brain/Overlay.cxx:368:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:377:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:510:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:770:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/Overlay.cxx:865:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/OverlaySet.cxx:821:56: style: Variable 'foundAnatomyVolume' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/OverlaySet.cxx:878:26: style: Unused variable: matchToNames [unusedVariable] connectome-workbench-1.5.0/src/Brain/OverlaySet.cxx:850:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/OverlaySetArray.cxx:79:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ProjectionViewTypeEnum.cxx:180:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ProjectionViewTypeEnum.cxx:233:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ProjectionViewTypeEnum.cxx:286:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ProjectionViewTypeEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ProjectionViewTypeEnum.cxx:342:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ProjectionViewTypeEnum.cxx:368:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItem.cxx:68:16: warning: Member variable 'SelectionItem::m_itemDataType' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/SelectionItemChartTwoLabel.cxx:127:77: style:inconclusive: Function 'setChartTwoCartesianAxis' argument 1 names different: declaration 'ChartTwoCartesianAxis' definition 'chartTwoCartesianAxis'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemChartTwoLabel.h:57:62: note: Function 'setChartTwoCartesianAxis' argument 1 names different: declaration 'ChartTwoCartesianAxis' definition 'chartTwoCartesianAxis'. connectome-workbench-1.5.0/src/Brain/SelectionItemChartTwoLabel.cxx:127:77: note: Function 'setChartTwoCartesianAxis' argument 1 names different: declaration 'ChartTwoCartesianAxis' definition 'chartTwoCartesianAxis'. connectome-workbench-1.5.0/src/Brain/SelectionItemDataTypeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItemDataTypeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItemDataTypeEnum.cxx:336:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItemDataTypeEnum.cxx:370:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItemDataTypeEnum.cxx:392:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItemDataTypeEnum.cxx:418:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.cxx:203:66: style:inconclusive: Function 'setFocusProjectionIndex' argument 1 names different: declaration 'focusIndex' definition 'focusProjectionIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.h:66:52: note: Function 'setFocusProjectionIndex' argument 1 names different: declaration 'focusIndex' definition 'focusProjectionIndex'. connectome-workbench-1.5.0/src/Brain/SelectionItemFocusSurface.cxx:203:66: note: Function 'setFocusProjectionIndex' argument 1 names different: declaration 'focusIndex' definition 'focusProjectionIndex'. connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.cxx:203:65: style:inconclusive: Function 'setFocusProjectionIndex' argument 1 names different: declaration 'focusIndex' definition 'focusProjectionIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.h:66:52: note: Function 'setFocusProjectionIndex' argument 1 names different: declaration 'focusIndex' definition 'focusProjectionIndex'. connectome-workbench-1.5.0/src/Brain/SelectionItemFocusVolume.cxx:203:65: note: Function 'setFocusProjectionIndex' argument 1 names different: declaration 'focusIndex' definition 'focusProjectionIndex'. connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.cxx:148:71: style:inconclusive: Function 'setControlPointFile' argument 1 names different: declaration 'imageFile' definition 'controlPointFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.h:52:52: note: Function 'setControlPointFile' argument 1 names different: declaration 'imageFile' definition 'controlPointFile'. connectome-workbench-1.5.0/src/Brain/SelectionItemImageControlPoint.cxx:148:71: note: Function 'setControlPointFile' argument 1 names different: declaration 'imageFile' definition 'controlPointFile'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:178:62: style:inconclusive: Function 'getNearestNodeScreenXYZ' argument 1 names different: declaration 'screenXYZ' definition 'nearestNodeScreenXYZ'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:52:45: note: Function 'getNearestNodeScreenXYZ' argument 1 names different: declaration 'screenXYZ' definition 'nearestNodeScreenXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:178:62: note: Function 'getNearestNodeScreenXYZ' argument 1 names different: declaration 'screenXYZ' definition 'nearestNodeScreenXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:191:68: style:inconclusive: Function 'setNearestNodeScreenXYZ' argument 1 names different: declaration 'screenXYZ' definition 'nearestNodeScreenXYZ'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:54:51: note: Function 'setNearestNodeScreenXYZ' argument 1 names different: declaration 'screenXYZ' definition 'nearestNodeScreenXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:191:68: note: Function 'setNearestNodeScreenXYZ' argument 1 names different: declaration 'screenXYZ' definition 'nearestNodeScreenXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:204:61: style:inconclusive: Function 'getNearestNodeModelXYZ' argument 1 names different: declaration 'modelXYZ' definition 'nearestNodeModelXYZ'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:56:44: note: Function 'getNearestNodeModelXYZ' argument 1 names different: declaration 'modelXYZ' definition 'nearestNodeModelXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:204:61: note: Function 'getNearestNodeModelXYZ' argument 1 names different: declaration 'modelXYZ' definition 'nearestNodeModelXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:217:67: style:inconclusive: Function 'setNearestNodeModelXYZ' argument 1 names different: declaration 'modelXYZ' definition 'nearestNodeModelXYZ'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.h:58:50: note: Function 'setNearestNodeModelXYZ' argument 1 names different: declaration 'modelXYZ' definition 'nearestNodeModelXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemSurfaceTriangle.cxx:217:67: note: Function 'setNearestNodeModelXYZ' argument 1 names different: declaration 'modelXYZ' definition 'nearestNodeModelXYZ'. connectome-workbench-1.5.0/src/Brain/SelectionItemVoxelEditing.cxx:44:28: warning: Member variable 'SelectionItemVoxelEditing::m_voxelDiffXYZ' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:224:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:223:26: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:224:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:316:9: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:223:26: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:316:9: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:378:60: style: Local variable 'iter' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:373:67: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:378:60: note: Shadow variable connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:228:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:320:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:345:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:359:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:375:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:380:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:399:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:423:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:447:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SelectionManager.cxx:493:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SessionManager.cxx:1373:17: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/SurfaceDrawingTypeEnum.cxx:157:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceDrawingTypeEnum.cxx:210:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceDrawingTypeEnum.cxx:263:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceDrawingTypeEnum.cxx:297:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceDrawingTypeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceDrawingTypeEnum.cxx:345:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.cxx:47:122: style:inconclusive: Function 'SurfaceMontageConfigurationAbstract' argument 1 names different: declaration 'configuration' definition 'configurationType'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.h:47:93: note: Function 'SurfaceMontageConfigurationAbstract' argument 1 names different: declaration 'configuration' definition 'configurationType'. connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.cxx:47:122: note: Function 'SurfaceMontageConfigurationAbstract' argument 1 names different: declaration 'configuration' definition 'configurationType'. connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.cxx:245:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationAbstract.cxx:264:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.cxx:464:32: style: Variable 'columnIndex' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationCerebellar.cxx:493:29: style: Variable 'rowIndex' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationTypeEnum.cxx:183:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationTypeEnum.cxx:236:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationTypeEnum.cxx:289:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationTypeEnum.cxx:323:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationTypeEnum.cxx:345:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageConfigurationTypeEnum.cxx:371:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageLayoutOrientationEnum.cxx:184:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageLayoutOrientationEnum.cxx:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageLayoutOrientationEnum.cxx:290:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageLayoutOrientationEnum.cxx:324:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageLayoutOrientationEnum.cxx:346:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageLayoutOrientationEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceMontageViewport.cxx:249:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:588:17: style: The if condition is the same as the previous if condition [duplicateCondition] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:521:17: note: First condition connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:588:17: note: Second condition connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1154:20: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1250:20: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1337:20: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1394:20: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1451:20: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1511:20: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:310:71: style:inconclusive: Function 'colorSurfaceNodes' argument 1 names different: declaration 'dpl' definition 'displayPropertiesLabels'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.h:84:63: note: Function 'colorSurfaceNodes' argument 1 names different: declaration 'dpl' definition 'displayPropertiesLabels'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:310:71: note: Function 'colorSurfaceNodes' argument 1 names different: declaration 'dpl' definition 'displayPropertiesLabels'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:672:73: style:inconclusive: Function 'assignLabelColoring' argument 1 names different: declaration 'dpl' definition 'displayPropertiesLabels'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.h:91:65: note: Function 'assignLabelColoring' argument 1 names different: declaration 'dpl' definition 'displayPropertiesLabels'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:672:73: note: Function 'assignLabelColoring' argument 1 names different: declaration 'dpl' definition 'displayPropertiesLabels'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:677:56: style:inconclusive: Function 'assignLabelColoring' argument 6 names different: declaration 'mapIndex' definition 'displayColumn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.h:96:48: note: Function 'assignLabelColoring' argument 6 names different: declaration 'mapIndex' definition 'displayColumn'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:677:56: note: Function 'assignLabelColoring' argument 6 names different: declaration 'mapIndex' definition 'displayColumn'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:903:57: style:inconclusive: Function 'assignMetricColoring' argument 3 names different: declaration 'mapIndex' definition 'displayColumn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.h:150:49: note: Function 'assignMetricColoring' argument 3 names different: declaration 'mapIndex' definition 'displayColumn'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:903:57: note: Function 'assignMetricColoring' argument 3 names different: declaration 'mapIndex' definition 'displayColumn'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1389:71: style:inconclusive: Function 'assignCiftiParcelScalarColoring' argument 2 names different: declaration 'ciftiScalarFile' definition 'ciftiParcelScalarFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.h:125:63: note: Function 'assignCiftiParcelScalarColoring' argument 2 names different: declaration 'ciftiScalarFile' definition 'ciftiParcelScalarFile'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:1389:71: note: Function 'assignCiftiParcelScalarColoring' argument 2 names different: declaration 'ciftiScalarFile' definition 'ciftiParcelScalarFile'. connectome-workbench-1.5.0/src/Brain/SurfaceNodeColoring.cxx:279:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:62:24: warning: Member variable 'SurfaceSelectionModel::m_selectedSurface' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:78:24: warning: Member variable 'SurfaceSelectionModel::m_selectedSurface' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:81:5: performance: Variable 'm_allowableSurfaceTypes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:445:17: style: The scope of the variable 'pathNameMatchLength' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:430:60: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:467:70: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:346:46: style: Variable 'primaryAnatomicalSurface' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:165:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:169:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/SurfaceSelectionModel.cxx:206:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/UserInputModeEnum.cxx:201:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/UserInputModeEnum.cxx:254:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/UserInputModeEnum.cxx:307:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/UserInputModeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/UserInputModeEnum.cxx:363:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/UserInputModeEnum.cxx:389:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.cxx:88:25: warning: Member variable 'ViewingTransformations::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.cxx:413:51: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.cxx:419:55: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.cxx:449:60: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/ViewingTransformations.cxx:459:64: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Brain/VolumeSliceDrawingTypeEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceDrawingTypeEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceDrawingTypeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceDrawingTypeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceDrawingTypeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceDrawingTypeEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceInterpolationEdgeEffectsMaskingEnum.cxx:214:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceInterpolationEdgeEffectsMaskingEnum.cxx:267:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceInterpolationEdgeEffectsMaskingEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceInterpolationEdgeEffectsMaskingEnum.cxx:354:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceInterpolationEdgeEffectsMaskingEnum.cxx:376:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceInterpolationEdgeEffectsMaskingEnum.cxx:402:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:113:22: warning: Member variable 'VolumeSliceSettings::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:771:58: style:inconclusive: Function 'setSliceCoordinateAxial' argument 1 names different: declaration 'x' definition 'z'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.h:102:50: note: Function 'setSliceCoordinateAxial' argument 1 names different: declaration 'x' definition 'z'. connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:771:58: note: Function 'setSliceCoordinateAxial' argument 1 names different: declaration 'x' definition 'z'. connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:811:65: style:inconclusive: Function 'setSliceCoordinateParasagittal' argument 1 names different: declaration 'z' definition 'x'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.h:110:57: note: Function 'setSliceCoordinateParasagittal' argument 1 names different: declaration 'z' definition 'x'. connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:811:65: note: Function 'setSliceCoordinateParasagittal' argument 1 names different: declaration 'z' definition 'x'. connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:525:30: style: Local variable 'dimensions' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:521:26: note: Shadowed declaration connectome-workbench-1.5.0/src/Brain/VolumeSliceSettings.cxx:525:30: note: Shadow variable connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.cxx:329:5: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.cxx:341:5: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.cxx:363:5: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.cxx:67:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.cxx:74:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.cxx:90:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineColorOrTabModel.cxx:129:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/VolumeSurfaceOutlineModel.cxx:407:46: warning: Member variable 'OutlineCacheInfo::m_underlayVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/WholeBrainSurfaceSettings.cxx:72:28: warning: Member variable 'WholeBrainSurfaceSettings::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Brain/WholeBrainVoxelDrawingMode.cxx:148:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/WholeBrainVoxelDrawingMode.cxx:201:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/WholeBrainVoxelDrawingMode.cxx:254:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/WholeBrainVoxelDrawingMode.cxx:288:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/WholeBrainVoxelDrawingMode.cxx:310:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Brain/WholeBrainVoxelDrawingMode.cxx:336:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:59:9: style: Class 'ChartAxisCartesian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:42:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartAxis.h:64:28: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:42:28: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:61:22: style: The function 'updateForAutoRangeScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartAxis.h:97:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:63:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartAxis.h:114:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:63:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:66:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartAxis.h:117:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.h:66:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:50:22: style: The function 'isAverageChartDisplaySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartModel.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:52:34: style: The function 'getAverageChartDataForDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartModel.h:100:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:52:34: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:61:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartModel.h:146:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:64:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartModel.h:149:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartAxisCartesian.cxx:306:48: performance: Searching before insertion is not necessary. [stlFindInsert] connectome-workbench-1.5.0/src/Charting/ChartAxisLocationEnum.cxx:185:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisLocationEnum.cxx:238:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisLocationEnum.cxx:291:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisLocationEnum.cxx:325:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisLocationEnum.cxx:347:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisLocationEnum.cxx:373:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisTypeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisTypeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisTypeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisTypeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisTypeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisTypeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisUnitsEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisUnitsEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisUnitsEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisUnitsEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisUnitsEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartAxisUnitsEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:43:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartData.h:51:28: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:43:28: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:76:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartData.h:101:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:76:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:79:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Charting/ChartData.h:117:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:79:22: note: Function in derived class connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.cxx:329:60: style:inconclusive: Function 'setTimeStartInSecondsAxisX' argument 1 names different: declaration 'timeStart' definition 'timeStartInSecondsAxisX'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:67:53: note: Function 'setTimeStartInSecondsAxisX' argument 1 names different: declaration 'timeStart' definition 'timeStartInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.cxx:329:60: note: Function 'setTimeStartInSecondsAxisX' argument 1 names different: declaration 'timeStart' definition 'timeStartInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.cxx:352:59: style:inconclusive: Function 'setTimeStepInSecondsAxisX' argument 1 names different: declaration 'timeStep' definition 'timeStepInSecondsAxisX'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.h:71:52: note: Function 'setTimeStepInSecondsAxisX' argument 1 names different: declaration 'timeStep' definition 'timeStepInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.cxx:352:59: note: Function 'setTimeStepInSecondsAxisX' argument 1 names different: declaration 'timeStep' definition 'timeStepInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.cxx:131:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartDataCartesian.cxx:202:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartDataSource.cxx:221:50: style: Condition 'm_nodeIndicesAverage.size()==rhs.m_nodeIndicesAverage.size()' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Charting/ChartDataSource.cxx:218:50: note: Assuming that condition 'm_nodeIndicesAverage.size()>rhs.m_nodeIndicesAverage.size()' is not redundant connectome-workbench-1.5.0/src/Charting/ChartDataSource.cxx:215:45: note: Assuming that condition 'm_nodeIndicesAverage.size()0' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:793:22: note: Assuming that condition 'numChartData<=0' is not redundant connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:803:22: note: Condition 'numChartData>0' is always true connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:610:38: style:inconclusive: Function 'setBottomAxis' argument 1 names different: declaration 'leftAxis' definition 'bottomAxis'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartModel.h:136:39: note: Function 'setBottomAxis' argument 1 names different: declaration 'leftAxis' definition 'bottomAxis'. connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:610:38: note: Function 'setBottomAxis' argument 1 names different: declaration 'leftAxis' definition 'bottomAxis'. connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:644:37: style:inconclusive: Function 'setRightAxis' argument 1 names different: declaration 'leftAxis' definition 'rightAxis'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartModel.h:140:38: note: Function 'setRightAxis' argument 1 names different: declaration 'leftAxis' definition 'rightAxis'. connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:644:37: note: Function 'setRightAxis' argument 1 names different: declaration 'leftAxis' definition 'rightAxis'. connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:713:35: style:inconclusive: Function 'setTopAxis' argument 1 names different: declaration 'leftAxis' definition 'topAxis'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartModel.h:142:36: note: Function 'setTopAxis' argument 1 names different: declaration 'leftAxis' definition 'topAxis'. connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:713:35: note: Function 'setTopAxis' argument 1 names different: declaration 'leftAxis' definition 'topAxis'. connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:370:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:387:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:406:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartModel.cxx:977:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.cxx:98:22: warning: Member variable 'ChartModelCartesian::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.cxx:98:22: warning: Member variable 'ChartModelCartesian::m_lineWidth' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.cxx:178:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartModelCartesian.cxx:260:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:183:47: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.h:57:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:183:47: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:250:50: style:inconclusive: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.h:61:44: note: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:250:50: note: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:206:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:264:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:351:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:373:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartOneDataTypeEnum.cxx:399:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartSelectionModeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartSelectionModeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartSelectionModeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartSelectionModeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartSelectionModeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartSelectionModeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisOrientationTypeEnum.cxx:178:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisOrientationTypeEnum.cxx:231:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisOrientationTypeEnum.cxx:284:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisOrientationTypeEnum.cxx:318:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisOrientationTypeEnum.cxx:340:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisOrientationTypeEnum.cxx:366:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisScaleRangeModeEnum.cxx:209:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisScaleRangeModeEnum.cxx:263:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisScaleRangeModeEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisScaleRangeModeEnum.cxx:350:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisScaleRangeModeEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoAxisScaleRangeModeEnum.cxx:398:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianAxis.cxx:251:54: style:inconclusive: Function 'setDisplayedByUser' argument 1 names different: declaration 'displayed' definition 'displayedByUser'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianAxis.h:62:44: note: Function 'setDisplayedByUser' argument 1 names different: declaration 'displayed' definition 'displayedByUser'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianAxis.cxx:251:54: note: Function 'setDisplayedByUser' argument 1 names different: declaration 'displayed' definition 'displayedByUser'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianCustomSubdivisions.cxx:49:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianCustomSubdivisions.cxx:472:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:110:32: warning: Member variable 'ChartTwoCartesianOrientedAxes::m_parentChartOverlaySetInterface' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:110:32: warning:inconclusive: Member variable 'ChartTwoCartesianOrientedAxes::m_sceneAssistant' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:63:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:391:76: style:inconclusive: Function 'setUserScaleMaximumValueFromGUI' argument 1 names different: declaration 'value' definition 'userScaleMaximumValue'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.h:71:58: note: Function 'setUserScaleMaximumValueFromGUI' argument 1 names different: declaration 'value' definition 'userScaleMaximumValue'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:391:76: note: Function 'setUserScaleMaximumValueFromGUI' argument 1 names different: declaration 'value' definition 'userScaleMaximumValue'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:416:76: style:inconclusive: Function 'setUserScaleMinimumValueFromGUI' argument 1 names different: declaration 'value' definition 'userScaleMinimumValue'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.h:67:58: note: Function 'setUserScaleMinimumValueFromGUI' argument 1 names different: declaration 'value' definition 'userScaleMinimumValue'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:416:76: note: Function 'setUserScaleMinimumValueFromGUI' argument 1 names different: declaration 'value' definition 'userScaleMinimumValue'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:1157:84: style:inconclusive: Function 'getAxesCoordinateFromViewportCoordinate' argument 3 names different: declaration 'viewportValue' definition 'viewportCoordinate'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.h:131:67: note: Function 'getAxesCoordinateFromViewportCoordinate' argument 3 names different: declaration 'viewportValue' definition 'viewportCoordinate'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianOrientedAxes.cxx:1157:84: note: Function 'getAxesCoordinateFromViewportCoordinate' argument 3 names different: declaration 'viewportValue' definition 'viewportCoordinate'. connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianSubdivisionsModeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianSubdivisionsModeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianSubdivisionsModeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianSubdivisionsModeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianSubdivisionsModeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoCartesianSubdivisionsModeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoCompoundDataType.cxx:104:65: style:inconclusive: Function 'newInstanceForHistogram' argument 1 names different: declaration 'histogramNumberOfBuckets' definition 'histogramNumberOfBins'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoCompoundDataType.h:47:79: note: Function 'newInstanceForHistogram' argument 1 names different: declaration 'histogramNumberOfBuckets' definition 'histogramNumberOfBins'. connectome-workbench-1.5.0/src/Charting/ChartTwoCompoundDataType.cxx:104:65: note: Function 'newInstanceForHistogram' argument 1 names different: declaration 'histogramNumberOfBuckets' definition 'histogramNumberOfBins'. connectome-workbench-1.5.0/src/Charting/ChartTwoDataCartesian.cxx:394:63: style:inconclusive: Function 'setTimeStartInSecondsAxisX' argument 1 names different: declaration 'timeStart' definition 'timeStartInSecondsAxisX'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoDataCartesian.h:90:53: note: Function 'setTimeStartInSecondsAxisX' argument 1 names different: declaration 'timeStart' definition 'timeStartInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartTwoDataCartesian.cxx:394:63: note: Function 'setTimeStartInSecondsAxisX' argument 1 names different: declaration 'timeStart' definition 'timeStartInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartTwoDataCartesian.cxx:417:62: style:inconclusive: Function 'setTimeStepInSecondsAxisX' argument 1 names different: declaration 'timeStep' definition 'timeStepInSecondsAxisX'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoDataCartesian.h:94:52: note: Function 'setTimeStepInSecondsAxisX' argument 1 names different: declaration 'timeStep' definition 'timeStepInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartTwoDataCartesian.cxx:417:62: note: Function 'setTimeStepInSecondsAxisX' argument 1 names different: declaration 'timeStep' definition 'timeStepInSecondsAxisX'. connectome-workbench-1.5.0/src/Charting/ChartTwoDataTypeEnum.cxx:203:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoDataTypeEnum.cxx:256:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoDataTypeEnum.cxx:324:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoDataTypeEnum.cxx:358:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoDataTypeEnum.cxx:380:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoDataTypeEnum.cxx:406:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoHistogramContentTypeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoHistogramContentTypeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoHistogramContentTypeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoHistogramContentTypeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoHistogramContentTypeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoHistogramContentTypeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineLayerContentTypeEnum.cxx:176:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineLayerContentTypeEnum.cxx:229:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineLayerContentTypeEnum.cxx:282:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineLayerContentTypeEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineLayerContentTypeEnum.cxx:338:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineLayerContentTypeEnum.cxx:364:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesContentTypeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesContentTypeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesContentTypeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesContentTypeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesContentTypeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesContentTypeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.h:41:9: style: Class 'ChartTwoLineSeriesHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:147:11: style: Redundant initialization for 'color'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:135:32: note: color is initialized connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:147:11: note: color is overwritten connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:118:57: style:inconclusive: Function 'setLoadingEnabled' argument 1 names different: declaration 'enabled' definition 'loadingEnabled'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.h:53:43: note: Function 'setLoadingEnabled' argument 1 names different: declaration 'enabled' definition 'loadingEnabled'. connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:118:57: note: Function 'setLoadingEnabled' argument 1 names different: declaration 'enabled' definition 'loadingEnabled'. connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:521:33: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:227:9: error: Calling 'addHistoryItemNoDefaults' while iterating the container is invalid. [invalidContainerLoop] connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:405:20: note: After calling 'push_front', iterators or references to the container's data may be invalid . connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:223:5: note: Iterating container here. connectome-workbench-1.5.0/src/Charting/ChartTwoLineSeriesHistory.cxx:227:9: note: Calling 'addHistoryItemNoDefaults' while iterating the container is invalid. connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixContentTypeEnum.cxx:180:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixContentTypeEnum.cxx:233:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixContentTypeEnum.cxx:286:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixContentTypeEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixContentTypeEnum.cxx:342:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixContentTypeEnum.cxx:368:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixLoadingDimensionEnum.cxx:176:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixLoadingDimensionEnum.cxx:229:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixLoadingDimensionEnum.cxx:282:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixLoadingDimensionEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixLoadingDimensionEnum.cxx:338:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixLoadingDimensionEnum.cxx:364:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixTriangularViewingModeEnum.cxx:185:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixTriangularViewingModeEnum.cxx:238:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixTriangularViewingModeEnum.cxx:291:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixTriangularViewingModeEnum.cxx:325:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixTriangularViewingModeEnum.cxx:347:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoMatrixTriangularViewingModeEnum.cxx:373:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoNumericSubdivisionsModeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoNumericSubdivisionsModeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoNumericSubdivisionsModeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoNumericSubdivisionsModeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoNumericSubdivisionsModeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoNumericSubdivisionsModeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartTwoOverlaySetInterface.h:54:14: performance:inconclusive: Technically the member function 'caret::ChartTwoOverlaySetInterface::copyHelperChartTwoOverlaySetInterface' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Charting/ChartTwoOverlaySetInterface.cxx:84:30: note: Technically the member function 'caret::ChartTwoOverlaySetInterface::copyHelperChartTwoOverlaySetInterface' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Charting/ChartTwoOverlaySetInterface.h:54:14: note: Technically the member function 'caret::ChartTwoOverlaySetInterface::copyHelperChartTwoOverlaySetInterface' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Charting/ChartTwoTitle.cxx:73:16: warning:inconclusive: Member variable 'ChartTwoTitle::m_sceneAssistant' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Charting/ChartTwoTitle.cxx:47:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Charting/ChartingVersionEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartingVersionEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartingVersionEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartingVersionEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartingVersionEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/ChartingVersionEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Charting/EventChartTwoCartesianOrientedAxesYoking.cxx:181:49: style: Unused variable: axesOut [unusedVariable] connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:79:22: warning:inconclusive: Member variable 'MapFileDataSelector::m_sceneAssistant' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:294:80: style:inconclusive: Function 'getSurfaceVertexAverage' argument 3 names different: declaration 'surfaceVertexIndices' definition 'surfaceVertexAverageIndices'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.h:75:60: note: Function 'getSurfaceVertexAverage' argument 3 names different: declaration 'surfaceVertexIndices' definition 'surfaceVertexAverageIndices'. connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:294:80: note: Function 'getSurfaceVertexAverage' argument 3 names different: declaration 'surfaceVertexIndices' definition 'surfaceVertexAverageIndices'. connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:314:86: style:inconclusive: Function 'setSurfaceVertexAverage' argument 3 names different: declaration 'surfaceVertexIndices' definition 'surfaceVertexAverageIndices'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.h:79:66: note: Function 'setSurfaceVertexAverage' argument 3 names different: declaration 'surfaceVertexIndices' definition 'surfaceVertexAverageIndices'. connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:314:86: note: Function 'setSurfaceVertexAverage' argument 3 names different: declaration 'surfaceVertexIndices' definition 'surfaceVertexAverageIndices'. connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:330:46: style:inconclusive: Function 'getVolumeVoxelXYZ' argument 1 names different: declaration 'xyz' definition 'voxelXYZ'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.h:81:38: note: Function 'getVolumeVoxelXYZ' argument 1 names different: declaration 'xyz' definition 'voxelXYZ'. connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:330:46: note: Function 'getVolumeVoxelXYZ' argument 1 names different: declaration 'xyz' definition 'voxelXYZ'. connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:344:52: style:inconclusive: Function 'setVolumeVoxelXYZ' argument 1 names different: declaration 'xyz' definition 'voxelXYZ'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.h:83:44: note: Function 'setVolumeVoxelXYZ' argument 1 names different: declaration 'xyz' definition 'voxelXYZ'. connectome-workbench-1.5.0/src/Charting/MapFileDataSelector.cxx:344:52: note: Function 'setVolumeVoxelXYZ' argument 1 names different: declaration 'xyz' definition 'voxelXYZ'. connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:98:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:43:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:98:27: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:99:21: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:44:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:99:21: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:100:17: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:45:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:100:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:101:14: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:101:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:102:14: style: The function 'approximateMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:102:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:104:14: style: The function 'readXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:104:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:105:14: style: The function 'readXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:105:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:106:14: style: The function 'writeXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:106:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:107:14: style: The function 'writeXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.h:107:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:332:26: style: Local variable 'i' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:323:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:332:26: note: Shadow variable connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:494:44: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:150:28: error: Uninitialized variable: myModel.m_surfaceNumberOfNodes [uninitvar] connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:226:12: error: Uninitialized variable: ret.m_surfaceNode [uninitvar] connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:217:20: note: Assuming condition is false connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:226:12: note: Uninitialized variable: ret.m_surfaceNode connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:150:28: error: Uninitialized struct member: myModel.m_surfaceNumberOfNodes [uninitStructMember] connectome-workbench-1.5.0/src/Cifti/CiftiBrainModelsMap.cxx:226:12: error: Uninitialized struct member: ret.m_surfaceNode [uninitStructMember] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:60:13: performance: Variable 'm_structure' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiVersion.h:39:9: style: Class 'CiftiVersion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:49:9: style: Class 'CiftiSeriesMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:92:9: style: Class 'CiftiXMLOld' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:100:9: style: Class 'CiftiXMLOld' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:109:9: style: Class 'CiftiXMLOld' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:45:9: style: Class 'CiftiOnDiskImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:63:9: style: Class 'CiftiMemoryImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:80:9: style: Class 'CiftiXnatImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:45:17: style: The function 'getIndexFromNumberOrName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:46:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:45:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:46:17: style: The function 'getIndexName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:47:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:46:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:52:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:43:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:52:27: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:53:21: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:44:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:53:21: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:54:17: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:45:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:54:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:55:14: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:55:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:56:14: style: The function 'approximateMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:56:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:57:14: style: The function 'readXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:57:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:58:14: style: The function 'readXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:58:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:59:14: style: The function 'writeXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:59:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:60:14: style: The function 'writeXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:60:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:61:14: style: The function 'mutablesModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:61:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:62:14: style: The function 'clearMutablesModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:56:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.h:62:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:59:17: style: The function 'getIndexFromNumberOrName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:46:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:59:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:60:17: style: The function 'getIndexName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:47:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:60:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:68:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:43:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:68:27: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:69:21: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:44:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:69:21: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:70:17: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:45:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:70:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:71:14: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:71:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:72:14: style: The function 'approximateMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:72:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:73:14: style: The function 'readXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:73:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:74:14: style: The function 'readXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:74:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:75:14: style: The function 'writeXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:75:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:76:14: style: The function 'writeXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiParcelsMap.h:76:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:46:17: style: The function 'getIndexFromNumberOrName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:46:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:46:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:47:17: style: The function 'getIndexName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:47:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:47:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:53:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:43:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:53:27: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:54:21: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:44:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:54:21: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:55:17: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:45:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:55:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:56:14: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:56:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:57:14: style: The function 'approximateMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:57:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:58:14: style: The function 'readXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:58:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:59:14: style: The function 'readXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:59:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:60:14: style: The function 'writeXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:60:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:61:14: style: The function 'writeXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:61:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:62:14: style: The function 'mutablesModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:62:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:63:14: style: The function 'clearMutablesModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:56:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.h:63:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:65:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:43:35: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:65:27: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:66:21: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:44:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:66:21: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:67:17: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:45:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:67:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:68:14: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:68:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:77:14: style: The function 'approximateMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:77:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:94:14: style: The function 'readXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:51:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:94:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:95:14: style: The function 'readXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:95:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:96:14: style: The function 'writeXML1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:96:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:97:14: style: The function 'writeXML2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiMappingType.h:54:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiSeriesMap.h:97:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:72:14: style: The function 'getColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:72:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:84:14: style: The function 'getRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.h:42:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:84:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:85:17: style: The function 'getNumberOfRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.h:51:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:85:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:86:17: style: The function 'getNumberOfColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.h:48:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:86:17: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:48:14: style: The function 'getRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:95:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:48:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:49:14: style: The function 'getColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:96:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:49:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:53:14: style: The function 'setRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:104:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:53:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:54:14: style: The function 'setColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:105:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:54:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:55:14: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:106:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:55:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:64:14: style: The function 'getRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:95:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:64:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:65:14: style: The function 'getColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:96:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:65:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:66:14: style: The function 'isInMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:97:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:66:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:67:14: style: The function 'setRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:104:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:67:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:68:14: style: The function 'setColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:105:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:68:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:81:14: style: The function 'getRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:95:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:81:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:82:14: style: The function 'getColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Cifti/CiftiFile.h:96:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:82:14: note: Function in derived class connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:820:26: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:833:24: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Cifti/CiftiFile.cxx:856:26: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.cxx:31:17: warning: Member variable 'CiftiInterface::m_dataRangeMin' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.cxx:31:17: warning: Member variable 'CiftiInterface::m_dataRangeMax' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.h:96:14: style:inconclusive: Technically the member function 'caret::CiftiInterface::invalidateDataRange' can be const. [functionConst] connectome-workbench-1.5.0/src/Cifti/CiftiInterface.cxx:36:22: note: Technically the member function 'caret::CiftiInterface::invalidateDataRange' can be const. connectome-workbench-1.5.0/src/Cifti/CiftiInterface.h:96:14: note: Technically the member function 'caret::CiftiInterface::invalidateDataRange' can be const. connectome-workbench-1.5.0/src/Cifti/CiftiLabelsMap.cxx:312:5: performance: Variable 'm_maps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.cxx:349:18: warning:inconclusive: Member variable 'CiftiScalarsMap::m_namesModified' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.cxx:148:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.cxx:149:5: performance: Variable 'm_metaData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiScalarsMap.cxx:351:5: performance: Variable 'm_maps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiXML.cxx:329:31: warning: Either the condition 'i<16' is redundant or the array 'name[9]' is accessed at index 15, which is out of bounds. [arrayIndexOutOfBoundsCond] connectome-workbench-1.5.0/src/Cifti/CiftiXML.cxx:329:19: note: Assuming that condition 'i<16' is not redundant connectome-workbench-1.5.0/src/Cifti/CiftiXML.cxx:329:31: note: Array index out of bounds connectome-workbench-1.5.0/src/Cifti/CiftiXML.cxx:329:72: error: Array 'name[9]' accessed at index 15, which is out of bounds. [arrayIndexOutOfBounds] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:373:45: warning:inconclusive: Member variable 'CiftiNamedMapElement::m_defaultPalette' is not assigned a value in 'CiftiNamedMapElement::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:366:5: performance: Variable 'm_mapName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:368:5: performance: Variable 'm_mapMetaData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:448:5: performance: Variable 'm_labelTable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:449:5: performance: Variable 'm_userMetaData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:331:32: style: Condition 'numIndices!=rhsIndices' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:330:74: note: rhsIndices is assigned 'm_voxelIndicesIJK.size()' here. connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:330:35: note: numIndices is assigned 'm_voxelIndicesIJK.size()' here. connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:331:32: note: Condition 'numIndices!=rhsIndices' is always false connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:330:24: style:inconclusive: Same expression used in consecutive assignments of 'numIndices' and 'rhsIndices'. [duplicateAssignExpression] connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:330:63: note: Same expression used in consecutive assignments of 'numIndices' and 'rhsIndices'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLElements.cxx:330:24: note: Same expression used in consecutive assignments of 'numIndices' and 'rhsIndices'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:532:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLOld::checkSurfaceNodes' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1536:19: note: Technically the member function 'caret::CiftiXMLOld::checkSurfaceNodes' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:532:14: note: Technically the member function 'caret::CiftiXMLOld::checkSurfaceNodes' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:162:89: style:inconclusive: Function 'getSurfaceIndex' argument 2 names different: declaration 'myModel' definition 'myElement'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:513:84: note: Function 'getSurfaceIndex' argument 2 names different: declaration 'myModel' definition 'myElement'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:162:89: note: Function 'getSurfaceIndex' argument 2 names different: declaration 'myModel' definition 'myElement'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1262:85: style:inconclusive: Function 'getMapLabelTable' argument 2 names different: declaration 'myMapIndex' definition 'index'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:416:80: note: Function 'getMapLabelTable' argument 2 names different: declaration 'myMapIndex' definition 'index'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1262:85: note: Function 'getMapLabelTable' argument 2 names different: declaration 'myMapIndex' definition 'index'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1740:78: style:inconclusive: Function 'resetColumnsToTimepoints' argument 2 names different: declaration 'numTimepoints' definition 'timepoints'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:365:73: note: Function 'resetColumnsToTimepoints' argument 2 names different: declaration 'numTimepoints' definition 'timepoints'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1740:78: note: Function 'resetColumnsToTimepoints' argument 2 names different: declaration 'numTimepoints' definition 'timepoints'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1759:75: style:inconclusive: Function 'resetRowsToTimepoints' argument 2 names different: declaration 'numTimepoints' definition 'timepoints'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.h:362:70: note: Function 'resetRowsToTimepoints' argument 2 names different: declaration 'numTimepoints' definition 'timepoints'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1759:75: note: Function 'resetRowsToTimepoints' argument 2 names different: declaration 'numTimepoints' definition 'timepoints'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1565:36: error: Uninitialized variable: tempModel.m_surfaceNumberOfNodes [uninitvar] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1565:36: error: Uninitialized struct member: tempModel.m_surfaceNumberOfNodes [uninitStructMember] connectome-workbench-1.5.0/src/Cifti/CiftiXMLOld.cxx:1690:17: style: Variable 'j' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:33:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLReader::parseMetaDataElement' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:129:22: note: Technically the member function 'caret::CiftiXMLReader::parseMetaDataElement' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:33:14: note: Technically the member function 'caret::CiftiXMLReader::parseMetaDataElement' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:35:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLReader::parseLabel' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:200:22: note: Technically the member function 'caret::CiftiXMLReader::parseLabel' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:35:14: note: Technically the member function 'caret::CiftiXMLReader::parseLabel' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:42:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLReader::parseTransformationMatrixVoxelIndicesIJKtoXYZ' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:691:22: note: Technically the member function 'caret::CiftiXMLReader::parseTransformationMatrixVoxelIndicesIJKtoXYZ' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:42:14: note: Technically the member function 'caret::CiftiXMLReader::parseTransformationMatrixVoxelIndicesIJKtoXYZ' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:110:82: style:inconclusive: Function 'parseMetaData' argument 2 names different: declaration 'metaData' definition 'userMetaData'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:32:79: note: Function 'parseMetaData' argument 2 names different: declaration 'metaData' definition 'userMetaData'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:110:82: note: Function 'parseMetaData' argument 2 names different: declaration 'metaData' definition 'userMetaData'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:177:93: style:inconclusive: Function 'parseLabelTable' argument 2 names different: declaration 'labelElement' definition 'labelTable'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.h:34:86: note: Function 'parseLabelTable' argument 2 names different: declaration 'labelElement' definition 'labelTable'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:177:93: note: Function 'parseLabelTable' argument 2 names different: declaration 'labelElement' definition 'labelTable'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:342:38: style: Local variable 'attributes' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:247:26: note: Shadowed declaration connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:342:38: note: Shadow variable connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:343:22: style: Local variable 'ok' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:278:10: note: Shadowed declaration connectome-workbench-1.5.0/src/Cifti/CiftiXMLReader.cxx:343:22: note: Shadow variable connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:33:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLWriter::writeMetaDataElement' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:83:22: note: Technically the member function 'caret::CiftiXMLWriter::writeMetaDataElement' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:33:14: note: Technically the member function 'caret::CiftiXMLWriter::writeMetaDataElement' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:35:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLWriter::writeLabel' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:110:22: note: Technically the member function 'caret::CiftiXMLWriter::writeLabel' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:35:14: note: Technically the member function 'caret::CiftiXMLWriter::writeLabel' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:40:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLWriter::writeParcelNodes' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:304:22: note: Technically the member function 'caret::CiftiXMLWriter::writeParcelNodes' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:40:14: note: Technically the member function 'caret::CiftiXMLWriter::writeParcelNodes' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:43:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLWriter::getModelTypeString' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:364:22: note: Technically the member function 'caret::CiftiXMLWriter::getModelTypeString' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:43:14: note: Technically the member function 'caret::CiftiXMLWriter::getModelTypeString' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:44:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLWriter::getDataSpaceString' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:370:22: note: Technically the member function 'caret::CiftiXMLWriter::getDataSpaceString' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:44:14: note: Technically the member function 'caret::CiftiXMLWriter::getDataSpaceString' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:45:14: performance:inconclusive: Technically the member function 'caret::CiftiXMLWriter::getUnitsXYZString' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:379:22: note: Technically the member function 'caret::CiftiXMLWriter::getUnitsXYZString' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:45:14: note: Technically the member function 'caret::CiftiXMLWriter::getUnitsXYZString' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:379:44: style:inconclusive: Function 'getUnitsXYZString' argument 1 names different: declaration 'UnitsXYZ' definition 'unitsXYZ'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.h:45:36: note: Function 'getUnitsXYZString' argument 1 names different: declaration 'UnitsXYZ' definition 'unitsXYZ'. connectome-workbench-1.5.0/src/Cifti/CiftiXMLWriter.cxx:379:44: note: Function 'getUnitsXYZString' argument 1 names different: declaration 'UnitsXYZ' definition 'unitsXYZ'. connectome-workbench-1.5.0/src/Commands/CommandException.h:37:5: style: Class 'CommandException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Commands/CommandException.h:39:5: style: Class 'CommandException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Commands/CommandC11xTesting.h:37:22: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandC11xTesting.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandC11xTesting.h:39:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandC11xTesting.h:39:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassAddMember.h:37:22: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassAddMember.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassAddMember.h:39:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassAddMember.h:39:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreate.h:37:22: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreate.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreate.h:39:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreate.h:39:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreate.cxx:277:53: style:inconclusive: Function 'createHeaderFile' argument 4 names different: declaration 'ifdefName' definition 'ifndefName'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Commands/CommandClassCreate.h:57:46: note: Function 'createHeaderFile' argument 4 names different: declaration 'ifdefName' definition 'ifndefName'. connectome-workbench-1.5.0/src/Commands/CommandClassCreate.cxx:277:53: note: Function 'createHeaderFile' argument 4 names different: declaration 'ifdefName' definition 'ifndefName'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateAlgorithm.h:37:22: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreateAlgorithm.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreateAlgorithm.h:39:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreateAlgorithm.h:39:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.cxx:60:54: style:inconclusive: Function 'getIfDefNames' argument 1 names different: declaration 'className' definition 'classNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.h:50:43: note: Function 'getIfDefNames' argument 1 names different: declaration 'className' definition 'classNameIn'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.cxx:60:54: note: Function 'getIfDefNames' argument 1 names different: declaration 'className' definition 'classNameIn'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.cxx:61:48: style:inconclusive: Function 'getIfDefNames' argument 2 names different: declaration 'ifdefName' definition 'ifndefNameOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.h:51:37: note: Function 'getIfDefNames' argument 2 names different: declaration 'ifdefName' definition 'ifndefNameOut'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.cxx:61:48: note: Function 'getIfDefNames' argument 2 names different: declaration 'ifdefName' definition 'ifndefNameOut'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.cxx:62:48: style:inconclusive: Function 'getIfDefNames' argument 3 names different: declaration 'ifdefNameStaticDeclaration' definition 'ifdefNameStaticDeclarationOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.h:52:37: note: Function 'getIfDefNames' argument 3 names different: declaration 'ifdefNameStaticDeclaration' definition 'ifdefNameStaticDeclarationOut'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateBase.cxx:62:48: note: Function 'getIfDefNames' argument 3 names different: declaration 'ifdefNameStaticDeclaration' definition 'ifdefNameStaticDeclarationOut'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateEnum.h:37:22: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreateEnum.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreateEnum.h:39:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreateEnum.h:39:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreateEnum.cxx:185:57: style:inconclusive: Function 'createHeaderFile' argument 3 names different: declaration 'ifdefName' definition 'ifndefName'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Commands/CommandClassCreateEnum.h:49:46: note: Function 'createHeaderFile' argument 3 names different: declaration 'ifdefName' definition 'ifndefName'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateEnum.cxx:185:57: note: Function 'createHeaderFile' argument 3 names different: declaration 'ifdefName' definition 'ifndefName'. connectome-workbench-1.5.0/src/Commands/CommandClassCreateOperation.h:37:22: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreateOperation.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandClassCreateOperation.h:39:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandClassCreateOperation.h:39:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:75:9: style: Class 'CommandParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Commands/CommandParser.h:76:14: style: The function 'disableProvenance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:67:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:76:14: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:77:14: style: The function 'setCiftiOutputDTypeAndScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:44:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:77:14: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:78:14: style: The function 'setCiftiOutputDTypeNoScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:46:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:78:14: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:79:14: style: The function 'setVolumeOutputDTypeAndScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:79:14: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:80:14: style: The function 'setVolumeOutputDTypeNoScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:80:14: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:81:14: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:81:14: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:83:17: style: The function 'doCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:52:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:83:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:84:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:84:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandParser.h:85:14: style: The function 'takesParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandParser.h:85:14: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandUnitTest.h:37:22: style: The function 'executeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:65:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandUnitTest.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandUnitTest.h:39:17: style: The function 'getHelpInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:85:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandUnitTest.h:39:17: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandUnitTest.h:41:22: style: The function 'takesParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Commands/CommandOperation.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Commands/CommandUnitTest.h:41:22: note: Function in derived class connectome-workbench-1.5.0/src/Commands/CommandOperationManager.cxx:904:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Commands/CommandOperationManager.cxx:941:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Commands/CommandOperationManager.cxx:989:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Commands/CommandOperationManager.cxx:1154:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Commands/CommandOperationManager.cxx:1166:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Commands/CommandOperationManager.cxx:1356:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:55:16: warning: Member variable 'CommandParser::m_minIndent' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:55:16: warning: Member variable 'CommandParser::m_maxIndent' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:55:16: warning: Member variable 'CommandParser::m_indentIncrement' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:55:16: warning: Member variable 'CommandParser::m_maxWidth' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:191:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:202:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:206:35: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:226:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:260:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:271:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:275:34: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:295:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:306:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:310:34: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:330:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:354:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:364:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:368:34: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:388:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:412:22: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:480:57: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:486:53: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:494:51: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:500:52: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:506:53: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:512:54: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:518:53: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:909:38: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:954:39: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:960:37: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:966:38: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:972:39: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:978:40: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:984:39: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1013:48: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1055:91: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1059:39: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1065:38: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1071:98: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1074:91: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1078:37: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1084:38: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1090:39: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1095:90: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1099:40: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1105:39: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:583:63: style:inconclusive: Function 'parseRemainingOptions' argument 1 names different: declaration 'myAlgParams' definition 'myComponent'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Commands/CommandParser.h:58:56: note: Function 'parseRemainingOptions' argument 1 names different: declaration 'myAlgParams' definition 'myComponent'. connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:583:63: note: Function 'parseRemainingOptions' argument 1 names different: declaration 'myAlgParams' definition 'myComponent'. connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1155:71: style:inconclusive: Function 'addHelpOptions' argument 2 names different: declaration 'myAlgParams' definition 'myComponent'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Commands/CommandParser.h:65:64: note: Function 'addHelpOptions' argument 2 names different: declaration 'myAlgParams' definition 'myComponent'. connectome-workbench-1.5.0/src/Commands/CommandParser.cxx:1155:71: note: Function 'addHelpOptions' argument 2 names different: declaration 'myAlgParams' definition 'myComponent'. connectome-workbench-1.5.0/src/Common/AString.h:36:9: style: Class 'AString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/AString.h:38:9: style: Class 'AString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/AString.h:39:9: style: Class 'AString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/AString.h:41:9: style: Class 'AString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/AString.h:42:9: style: Class 'AString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/AString.h:43:9: style: Class 'AString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/AString.h:44:9: style: Class 'AString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretObject.h:59:9: style: Class 'CaretObjectInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretException.h:38:5: style: Class 'CaretException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/Logger.h:127:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/Logger.h:127:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/AString.cxx:566:22: style: The scope of the variable 'urlStart' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/AString.cxx:965:62: style:inconclusive: Function 'findLongestCommonPrefix' argument 1 names different: declaration 'v' definition 'stringVector'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/AString.h:106:76: note: Function 'findLongestCommonPrefix' argument 1 names different: declaration 'v' definition 'stringVector'. connectome-workbench-1.5.0/src/Common/AString.cxx:965:62: note: Function 'findLongestCommonPrefix' argument 1 names different: declaration 'v' definition 'stringVector'. connectome-workbench-1.5.0/src/Common/AString.cxx:982:32: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/AStringNaturalComparison.h:55:13: style: Class 'StringParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/AStringNaturalComparison.cxx:246:25: style: Local variable 'nextChar' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Common/AStringNaturalComparison.h:57:21: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/AStringNaturalComparison.cxx:246:25: note: Shadow variable connectome-workbench-1.5.0/src/Common/ApplicationTypeEnum.cxx:183:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ApplicationTypeEnum.cxx:236:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ApplicationTypeEnum.cxx:289:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ApplicationTypeEnum.cxx:323:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ApplicationTypeEnum.cxx:345:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ApplicationTypeEnum.cxx:371:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorBackgroundWindow' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorForegroundWindow' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorForegroundAll' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorBackgroundAll' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorForegroundChart' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorBackgroundChart' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorForegroundSurface' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorBackgroundSurface' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorForegroundVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorBackgroundVolume' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorChartMatrixGridLines' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorChartHistogramThreshold' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorForegroundMedia' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:40:32: warning: Member variable 'BackgroundAndForegroundColors::m_colorBackgroundMedia' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:110:14: performance:inconclusive: Technically the member function 'caret::BackgroundAndForegroundColors::setColor' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:640:32: note: Technically the member function 'caret::BackgroundAndForegroundColors::setColor' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:110:14: note: Technically the member function 'caret::BackgroundAndForegroundColors::setColor' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:324:66: style:inconclusive: Function 'getColorBackgroundAllView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:60:48: note: Function 'getColorBackgroundAllView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:324:66: note: Function 'getColorBackgroundAllView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:338:72: style:inconclusive: Function 'setColorBackgroundAllView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:62:54: note: Function 'setColorBackgroundAllView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:338:72: note: Function 'setColorBackgroundAllView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:381:68: style:inconclusive: Function 'getColorBackgroundChartView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:69:50: note: Function 'getColorBackgroundChartView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:381:68: note: Function 'getColorBackgroundChartView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:395:74: style:inconclusive: Function 'setColorBackgroundChartView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:71:56: note: Function 'setColorBackgroundChartView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:395:74: note: Function 'setColorBackgroundChartView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:438:70: style:inconclusive: Function 'getColorBackgroundSurfaceView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:78:52: note: Function 'getColorBackgroundSurfaceView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:438:70: note: Function 'getColorBackgroundSurfaceView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:452:76: style:inconclusive: Function 'setColorBackgroundSurfaceView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:80:58: note: Function 'setColorBackgroundSurfaceView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:452:76: note: Function 'setColorBackgroundSurfaceView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:494:69: style:inconclusive: Function 'getColorBackgroundVolumeView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:87:51: note: Function 'getColorBackgroundVolumeView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:494:69: note: Function 'getColorBackgroundVolumeView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:508:75: style:inconclusive: Function 'setColorBackgroundVolumeView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:89:57: note: Function 'setColorBackgroundVolumeView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:508:75: note: Function 'setColorBackgroundVolumeView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:550:72: style:inconclusive: Function 'getColorChartHistogramThreshold' argument 1 names different: declaration 'colorChartMatrixGridLines' definition 'colorChartHistogramThreshold'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:95:54: note: Function 'getColorChartHistogramThreshold' argument 1 names different: declaration 'colorChartMatrixGridLines' definition 'colorChartHistogramThreshold'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:550:72: note: Function 'getColorChartHistogramThreshold' argument 1 names different: declaration 'colorChartMatrixGridLines' definition 'colorChartHistogramThreshold'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:564:78: style:inconclusive: Function 'setColorChartHistogramThreshold' argument 1 names different: declaration 'colorChartMatrixGridLines' definition 'colorChartHistogramThreshold'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:97:60: note: Function 'setColorChartHistogramThreshold' argument 1 names different: declaration 'colorChartMatrixGridLines' definition 'colorChartHistogramThreshold'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:564:78: note: Function 'setColorChartHistogramThreshold' argument 1 names different: declaration 'colorChartMatrixGridLines' definition 'colorChartHistogramThreshold'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:606:68: style:inconclusive: Function 'getColorBackgroundMediaView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:103:50: note: Function 'getColorBackgroundMediaView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:606:68: note: Function 'getColorBackgroundMediaView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:620:74: style:inconclusive: Function 'setColorBackgroundMediaView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.h:105:56: note: Function 'setColorBackgroundMediaView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColors.cxx:620:74: note: Function 'setColorBackgroundMediaView' argument 1 names different: declaration 'colorForeground' definition 'colorBackground'. connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColorsModeEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColorsModeEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColorsModeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColorsModeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColorsModeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/BackgroundAndForegroundColorsModeEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/BoundingBox.h:145:10: performance:inconclusive: Technically the member function 'caret::BoundingBox::initializeMembersBoundingBox' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/BoundingBox.cxx:97:14: note: Technically the member function 'caret::BoundingBox::initializeMembersBoundingBox' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/BoundingBox.h:145:10: note: Technically the member function 'caret::BoundingBox::initializeMembersBoundingBox' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/BoundingBox.h:41:5: style: Class 'BoundingBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/BoundingBox.h:142:13: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/BoundingBox.h:142:13: note: Function in derived class connectome-workbench-1.5.0/src/Common/BoundingBox.cxx:77:43: style:inconclusive: Function 'operator=' argument 1 names different: declaration 'co' definition 'bb'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/BoundingBox.h:45:47: note: Function 'operator=' argument 1 names different: declaration 'co' definition 'bb'. connectome-workbench-1.5.0/src/Common/BoundingBox.cxx:77:43: note: Function 'operator=' argument 1 names different: declaration 'co' definition 'bb'. connectome-workbench-1.5.0/src/Common/ByteOrderEnum.h:63:10: style: Unused private function: 'ByteOrderEnum::getEnum' [unusedPrivateFunction] connectome-workbench-1.5.0/src/Common/ByteOrderEnum.h:65:13: style: Unused private function: 'ByteOrderEnum::getName' [unusedPrivateFunction] connectome-workbench-1.5.0/src/Common/ByteOrderEnum.h:79:33: style: Unused private function: 'ByteOrderEnum::findData' [unusedPrivateFunction] connectome-workbench-1.5.0/src/Common/ByteOrderEnum.cxx:104:12: style: Condition '*c==0x01' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Common/ByteOrderEnum.cxx:100:23: note: Assignment 'intVal=0x00000001', assigned value is 1 connectome-workbench-1.5.0/src/Common/ByteOrderEnum.cxx:104:12: note: Condition '*c==0x01' is always true connectome-workbench-1.5.0/src/Common/ByteOrderEnum.cxx:164:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ByteOrderEnum.cxx:195:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ByteSwapping.cxx:44:14: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Common/ByteSwapping.cxx:71:14: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Common/ByteSwapping.cxx:106:14: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Common/ByteSwapping.cxx:115:14: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Common/ByteSwapping.cxx:124:14: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Common/ByteSwapping.cxx:115:14: portability: Casting from float * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] connectome-workbench-1.5.0/src/Common/ByteSwapping.cxx:124:14: portability: Casting from double * to signed long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] connectome-workbench-1.5.0/src/Common/CardinalDirectionEnum.cxx:216:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CardinalDirectionEnum.cxx:284:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CardinalDirectionEnum.cxx:337:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CardinalDirectionEnum.cxx:375:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CardinalDirectionEnum.cxx:407:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CardinalDirectionEnum.cxx:432:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CardinalDirectionEnum.cxx:458:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretAssertion.cxx:469:5: style: Same expression on both sides of '>='. [duplicateExpression] connectome-workbench-1.5.0/src/Common/CaretAssertion.cxx:508:46: warning: Function 'unitTestHelper' argument order different: declaration 'stream, testOutput, testName, correctTestStatus, isVerbose' definition 'stream, testName, testOutput, correctTestStatus, isVerbose' [funcArgOrderDifferent] connectome-workbench-1.5.0/src/Common/CaretAssertion.h:92:46: note: Function 'unitTestHelper' argument order different: declaration 'stream, testOutput, testName, correctTestStatus, isVerbose' definition 'stream, testName, testOutput, correctTestStatus, isVerbose' connectome-workbench-1.5.0/src/Common/CaretAssertion.cxx:508:46: note: Function 'unitTestHelper' argument order different: declaration 'stream, testOutput, testName, correctTestStatus, isVerbose' definition 'stream, testName, testOutput, correctTestStatus, isVerbose' connectome-workbench-1.5.0/src/Common/CaretPointer.h:105:13: warning: Member variable 'CaretArrayBase::m_size' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretPointer.h:647:20: warning:inconclusive: Member variable 'CaretArray::m_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:46:9: warning:inconclusive: Member variable 'CaretBinaryFile::m_curMode' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretPointer.h:344:22: warning:inconclusive: Member variable 'CaretPointer < ImplInterface >::m_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/CaretPointer.h:395:39: warning:inconclusive: Member variable 'CaretPointer < ImplInterface >::m_mutex' is not assigned a value in 'CaretPointer < ImplInterface >::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Common/CaretPointer.h:64:13: warning: Member variable 'CaretPointerCommon < ImplInterface >::m_pointer' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:52:14: style:inconclusive: Technically the member function 'caret::CaretBinaryFile::getOpenForRead' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:104:23: note: Technically the member function 'caret::CaretBinaryFile::getOpenForRead' can be const. connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:52:14: note: Technically the member function 'caret::CaretBinaryFile::getOpenForRead' can be const. connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:53:14: style:inconclusive: Technically the member function 'caret::CaretBinaryFile::getOpenForWrite' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:109:23: note: Technically the member function 'caret::CaretBinaryFile::getOpenForWrite' can be const. connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:53:14: note: Technically the member function 'caret::CaretBinaryFile::getOpenForWrite' can be const. connectome-workbench-1.5.0/src/Common/CaretPointer.h:354:13: warning: Value of pointer 'm_share', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying] connectome-workbench-1.5.0/src/Common/CaretMutex.h:63:9: style: Class 'CaretMutex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretMutex.h:71:9: style: Class 'CaretMutexLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:185:9: style: Class 'CaretArrayNonsync' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:209:9: style: Class 'CaretArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:48:9: style: Class 'CaretBinaryFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/DataFileException.h:40:5: style: Class 'DataFileException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/DataFileException.h:42:5: style: Class 'DataFileException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:160:9: style: Class 'CaretPointer < ImplInterface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:70:14: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:65:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:70:14: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:71:14: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:67:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:71:14: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:72:17: style: The function 'pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:68:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:72:17: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:73:17: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:69:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:73:17: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:74:14: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:70:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:74:14: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:75:14: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.h:71:26: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:75:14: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:333:32: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:367:35: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:363:13: style: The scope of the variable 'writeret' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/CaretPointer.h:270:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:271:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:283:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:284:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:297:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:298:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:362:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:368:37: style: Variable 'locked2' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:415:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:562:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:563:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:564:21: style: Variable 'temp.m_size' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:578:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:579:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:580:21: style: Variable 'temp.m_size' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:631:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:638:37: style: Variable 'locked2' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:649:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:656:37: style: Variable 'locked2' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:720:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:721:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:722:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:723:21: style: Variable 'temp.m_size' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:737:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:738:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:739:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:740:21: style: Variable 'temp.m_size' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:753:36: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:770:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:781:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretBinaryFile.cxx:363:22: style: Variable 'writeret' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:346:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:352:37: style: Variable 'locked2' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:401:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:402:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:403:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:416:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:417:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:430:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:431:22: style: Variable 'temp.m_share' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:432:24: style: Variable 'temp.m_pointer' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:443:36: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:460:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointer.h:471:32: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretColor.h:72:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretColor.h:72:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretColor.cxx:360:43: style:inconclusive: Function 'decodeFromJson' argument 1 names different: declaration 'xml' definition 'text'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/CaretColor.h:62:44: note: Function 'decodeFromJson' argument 1 names different: declaration 'xml' definition 'text'. connectome-workbench-1.5.0/src/Common/CaretColor.cxx:360:43: note: Function 'decodeFromJson' argument 1 names different: declaration 'xml' definition 'text'. connectome-workbench-1.5.0/src/Common/CaretColorEnum.cxx:504:5: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove] connectome-workbench-1.5.0/src/Common/CaretColorEnum.cxx:505:5: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove] connectome-workbench-1.5.0/src/Common/CaretColorEnum.cxx:275:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretColorEnum.cxx:384:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretColorEnum.cxx:437:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretColorEnum.cxx:532:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ProgramParametersException.h:40:5: style: Class 'ProgramParametersException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/ProgramParametersException.h:42:5: style: Class 'ProgramParametersException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:344:22: warning:inconclusive: Member variable 'CaretPointer < QFile >::m_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/CaretPointer.h:395:39: warning:inconclusive: Member variable 'CaretPointer < QFile >::m_mutex' is not assigned a value in 'CaretPointer < QFile >::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Common/CaretPointer.h:64:13: warning: Member variable 'CaretPointerCommon < QFile >::m_pointer' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/NetworkException.h:36:9: style: Class 'NetworkException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/NetworkException.h:38:9: style: Class 'NetworkException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:160:9: style: Class 'CaretPointer < QFile >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretHttpManager.cxx:264:10: style: The scope of the variable 'first' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/CaretHttpManager.cxx:286:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretHttpManager.cxx:304:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretMathExpression.h:61:9: warning: Member variable 'MathNode::m_constVal' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretMathExpression.h:61:9: warning: Member variable 'MathNode::m_varIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretMathExpression.h:62:9: warning: Member variable 'MathNode::m_constVal' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretMathExpression.h:62:9: warning: Member variable 'MathNode::m_varIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretPointer.h:344:22: warning:inconclusive: Member variable 'CaretPointer < CaretMathExpression :: MathNode >::m_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/CaretPointer.h:395:39: warning:inconclusive: Member variable 'CaretPointer < CaretMathExpression :: MathNode >::m_mutex' is not assigned a value in 'CaretPointer < CaretMathExpression :: MathNode >::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Common/CaretPointer.h:64:13: warning: Member variable 'CaretPointerCommon < CaretMathExpression :: MathNode >::m_pointer' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretMathExpression.cxx:33:5: performance: Variable 'm_input' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Common/CaretMathExpression.h:88:5: style: Class 'CaretMathExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretMathExpression.h:62:9: style: Struct 'MathNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:160:9: style: Class 'CaretPointer < CaretMathExpression :: MathNode >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretObject.cxx:170:5: performance: Variable 'm_backtrace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Common/CaretObject.h:65:10: performance:inconclusive: Technically the member function 'caret::CaretObject::copyHelper' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/CaretObject.cxx:94:14: note: Technically the member function 'caret::CaretObject::copyHelper' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/CaretObject.h:65:10: note: Technically the member function 'caret::CaretObject::copyHelper' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/CaretObject.cxx:62:20: style: Checking if unsigned expression 'numDeleted' is less than zero. [unsignedLessThanZero] connectome-workbench-1.5.0/src/Common/CaretObject.cxx:45:45: style:inconclusive: Function 'CaretObject' argument 1 names different: declaration 'o' definition 'co'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/CaretObject.h:38:36: note: Function 'CaretObject' argument 1 names different: declaration 'o' definition 'co'. connectome-workbench-1.5.0/src/Common/CaretObject.cxx:45:45: note: Function 'CaretObject' argument 1 names different: declaration 'o' definition 'co'. connectome-workbench-1.5.0/src/Common/CaretObject.cxx:139:66: error: Iterators of different containers 'CaretObject::allocatedObjects' and 'allocatedObjects' are used together. [mismatchingContainers] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:118:18: style: The function 'setModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:89:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:118:18: note: Function in derived class connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:123:18: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:94:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:123:18: note: Function in derived class connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:129:18: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:100:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:129:18: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:41:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:41:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:43:22: style: The function 'setModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:89:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:43:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:45:22: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:94:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:47:22: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:100:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretHeap.h:40:13: warning: Member variable 'DataStruct::m_index' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/OctTree.h:87:13: warning: Member variable 'Oct < LeafVector < Point > >::m_bounds' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/OctTree.h:87:13: warning: Member variable 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::m_bounds' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretPointLocator.h:62:17: performance: Variable 'm_point' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Common/CaretHeap.h:49:21: performance:inconclusive: Technically the member function 'caret::CaretHeapBase::compare' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/CaretHeap.h:101:21: performance:inconclusive: Technically the member function 'CaretSimpleHeapBase < caret :: Oct < caret :: LeafVector < Point > > * , K , caret :: CaretSimpleMinHeap < caret :: Oct < caret :: LeafVector < Point > > * , K > >::compare' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/OctTree.h:52:14: style:inconclusive: Technically the member function 'Oct < LeafVector < Point > >::lineIntersects' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:269:18: note: Technically the member function 'Oct < LeafVector < Point > >::lineIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:52:14: note: Technically the member function 'Oct < LeafVector < Point > >::lineIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:53:14: style:inconclusive: Technically the member function 'Oct < LeafVector < Point > >::rayIntersects' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:307:18: note: Technically the member function 'Oct < LeafVector < Point > >::rayIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:53:14: note: Technically the member function 'Oct < LeafVector < Point > >::rayIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:54:14: style:inconclusive: Technically the member function 'Oct < LeafVector < Point > >::lineSegmentIntersects' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:345:18: note: Technically the member function 'Oct < LeafVector < Point > >::lineSegmentIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:54:14: note: Technically the member function 'Oct < LeafVector < Point > >::lineSegmentIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:55:14: style:inconclusive: Technically the member function 'Oct < LeafVector < Point > >::pointInside' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:383:18: note: Technically the member function 'Oct < LeafVector < Point > >::pointInside' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:55:14: note: Technically the member function 'Oct < LeafVector < Point > >::pointInside' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:56:14: style:inconclusive: Technically the member function 'Oct < LeafVector < Point > >::boundsOverlaps' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:393:18: note: Technically the member function 'Oct < LeafVector < Point > >::boundsOverlaps' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:56:14: note: Technically the member function 'Oct < LeafVector < Point > >::boundsOverlaps' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:52:14: style:inconclusive: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::lineIntersects' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:269:18: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::lineIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:52:14: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::lineIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:53:14: style:inconclusive: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::rayIntersects' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:307:18: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::rayIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:53:14: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::rayIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:54:14: style:inconclusive: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::lineSegmentIntersects' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:345:18: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::lineSegmentIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:54:14: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::lineSegmentIntersects' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:55:14: style:inconclusive: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::pointInside' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:383:18: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::pointInside' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:55:14: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::pointInside' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:56:14: style:inconclusive: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::boundsOverlaps' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/OctTree.h:393:18: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::boundsOverlaps' can be const. connectome-workbench-1.5.0/src/Common/OctTree.h:56:14: note: Technically the member function 'Oct < caret :: LeafVector < CaretPointLocator :: Point > >::boundsOverlaps' can be const. connectome-workbench-1.5.0/src/Common/CaretPointLocator.cxx:121:9: warning: Class 'CaretPointLocator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] connectome-workbench-1.5.0/src/Common/CaretPointLocator.cxx:121:9: warning: Class 'CaretPointLocator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] connectome-workbench-1.5.0/src/Common/OctTree.h:66:24: warning: Struct 'LeafVector < Point >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] connectome-workbench-1.5.0/src/Common/OctTree.h:66:24: warning: Struct 'LeafVector < Point >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] connectome-workbench-1.5.0/src/Common/OctTree.h:66:24: warning: Struct 'LeafVector < CaretPointLocator :: Point >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] connectome-workbench-1.5.0/src/Common/OctTree.h:66:24: warning: Struct 'LeafVector < CaretPointLocator :: Point >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] connectome-workbench-1.5.0/src/Common/Vector3D.h:44:9: style: Class 'Vector3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointLocator.h:82:9: style: Class 'CaretPointLocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointLocator.cxx:37:22: style: Same expression used in consecutive assignments of 'minBox' and 'maxBox'. [duplicateAssignExpression] connectome-workbench-1.5.0/src/Common/CaretPointLocator.cxx:37:52: note: Same expression used in consecutive assignments of 'minBox' and 'maxBox'. connectome-workbench-1.5.0/src/Common/CaretPointLocator.cxx:37:22: note: Same expression used in consecutive assignments of 'minBox' and 'maxBox'. connectome-workbench-1.5.0/src/Common/CaretPointLocator.h:82:52: performance: Function parameter 'coordsIn' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Common/CaretPointLocator.h:85:54: performance: Function parameter 'coordsIn' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Common/CaretPointLocator.cxx:75:28: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPointLocator.cxx:367:28: style: Variable 'locked' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/CaretPreferences.h:61:39: style:inconclusive: Technically the member function 'caret::CaretPreferences::getUserBackgroundAndForegroundColors' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:972:19: note: Technically the member function 'caret::CaretPreferences::getUserBackgroundAndForegroundColors' can be const. connectome-workbench-1.5.0/src/Common/CaretPreferences.h:61:39: note: Technically the member function 'caret::CaretPreferences::getUserBackgroundAndForegroundColors' can be const. connectome-workbench-1.5.0/src/Common/CaretPreferences.h:166:14: style:inconclusive: Technically the member function 'caret::CaretPreferences::getAnimationStartTime' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:2118:24: note: Technically the member function 'caret::CaretPreferences::getAnimationStartTime' can be const. connectome-workbench-1.5.0/src/Common/CaretPreferences.h:166:14: note: Technically the member function 'caret::CaretPreferences::getAnimationStartTime' can be const. connectome-workbench-1.5.0/src/Common/CaretPreferences.h:217:14: style:inconclusive: Technically the member function 'caret::CaretPreferences::isRemoteFilePasswordSaved' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:1282:19: note: Technically the member function 'caret::CaretPreferences::isRemoteFilePasswordSaved' can be const. connectome-workbench-1.5.0/src/Common/CaretPreferences.h:217:14: note: Technically the member function 'caret::CaretPreferences::isRemoteFilePasswordSaved' can be const. connectome-workbench-1.5.0/src/Common/CaretPreferences.h:344:17: performance:inconclusive: Technically the member function 'caret::CaretPreferences::getPaletteKey' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:2818:19: note: Technically the member function 'caret::CaretPreferences::getPaletteKey' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/CaretPreferences.h:344:17: note: Technically the member function 'caret::CaretPreferences::getPaletteKey' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/FileInformation.h:37:9: style: Class 'FileInformation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.h:41:9: style: Class 'TileTabsLayoutGridConfiguration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/WuQMacroGroup.h:40:9: style: Class 'WuQMacroGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPreferences.h:303:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretPreferences.h:303:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/FileInformation.h:125:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/FileInformation.h:125:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/ModelTransform.h:115:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/ModelTransform.h:115:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/RecentFileItem.h:89:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:41:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/RecentFileItem.h:89:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/RecentFileItemsContainer.h:89:22: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:47:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/RecentFileItemsContainer.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/RecentFileItemsContainer.h:91:22: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/RecentFileItemsContainer.h:91:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/RecentFileItemsContainer.h:95:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObjectTracksModification.h:41:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/RecentFileItemsContainer.h:95:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/RecentFileItemsFilter.h:78:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/RecentFileItemsFilter.h:78:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnElement.h:66:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnElement.h:66:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:637:13: style: Condition 'testFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:636:29: note: Assignment 'testFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:637:13: note: Condition 'testFlag' is always false connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:1960:9: style: Condition 'readObsoleteFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:1959:33: note: Assignment 'readObsoleteFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:1960:9: note: Condition 'readObsoleteFlag' is always false connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:1118:16: style: Redundant initialization for 'drawMethod'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:1113:46: note: drawMethod is initialized connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:1118:16: note: drawMethod is overwritten connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:638:21: style: Local variable 'errorMessage' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:626:17: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:638:21: note: Shadow variable connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:650:34: style: Local variable 'i' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:623:14: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:650:34: note: Shadow variable connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:274:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:292:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:348:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:376:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:402:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:754:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:778:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:891:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPreferences.cxx:928:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretResult.h:80:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretResult.h:80:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/DataFile.h:52:25: style: The function 'getFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFileInterface.h:59:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DataFile.h:52:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/DataFile.h:56:22: style: The function 'setFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFileInterface.h:67:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DataFile.h:56:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/DataFile.h:70:22: style: The function 'readFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFileInterface.h:77:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DataFile.h:70:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/DataFile.h:80:22: style: The function 'writeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFileInterface.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DataFile.h:80:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/DataFile.h:82:22: style: The function 'setModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:89:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DataFile.h:82:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/DataFile.h:84:22: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:94:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DataFile.h:84:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/DataFile.h:86:22: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/TracksModificationInterface.h:100:18: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DataFile.h:86:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:37:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:88:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:37:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:39:22: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFileInterface.h:52:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:39:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:41:25: style: The function 'getFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:52:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:41:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:43:25: style: The function 'getFileNameNoPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:54:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:43:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:45:22: style: The function 'setFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:56:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:47:22: style: The function 'readFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:49:22: style: The function 'writeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:80:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/CaretTemporaryFile.h:49:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:211:27: style: Local variable 'undoCommand' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Common/CaretUndoStack.h:131:22: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:211:27: note: Shadow variable connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:342:31: style: Local variable 'command' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Common/CaretUndoStack.h:99:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:342:31: note: Shadow variable connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:397:27: style: Local variable 'command' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Common/CaretUndoStack.h:99:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:397:27: note: Shadow variable connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:489:27: style: Local variable 'command' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Common/CaretUndoStack.h:99:33: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:489:27: note: Shadow variable connectome-workbench-1.5.0/src/Common/CaretUndoStack.cxx:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretUnitsTypeEnum.cxx:193:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretUnitsTypeEnum.cxx:246:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretUnitsTypeEnum.cxx:299:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretUnitsTypeEnum.cxx:333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretUnitsTypeEnum.cxx:355:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretUnitsTypeEnum.cxx:381:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ColorFunctions.cxx:54:9: style: Struct 'Vector2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/ConnectivityCorrelation.h:81:9: style: Class 'ConnectivityCorrelation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CubicSpline.cxx:26:14: warning: Member variable 'CubicSpline::m_weights' is not initialized in the constructor. [uninitMemberVarPrivate] connectome-workbench-1.5.0/src/Common/CubicSpline.h:45:22: style:inconclusive: Technically the member function 'caret::CubicSpline::evalLowEdge' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/CubicSpline.h:51:22: style:inconclusive: Technically the member function 'caret::CubicSpline::evalHighEdge' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/CubicSpline.h:57:22: style:inconclusive: Technically the member function 'caret::CubicSpline::evalBothEdge' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/DataCompressZLib.h:62:17: performance:inconclusive: Technically the member function 'caret::DataCompressZLib::getMaximumCompressionSpace' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/DataCompressZLib.cxx:115:19: note: Technically the member function 'caret::DataCompressZLib::getMaximumCompressionSpace' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/DataCompressZLib.h:62:17: note: Technically the member function 'caret::DataCompressZLib::getMaximumCompressionSpace' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/DataCompressZLib.h:69:13: style:inconclusive: Technically the member function 'caret::DataCompressZLib::getCompressionLevel' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/DataCompressZLib.cxx:52:19: note: Technically the member function 'caret::DataCompressZLib::getCompressionLevel' can be const. connectome-workbench-1.5.0/src/Common/DataCompressZLib.h:69:13: note: Technically the member function 'caret::DataCompressZLib::getCompressionLevel' can be const. connectome-workbench-1.5.0/src/Common/DataCompressZLib.cxx:89:50: style:inconclusive: Function 'uncompressData' argument 4 names different: declaration 'uncompressedSiz' definition 'uncompressedSize'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/DataCompressZLib.h:81:43: note: Function 'uncompressData' argument 4 names different: declaration 'uncompressedSiz' definition 'uncompressedSize'. connectome-workbench-1.5.0/src/Common/DataCompressZLib.cxx:89:50: note: Function 'uncompressData' argument 4 names different: declaration 'uncompressedSiz' definition 'uncompressedSize'. connectome-workbench-1.5.0/src/Common/DataFile.h:92:14: performance:inconclusive: Technically the member function 'caret::DataFile::checkFileReadability' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/DataFile.cxx:244:11: note: Technically the member function 'caret::DataFile::checkFileReadability' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/DataFile.h:92:14: note: Technically the member function 'caret::DataFile::checkFileReadability' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/DataFile.h:94:14: performance:inconclusive: Technically the member function 'caret::DataFile::checkFileWritability' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/DataFile.cxx:281:11: note: Technically the member function 'caret::DataFile::checkFileWritability' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/DataFile.h:94:14: note: Technically the member function 'caret::DataFile::checkFileWritability' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/DataFile.cxx:54:36: style:inconclusive: Function 'DataFile' argument 1 names different: declaration 's' definition 'df'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/DataFile.h:45:34: note: Function 'DataFile' argument 1 names different: declaration 's' definition 'df'. connectome-workbench-1.5.0/src/Common/DataFile.cxx:54:36: note: Function 'DataFile' argument 1 names different: declaration 's' definition 'df'. connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:412:43: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.h:121:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:412:43: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:825:60: style:inconclusive: Function 'addFileExtensionIfMissing' argument 1 names different: declaration 'filename' definition 'filenameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.h:166:61: note: Function 'addFileExtensionIfMissing' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:825:60: note: Function 'addFileExtensionIfMissing' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:1170:16: style: Variable 'ext' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:1289:16: style: Variable 'extension' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:664:19: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:434:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:533:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:586:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:732:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:839:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:911:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:941:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:946:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:993:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DataFileTypeEnum.cxx:1148:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:54:24: warning: Member variable 'DescriptiveStatistics::m_lastInputMostPositiveValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:54:24: warning: Member variable 'DescriptiveStatistics::m_lastInputLeastPositiveValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:54:24: warning: Member variable 'DescriptiveStatistics::m_lastInputLeastNegativeValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:54:24: warning: Member variable 'DescriptiveStatistics::m_lastInputMostNegativeValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:54:24: warning: Member variable 'DescriptiveStatistics::m_lastInputIncludeZeroValues' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.h:34:9: style: Class 'DescriptiveStatistics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.h:141:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.h:141:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:177:44: style:inconclusive: Function 'update' argument 1 names different: declaration 'values' definition 'valuesIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.h:41:34: note: Function 'update' argument 1 names different: declaration 'values' definition 'valuesIn'. connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:177:44: note: Function 'update' argument 1 names different: declaration 'values' definition 'valuesIn'. connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:178:45: style:inconclusive: Function 'update' argument 2 names different: declaration 'numberOfValues' definition 'numberOfValuesIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.h:42:35: note: Function 'update' argument 2 names different: declaration 'numberOfValues' definition 'numberOfValuesIn'. connectome-workbench-1.5.0/src/Common/DescriptiveStatistics.cxx:178:45: note: Function 'update' argument 2 names different: declaration 'numberOfValues' definition 'numberOfValuesIn'. connectome-workbench-1.5.0/src/Common/DeveloperFlagsEnum.cxx:229:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DeveloperFlagsEnum.cxx:282:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DeveloperFlagsEnum.cxx:335:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DeveloperFlagsEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DeveloperFlagsEnum.cxx:391:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DeveloperFlagsEnum.cxx:417:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupAndTabItemInterface.cxx:135:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupAndTabItemInterface.cxx:178:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupAndTabItemInterface.cxx:270:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupEnum.cxx:164:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupEnum.cxx:217:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupEnum.cxx:270:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupEnum.cxx:304:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupEnum.cxx:325:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupEnum.cxx:349:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/DisplayGroupEnum.cxx:375:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ElapsedTimer.h:67:14: style:inconclusive: Technically the member function 'caret::ElapsedTimer::printSeconds' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/ElapsedTimer.cxx:133:15: note: Technically the member function 'caret::ElapsedTimer::printSeconds' can be const. connectome-workbench-1.5.0/src/Common/ElapsedTimer.h:67:14: note: Technically the member function 'caret::ElapsedTimer::printSeconds' can be const. connectome-workbench-1.5.0/src/Common/ElapsedTimer.h:75:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/ElapsedTimer.h:75:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/Event.h:56:9: style: Class 'Event' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/Event.h:49:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/Event.h:49:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/EventAlertUser.h:34:9: style: Class 'EventAlertUser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/EventBrowserTabNewClone.h:39:9: style: Class 'EventBrowserTabNewClone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/EventBrowserTabReopenClosed.cxx:42:30: warning: Member variable 'EventBrowserTabReopenClosed::m_tabIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventBrowserTabSelectInWindow.h:37:9: style: Class 'EventBrowserTabSelectInWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/EventGetViewportSize.cxx:66:23: warning: Member variable 'EventGetViewportSize::m_viewport' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventGetViewportSize.h:47:9: style: Class 'EventGetViewportSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/SpacerTabIndex.h:78:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/SpacerTabIndex.h:78:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/EventManager.cxx:524:52: style:inconclusive: Function 'blockEvent' argument 1 names different: declaration 'eventToBlock' definition 'eventType'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/EventManager.h:92:51: note: Function 'blockEvent' argument 1 names different: declaration 'eventToBlock' definition 'eventType'. connectome-workbench-1.5.0/src/Common/EventManager.cxx:524:52: note: Function 'blockEvent' argument 1 names different: declaration 'eventToBlock' definition 'eventType'. connectome-workbench-1.5.0/src/Common/EventManager.cxx:311:23: style: Local variable 'eventNumberString' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Common/EventManager.cxx:274:19: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/EventManager.cxx:311:23: note: Shadow variable connectome-workbench-1.5.0/src/Common/EventPaletteGetByName.h:36:9: style: Class 'EventPaletteGetByName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:54:22: warning: Member variable 'EventProgressUpdate::m_textUpdate' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:54:22: warning: Member variable 'EventProgressUpdate::m_amountUpdate' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:54:22: warning: Member variable 'EventProgressUpdate::m_finished' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:54:22: warning: Member variable 'EventProgressUpdate::m_starting' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:54:22: warning: Member variable 'EventProgressUpdate::m_whichObject' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:78:22: warning: Member variable 'EventProgressUpdate::m_textUpdate' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:78:22: warning: Member variable 'EventProgressUpdate::m_amountUpdate' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:78:22: warning: Member variable 'EventProgressUpdate::m_finished' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:78:22: warning: Member variable 'EventProgressUpdate::m_starting' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:78:22: warning: Member variable 'EventProgressUpdate::m_whichObject' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:92:22: warning: Member variable 'EventProgressUpdate::m_textUpdate' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:92:22: warning: Member variable 'EventProgressUpdate::m_amountUpdate' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:92:22: warning: Member variable 'EventProgressUpdate::m_finished' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:92:22: warning: Member variable 'EventProgressUpdate::m_starting' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.cxx:92:22: warning: Member variable 'EventProgressUpdate::m_whichObject' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.h:38:7: style: Class 'EventProgressUpdate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/EventProgressUpdate.h:45:7: style: Class 'EventProgressUpdate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/EventTypeEnum.cxx:569:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/EventTypeEnum.cxx:622:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/EventTypeEnum.cxx:656:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/CaretPointer.h:360:22: warning:inconclusive: Member variable 'CaretPointer::m_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/CaretPointer.h:629:20: warning:inconclusive: Member variable 'CaretArray < float >::m_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/CaretPointer.h:714:35: warning:inconclusive: Member variable 'CaretArray < float >::m_mutex' is not assigned a value in 'CaretArray < float >::operator='. [operatorEqVarError] connectome-workbench-1.5.0/src/Common/CaretPointer.h:105:13: warning: Member variable 'CaretArrayBase < float >::m_size' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretPointer.h:64:13: warning: Member variable 'CaretPointerCommon < float >::m_pointer' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/CaretPointer.h:640:13: warning: Value of pointer 'm_share', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying] connectome-workbench-1.5.0/src/Common/Histogram.h:57:9: style: Class 'Histogram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:208:9: style: Class 'CaretArray < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/CaretPointer.h:209:9: style: Class 'CaretArray < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/FastStatistics.cxx:272:48: style: The scope of the variable 'guess' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/FastStatistics.cxx:330:48: style: The scope of the variable 'guess' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/FastStatistics.cxx:388:48: style: The scope of the variable 'guess' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/FileInformation.cxx:614:61: style:inconclusive: Function 'createTemporaryFilePathName' argument 1 names different: declaration 'fileNameWithExtension' definition 'fileName'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/FileInformation.h:104:67: note: Function 'createTemporaryFilePathName' argument 1 names different: declaration 'fileNameWithExtension' definition 'fileName'. connectome-workbench-1.5.0/src/Common/FileInformation.cxx:614:61: note: Function 'createTemporaryFilePathName' argument 1 names different: declaration 'fileNameWithExtension' definition 'fileName'. connectome-workbench-1.5.0/src/Common/FileInformation.cxx:496:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FileInformation.cxx:705:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FileOpenFromOpSysTypeEnum.cxx:184:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FileOpenFromOpSysTypeEnum.cxx:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FileOpenFromOpSysTypeEnum.cxx:290:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FileOpenFromOpSysTypeEnum.cxx:324:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FileOpenFromOpSysTypeEnum.cxx:346:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FileOpenFromOpSysTypeEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/FloatMatrix.cxx:48:4: performance: Variable 'm_matrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Common/FloatMatrix.h:38:20: style:inconclusive: Technically the member function 'caret::ConstFloatMatrixRowRef::operator[]' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/FloatMatrix.cxx:361:38: note: Technically the member function 'caret::ConstFloatMatrixRowRef::operator[]' can be const. connectome-workbench-1.5.0/src/Common/FloatMatrix.h:38:20: note: Technically the member function 'caret::ConstFloatMatrixRowRef::operator[]' can be const. connectome-workbench-1.5.0/src/Common/FloatMatrix.h:37:7: style: Class 'ConstFloatMatrixRowRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/FloatMatrix.h:48:7: style: Class 'FloatMatrixRowRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/FloatMatrix.h:64:7: style: Class 'FloatMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:194:48: style: The scope of the variable 'leftcols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:227:45: style: The scope of the variable 'cols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:235:21: style: The scope of the variable 'pivotrow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:311:45: style: The scope of the variable 'cols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:323:21: style: The scope of the variable 'pivotrow' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:382:44: style: The scope of the variable 'incols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:406:46: style: The scope of the variable 'incols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:438:46: style: The scope of the variable 'incols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:464:46: style: The scope of the variable 'incols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:496:44: style: The scope of the variable 'incols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:528:42: style: The scope of the variable 'columns' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:599:46: style: The scope of the variable 'leftcols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:599:56: style: The scope of the variable 'rightcols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:642:80: style: The scope of the variable 'incols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:149:83: style: The scope of the variable 'leftcols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MatrixFunctions.h:149:93: style: The scope of the variable 'rightcols' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/HtmlStringBuilder.h:82:17: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/HtmlStringBuilder.h:82:17: note: Function in derived class connectome-workbench-1.5.0/src/Common/HtmlTableBuilder.h:78:14: style:inconclusive: Technically the member function 'caret::HtmlTableBuilder::addTableDataElementToRow' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/HtmlTableBuilder.cxx:216:19: note: Technically the member function 'caret::HtmlTableBuilder::addTableDataElementToRow' can be const. connectome-workbench-1.5.0/src/Common/HtmlTableBuilder.h:78:14: note: Technically the member function 'caret::HtmlTableBuilder::addTableDataElementToRow' can be const. connectome-workbench-1.5.0/src/Common/IdentificationDisplayModeEnum.cxx:184:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/IdentificationDisplayModeEnum.cxx:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/IdentificationDisplayModeEnum.cxx:290:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/IdentificationDisplayModeEnum.cxx:324:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/IdentificationDisplayModeEnum.cxx:346:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/IdentificationDisplayModeEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ImageCaptureMethodEnum.cxx:180:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ImageCaptureMethodEnum.cxx:233:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ImageCaptureMethodEnum.cxx:286:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ImageCaptureMethodEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ImageCaptureMethodEnum.cxx:342:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ImageCaptureMethodEnum.cxx:368:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/LogHandler.h:63:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/LogHandler.h:63:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:43:22: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/LogHandler.h:44:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:43:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:45:22: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/LogHandler.h:47:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:47:22: style: The function 'publish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/LogHandler.h:50:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:55:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/LogHandler.h:63:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/LogHandlerStandardError.h:55:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/LogRecord.h:76:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/LogRecord.h:76:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/LogLevelEnum.cxx:189:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/LogLevelEnum.cxx:242:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/LogLevelEnum.cxx:275:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/LogLevelEnum.cxx:327:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/LogLevelEnum.cxx:361:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/LogManager.h:69:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/LogManager.h:69:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/LogManager.cxx:52:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/LogManager.cxx:101:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/Logger.h:100:9: style: Class 'Logger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/Logger.cxx:180:48: style: Parameter 'caretException' can be declared as reference to const [constParameter] connectome-workbench-1.5.0/src/Common/Logger.cxx:53:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/Logger.cxx:158:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/MathFunctionEnum.cxx:173:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/MathFunctionEnum.cxx:208:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:1161:15: style: The scope of the variable 'k' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:1162:34: style: The scope of the variable 'sm' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:1162:50: style: The scope of the variable 'tmp' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:365:38: style:inconclusive: Function 'normalizeVector' argument 1 names different: declaration 'vectorInOut' definition 'vector'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/MathFunctions.h:107:40: note: Function 'normalizeVector' argument 1 names different: declaration 'vectorInOut' definition 'vector'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:365:38: note: Function 'normalizeVector' argument 1 names different: declaration 'vectorInOut' definition 'vector'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:384:39: style:inconclusive: Function 'normalizeVector' argument 1 names different: declaration 'vectorInOut' definition 'vector'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/MathFunctions.h:109:42: note: Function 'normalizeVector' argument 1 names different: declaration 'vectorInOut' definition 'vector'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:384:39: note: Function 'normalizeVector' argument 1 names different: declaration 'vectorInOut' definition 'vector'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:613:39: style:inconclusive: Function 'createUnitVector' argument 3 names different: declaration 'unitVectorOut' definition 'resultOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/MathFunctions.h:160:27: note: Function 'createUnitVector' argument 3 names different: declaration 'unitVectorOut' definition 'resultOut'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:613:39: note: Function 'createUnitVector' argument 3 names different: declaration 'unitVectorOut' definition 'resultOut'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:635:40: style:inconclusive: Function 'createUnitVector' argument 3 names different: declaration 'unitVectorOut' definition 'resultOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/MathFunctions.h:165:41: note: Function 'createUnitVector' argument 3 names different: declaration 'unitVectorOut' definition 'resultOut'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:635:40: note: Function 'createUnitVector' argument 3 names different: declaration 'unitVectorOut' definition 'resultOut'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:2103:32: style:inconclusive: Function 'toRadians' argument 1 names different: declaration 'angle' definition 'degrees'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/MathFunctions.h:375:34: note: Function 'toRadians' argument 1 names different: declaration 'angle' definition 'degrees'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:2103:32: note: Function 'toRadians' argument 1 names different: declaration 'angle' definition 'degrees'. connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:1988:11: style: Local variable 'angle' shadows outer function [shadowFunction] connectome-workbench-1.5.0/src/Common/MathFunctions.h:325:18: note: Shadowed declaration connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:1988:11: note: Shadow variable connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:257:11: style: Variable 'a' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:262:11: style: Variable 'b' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:2199:12: style: Variable 'ijkmult' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:2223:12: style: Variable 'ijkmult' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:1023:14: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/MathFunctions.cxx:1034:18: style: Variable 'scale[2]' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/ModelTransform.cxx:586:50: style:inconclusive: Function 'copyHelper' argument 1 names different: declaration 'ModelTransform' definition 'modelTransform'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/ModelTransform.h:118:47: note: Function 'copyHelper' argument 1 names different: declaration 'ModelTransform' definition 'modelTransform'. connectome-workbench-1.5.0/src/Common/ModelTransform.cxx:586:50: note: Function 'copyHelper' argument 1 names different: declaration 'ModelTransform' definition 'modelTransform'. connectome-workbench-1.5.0/src/Common/ModelTransform.cxx:641:61: style:inconclusive: Function 'setPanningRotationMatrixAndZoom' argument 6 names different: declaration 'flatRotationMatrix' definition 'floatRotationMatrixArray'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/ModelTransform.h:87:58: note: Function 'setPanningRotationMatrixAndZoom' argument 6 names different: declaration 'flatRotationMatrix' definition 'floatRotationMatrixArray'. connectome-workbench-1.5.0/src/Common/ModelTransform.cxx:641:61: note: Function 'setPanningRotationMatrixAndZoom' argument 6 names different: declaration 'flatRotationMatrix' definition 'floatRotationMatrixArray'. connectome-workbench-1.5.0/src/Common/ModelTransform.cxx:691:55: style:inconclusive: Function 'getPanningRotationMatrixAndZoom' argument 6 names different: declaration 'flatRotationMatrix' definition 'floatRotationMatrixArray'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/ModelTransform.h:98:52: note: Function 'getPanningRotationMatrixAndZoom' argument 6 names different: declaration 'flatRotationMatrix' definition 'floatRotationMatrixArray'. connectome-workbench-1.5.0/src/Common/ModelTransform.cxx:691:55: note: Function 'getPanningRotationMatrixAndZoom' argument 6 names different: declaration 'flatRotationMatrix' definition 'floatRotationMatrixArray'. connectome-workbench-1.5.0/src/Common/NumericFormatModeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/NumericFormatModeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/NumericFormatModeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/NumericFormatModeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/NumericFormatModeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/NumericFormatModeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:409:30: style: Condition 'decimalIndex>=0' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:399:26: note: Assuming condition 'decimalIndex>=0' is true connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:401:29: note: Assuming condition is false connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:409:30: note: Condition 'decimalIndex>=0' is always true connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:323:81: style:inconclusive: Function 'formatValueRangeNegPos' argument 1 names different: declaration 'numericFormat' definition 'numericFormatIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/NumericTextFormatting.h:47:78: note: Function 'formatValueRangeNegPos' argument 1 names different: declaration 'numericFormat' definition 'numericFormatIn'. connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:323:81: note: Function 'formatValueRangeNegPos' argument 1 names different: declaration 'numericFormat' definition 'numericFormatIn'. connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:324:61: style:inconclusive: Function 'formatValueRangeNegPos' argument 2 names different: declaration 'numericFormatPrecision' definition 'numericFormatPrecisionIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/NumericTextFormatting.h:48:58: note: Function 'formatValueRangeNegPos' argument 2 names different: declaration 'numericFormatPrecision' definition 'numericFormatPrecisionIn'. connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:324:61: note: Function 'formatValueRangeNegPos' argument 2 names different: declaration 'numericFormatPrecision' definition 'numericFormatPrecisionIn'. connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:573:48: style:inconclusive: Function 'formatValue' argument 1 names different: declaration 'valueIn' definition 'value'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/NumericTextFormatting.h:56:48: note: Function 'formatValue' argument 1 names different: declaration 'valueIn' definition 'value'. connectome-workbench-1.5.0/src/Common/NumericTextFormatting.cxx:573:48: note: Function 'formatValue' argument 1 names different: declaration 'valueIn' definition 'value'. connectome-workbench-1.5.0/src/Common/OpenGLDrawingMethodEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/OpenGLDrawingMethodEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/OpenGLDrawingMethodEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/OpenGLDrawingMethodEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/OpenGLDrawingMethodEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/OpenGLDrawingMethodEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/PlainTextStringBuilder.h:36:9: style: Class 'PlainTextStringBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/Plane.h:79:14: style:inconclusive: Technically the member function 'caret::Plane::rayIntersection' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/Plane.cxx:425:8: note: Technically the member function 'caret::Plane::rayIntersection' can be const. connectome-workbench-1.5.0/src/Common/Plane.h:79:14: note: Technically the member function 'caret::Plane::rayIntersection' can be const. connectome-workbench-1.5.0/src/Common/Plane.h:83:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/Plane.h:83:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/ProgramParameters.cxx:159:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] connectome-workbench-1.5.0/src/Common/ProgramParameters.cxx:298:52: style:inconclusive: Function 'setParameterIndex' argument 1 names different: declaration 'index' definition 'indx'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/ProgramParameters.h:80:42: note: Function 'setParameterIndex' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Common/ProgramParameters.cxx:298:52: note: Function 'setParameterIndex' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Common/ProgramParameters.cxx:324:47: style:inconclusive: Function 'getParameter' argument 1 names different: declaration 'index' definition 'indx'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/ProgramParameters.h:84:40: note: Function 'getParameter' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Common/ProgramParameters.cxx:324:47: note: Function 'getParameter' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Common/ProgressObject.cxx:104:17: warning: Member variable 'ProgressObject::m_parentIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/ProgressObject.h:79:13: style:inconclusive: Technically the member function 'caret::ProgressObject::getCurrentProgressFraction' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/ProgressObject.cxx:88:23: note: Technically the member function 'caret::ProgressObject::getCurrentProgressFraction' can be const. connectome-workbench-1.5.0/src/Common/ProgressObject.h:79:13: note: Technically the member function 'caret::ProgressObject::getCurrentProgressFraction' can be const. connectome-workbench-1.5.0/src/Common/ProgressObject.h:85:22: style:inconclusive: Technically the member function 'caret::ProgressObject::getTaskDescription' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/ProgressObject.cxx:99:32: note: Technically the member function 'caret::ProgressObject::getTaskDescription' can be const. connectome-workbench-1.5.0/src/Common/ProgressObject.h:85:22: note: Technically the member function 'caret::ProgressObject::getTaskDescription' can be const. connectome-workbench-1.5.0/src/Common/ProgressObject.h:88:12: style:inconclusive: Technically the member function 'caret::ProgressObject::isDisabled' can be const. [functionConst] connectome-workbench-1.5.0/src/Common/ProgressObject.cxx:193:22: note: Technically the member function 'caret::ProgressObject::isDisabled' can be const. connectome-workbench-1.5.0/src/Common/ProgressObject.h:88:12: note: Technically the member function 'caret::ProgressObject::isDisabled' can be const. connectome-workbench-1.5.0/src/Common/ProgressObject.h:65:7: style: Class 'ProgressObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/ProgressObject.h:102:7: style: Class 'LevelProgress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/RecentFileItemSortingKeyEnum.cxx:192:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemSortingKeyEnum.cxx:245:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemSortingKeyEnum.cxx:298:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemSortingKeyEnum.cxx:332:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemSortingKeyEnum.cxx:354:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemSortingKeyEnum.cxx:380:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemTypeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemTypeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemTypeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemTypeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemTypeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemTypeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemsContainer.cxx:244:32: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/RecentFileItemsContainerModeEnum.cxx:200:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemsContainerModeEnum.cxx:268:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemsContainerModeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemsContainerModeEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemsContainerModeEnum.cxx:394:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemsContainerModeEnum.cxx:420:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFileItemsFilter.cxx:64:24: warning:inconclusive: Member variable 'RecentFileItemsFilter::m_regularExpression' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/RecentFileItemsFilter.cxx:64:24: warning:inconclusive: Member variable 'RecentFileItemsFilter::m_regExp' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Common/RecentFilesSystemAccessModeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFilesSystemAccessModeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFilesSystemAccessModeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFilesSystemAccessModeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFilesSystemAccessModeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/RecentFilesSystemAccessModeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ReductionEnum.cxx:165:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ReductionEnum.cxx:200:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ReductionOperation.cxx:438:19: style:inconclusive: Same expression used in consecutive assignments of 'bestval' and 'curval'. [duplicateAssignExpression] connectome-workbench-1.5.0/src/Common/ReductionOperation.cxx:438:46: note: Same expression used in consecutive assignments of 'bestval' and 'curval'. connectome-workbench-1.5.0/src/Common/ReductionOperation.cxx:438:19: note: Same expression used in consecutive assignments of 'bestval' and 'curval'. connectome-workbench-1.5.0/src/Common/ReductionOperation.cxx:175:27: style: Variable 'bestCount' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/ReductionOperation.cxx:457:28: style: Variable 'bestweight' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Common/SpecFileDialogViewFilesTypeEnum.cxx:189:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpecFileDialogViewFilesTypeEnum.cxx:242:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpecFileDialogViewFilesTypeEnum.cxx:295:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpecFileDialogViewFilesTypeEnum.cxx:329:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpecFileDialogViewFilesTypeEnum.cxx:351:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpecFileDialogViewFilesTypeEnum.cxx:377:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpeciesEnum.cxx:199:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpeciesEnum.cxx:252:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpeciesEnum.cxx:305:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpeciesEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpeciesEnum.cxx:361:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SpeciesEnum.cxx:387:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StereotaxicSpaceEnum.cxx:43:23: warning: Member variable 'StereotaxicSpaceEnum::integerCode' is not initialized in the constructor. [uninitMemberVarPrivate] connectome-workbench-1.5.0/src/Common/StereotaxicSpaceEnum.cxx:433:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StereotaxicSpaceEnum.cxx:486:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StereotaxicSpaceEnum.cxx:539:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StereotaxicSpaceEnum.cxx:573:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StereotaxicSpaceEnum.cxx:595:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StereotaxicSpaceEnum.cxx:621:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StructureEnum.cxx:277:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StructureEnum.cxx:330:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StructureEnum.cxx:385:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StructureEnum.cxx:439:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/StructureEnum.cxx:474:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/SystemUtilities.cxx:183:18: portability: Non reentrant function 'getlogin' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getlogin_r'. [prohibitedgetloginCalled] connectome-workbench-1.5.0/src/Common/SystemUtilities.cxx:134:18: warning: Member variable 'SystemBacktrace::m_callstack' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/SystemUtilities.cxx:494:12: style:inconclusive: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment] connectome-workbench-1.5.0/src/Common/SystemUtilities.cxx:468:16: note: result is assigned connectome-workbench-1.5.0/src/Common/SystemUtilities.cxx:494:12: note: result is overwritten connectome-workbench-1.5.0/src/Common/SystemUtilities.cxx:97:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsBrowserTabGeometry.h:37:9: style: Class 'TileTabsBrowserTabGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Common/TileTabsBrowserTabGeometry.h:111:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/TileTabsBrowserTabGeometry.h:111:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnContentTypeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnContentTypeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnContentTypeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnContentTypeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnContentTypeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnContentTypeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnStretchTypeEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnStretchTypeEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnStretchTypeEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnStretchTypeEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnStretchTypeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsGridRowColumnStretchTypeEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:168:59: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.h:49:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:168:59: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:184:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:290:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:324:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:346:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutBackgroundTypeEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:172:62: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.h:51:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:172:62: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:192:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:246:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:299:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:355:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutConfigurationTypeEnum.cxx:381:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.h:121:14: performance:inconclusive: Technically the member function 'caret::TileTabsLayoutGridConfiguration::encodeRowColumnElement' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:757:34: note: Technically the member function 'caret::TileTabsLayoutGridConfiguration::encodeRowColumnElement' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.h:121:14: note: Technically the member function 'caret::TileTabsLayoutGridConfiguration::encodeRowColumnElement' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:907:22: style: The if condition is the same as the previous if condition [duplicateCondition] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:901:22: note: First condition connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:907:22: note: Second condition connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:448:13: style: Condition 'debugFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:447:30: note: Assignment 'debugFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:448:13: note: Condition 'debugFlag' is always false connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:884:20: style: The scope of the variable 'missingNameCounter' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:1056:20: style: The scope of the variable 'missingNameCounter' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:787:68: style:inconclusive: Function 'decodeFromXMLString' argument 2 names different: declaration 'rootElement' definition 'rootElementText'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.h:106:57: note: Function 'decodeFromXMLString' argument 2 names different: declaration 'rootElement' definition 'rootElementText'. connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:787:68: note: Function 'decodeFromXMLString' argument 2 names different: declaration 'rootElement' definition 'rootElementText'. connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:700:27: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/TileTabsLayoutGridConfiguration.cxx:711:30: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/TileTabsLayoutManualConfiguration.cxx:415:20: style: The scope of the variable 'invalidNameCounter' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/TileTabsLayoutManualConfiguration.cxx:530:20: style: Variable 'n' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Common/TileTabsLayoutManualConfiguration.cxx:547:16: style: Variable 'ti' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Common/TileTabsLayoutManualConfiguration.cxx:549:34: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/ToolBarWidthModeEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ToolBarWidthModeEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ToolBarWidthModeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ToolBarWidthModeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ToolBarWidthModeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/ToolBarWidthModeEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TriStateSelectionStatusEnum.cxx:183:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TriStateSelectionStatusEnum.cxx:236:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TriStateSelectionStatusEnum.cxx:289:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TriStateSelectionStatusEnum.cxx:323:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TriStateSelectionStatusEnum.cxx:345:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/TriStateSelectionStatusEnum.cxx:371:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/VolumeSliceViewAllPlanesLayoutEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/VolumeSliceViewAllPlanesLayoutEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/VolumeSliceViewAllPlanesLayoutEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/VolumeSliceViewAllPlanesLayoutEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/VolumeSliceViewAllPlanesLayoutEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/VolumeSliceViewAllPlanesLayoutEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WorkbenchSpecialVersionEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WorkbenchSpecialVersionEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WorkbenchSpecialVersionEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WorkbenchSpecialVersionEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WorkbenchSpecialVersionEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WorkbenchSpecialVersionEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.h:80:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.h:80:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/WuQMacro.cxx:372:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.h:137:22: style: Virtual function 'setModified' is called from constructor 'WuQMacroCommand(const WuQMacroCommandTypeEnum::Enum commandType,const QString&customOperationTypeName,WuQMacroMouseEventInfo*mouseEventInfo,const WuQMacroWidgetTypeEnum::Enum widgetType,const int32_t version,const QString&objectName,const QString&objectDescriptiveName,const QString&objectToolTip,const float delayValue)' at line 269. Dynamic binding is not used. [virtualCallInConstructor] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:269:5: note: Calling setModified connectome-workbench-1.5.0/src/Common/WuQMacroCommand.h:137:22: note: setModified is a virtual function connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:338:27: style: The statement 'if (m_macroMouseEvent!=NULL) m_macroMouseEvent=NULL' is logically equivalent to 'm_macroMouseEvent=NULL'. [duplicateConditionalAssign] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:339:27: note: Assignment 'm_macroMouseEvent=NULL' connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:338:27: note: Condition 'm_macroMouseEvent!=NULL' is redundant connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:744:17: style: Same expression on both sides of '&&'. [duplicateExpression] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:72:55: style:inconclusive: Function 'newInstanceCustomCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.h:52:70: note: Function 'newInstanceCustomCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:72:55: note: Function 'newInstanceCustomCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:127:54: style:inconclusive: Function 'newInstanceMouseCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.h:60:69: note: Function 'newInstanceMouseCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:127:54: note: Function 'newInstanceMouseCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:182:55: style:inconclusive: Function 'newInstanceWidgetCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.h:68:70: note: Function 'newInstanceWidgetCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:182:55: note: Function 'newInstanceWidgetCommand' argument 6 names different: declaration 'delay' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:236:46: style:inconclusive: Function 'WuQMacroCommand' argument 9 names different: declaration 'delayValue' definition 'delayInSeconds'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.h:79:37: note: Function 'WuQMacroCommand' argument 9 names different: declaration 'delayValue' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:236:46: note: Function 'WuQMacroCommand' argument 9 names different: declaration 'delayValue' definition 'delayInSeconds'. connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:351:22: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/WuQMacroCommand.cxx:820:30: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/WuQMacroCommandParameter.cxx:176:60: style:inconclusive: Function 'setCustomDataType' argument 1 names different: declaration 'userDataType' definition 'customDataType'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroCommandParameter.h:59:47: note: Function 'setCustomDataType' argument 1 names different: declaration 'userDataType' definition 'customDataType'. connectome-workbench-1.5.0/src/Common/WuQMacroCommandParameter.cxx:176:60: note: Function 'setCustomDataType' argument 1 names different: declaration 'userDataType' definition 'customDataType'. connectome-workbench-1.5.0/src/Common/WuQMacroCommandTypeEnum.cxx:181:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroCommandTypeEnum.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroCommandTypeEnum.cxx:287:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroCommandTypeEnum.cxx:321:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroCommandTypeEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroCommandTypeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroDataValueTypeEnum.cxx:204:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroDataValueTypeEnum.cxx:257:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroDataValueTypeEnum.cxx:310:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroDataValueTypeEnum.cxx:344:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroDataValueTypeEnum.cxx:366:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroDataValueTypeEnum.cxx:392:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroFile.h:58:22: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:84:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/WuQMacroFile.h:58:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/WuQMacroFile.h:60:22: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:86:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/WuQMacroFile.h:60:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/WuQMacroFile.h:62:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/DataFile.h:88:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/WuQMacroFile.h:62:22: note: Function in derived class connectome-workbench-1.5.0/src/Common/WuQMacroGroupXmlStreamBase.h:49:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Common/CaretObject.h:47:21: note: Virtual function in base class connectome-workbench-1.5.0/src/Common/WuQMacroGroupXmlStreamBase.h:49:25: note: Function in derived class connectome-workbench-1.5.0/src/Common/WuQMacroGroup.cxx:53:5: performance: Variable 'm_uniqueIdentifier' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Common/WuQMacroGroup.cxx:518:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] connectome-workbench-1.5.0/src/Common/WuQMacroGroup.cxx:49:45: style:inconclusive: Function 'WuQMacroGroup' argument 1 names different: declaration 'groupName' definition 'name'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroGroup.h:40:38: note: Function 'WuQMacroGroup' argument 1 names different: declaration 'groupName' definition 'name'. connectome-workbench-1.5.0/src/Common/WuQMacroGroup.cxx:49:45: note: Function 'WuQMacroGroup' argument 1 names different: declaration 'groupName' definition 'name'. connectome-workbench-1.5.0/src/Common/WuQMacroGroupXmlStreamReader.cxx:649:24: style: The scope of the variable 'y' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Common/WuQMacroGroupXmlStreamWriter.cxx:49:31: warning: Member variable 'WuQMacroGroupXmlStreamWriter::m_xmlStreamWriter' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Common/WuQMacroGroupXmlStreamWriter.cxx:70:58: style:inconclusive: Function 'writeXml' argument 1 names different: declaration 'xmlStreamWriter' definition 'xmlWriter'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroGroupXmlStreamWriter.h:46:41: note: Function 'writeXml' argument 1 names different: declaration 'xmlStreamWriter' definition 'xmlWriter'. connectome-workbench-1.5.0/src/Common/WuQMacroGroupXmlStreamWriter.cxx:70:58: note: Function 'writeXml' argument 1 names different: declaration 'xmlStreamWriter' definition 'xmlWriter'. connectome-workbench-1.5.0/src/Common/WuQMacroModeEnum.cxx:187:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroModeEnum.cxx:240:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroModeEnum.cxx:293:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroModeEnum.cxx:327:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroModeEnum.cxx:349:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroModeEnum.cxx:375:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:137:76: style:inconclusive: Function 'getLocalPositionRescaledToWidgetSize' argument 1 names different: declaration 'widgetWidth' definition 'newWidth'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.h:50:65: note: Function 'getLocalPositionRescaledToWidgetSize' argument 1 names different: declaration 'widgetWidth' definition 'newWidth'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:137:76: note: Function 'getLocalPositionRescaledToWidgetSize' argument 1 names different: declaration 'widgetWidth' definition 'newWidth'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:138:76: style:inconclusive: Function 'getLocalPositionRescaledToWidgetSize' argument 2 names different: declaration 'widgetHeight' definition 'newHeight'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.h:51:65: note: Function 'getLocalPositionRescaledToWidgetSize' argument 2 names different: declaration 'widgetHeight' definition 'newHeight'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:138:76: note: Function 'getLocalPositionRescaledToWidgetSize' argument 2 names different: declaration 'widgetHeight' definition 'newHeight'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:141:71: style:inconclusive: Function 'getLocalPositionRescaledToWidgetSize' argument 5 names different: declaration 'xOut' definition 'xLocalOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.h:54:60: note: Function 'getLocalPositionRescaledToWidgetSize' argument 5 names different: declaration 'xOut' definition 'xLocalOut'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:141:71: note: Function 'getLocalPositionRescaledToWidgetSize' argument 5 names different: declaration 'xOut' definition 'xLocalOut'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:142:71: style:inconclusive: Function 'getLocalPositionRescaledToWidgetSize' argument 6 names different: declaration 'yOut' definition 'yLocalOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.h:55:60: note: Function 'getLocalPositionRescaledToWidgetSize' argument 6 names different: declaration 'yOut' definition 'yLocalOut'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventInfo.cxx:142:71: note: Function 'getLocalPositionRescaledToWidgetSize' argument 6 names different: declaration 'yOut' definition 'yLocalOut'. connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventTypeEnum.cxx:184:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventTypeEnum.cxx:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventTypeEnum.cxx:290:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventTypeEnum.cxx:324:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventTypeEnum.cxx:346:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroMouseEventTypeEnum.cxx:372:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroShortCutKeyEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroShortCutKeyEnum.cxx:370:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroShortCutKeyEnum.cxx:423:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroShortCutKeyEnum.cxx:457:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroShortCutKeyEnum.cxx:479:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroShortCutKeyEnum.cxx:505:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroStandardItemTypeEnum.cxx:200:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroStandardItemTypeEnum.cxx:253:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroStandardItemTypeEnum.cxx:306:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroStandardItemTypeEnum.cxx:340:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroStandardItemTypeEnum.cxx:362:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroStandardItemTypeEnum.cxx:388:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:296:52: style:inconclusive: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.h:125:44: note: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:296:52: note: Function 'fromGuiName' argument 1 names different: declaration 'guiName' definition 'guiNameIn'. connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:305:38: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:252:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:403:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:425:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/WuQMacroWidgetTypeEnum.cxx:451:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/YokingGroupEnum.cxx:172:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/YokingGroupEnum.cxx:225:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/YokingGroupEnum.cxx:278:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/YokingGroupEnum.cxx:312:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/YokingGroupEnum.cxx:334:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Common/YokingGroupEnum.cxx:360:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:895:5: performance: Variable 'sceneFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:896:5: performance: Variable 'sceneFileNameNoDialog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:897:5: performance: Variable 'sceneNameOrNumber' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:261:13: style: Condition 'showImageSplashScreen' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:254:33: note: Assignment 'showImageSplashScreen=false', assigned value is 0 connectome-workbench-1.5.0/src/Desktop/desktop.cxx:261:13: note: Condition 'showImageSplashScreen' is always false connectome-workbench-1.5.0/src/Desktop/desktop.cxx:254:31: style: Redundant initialization for 'showImageSplashScreen'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:245:36: note: showImageSplashScreen is initialized connectome-workbench-1.5.0/src/Desktop/desktop.cxx:254:31: note: showImageSplashScreen is overwritten connectome-workbench-1.5.0/src/Desktop/desktop.cxx:254:31: style: Variable 'showImageSplashScreen' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:248:35: note: showImageSplashScreen is assigned connectome-workbench-1.5.0/src/Desktop/desktop.cxx:254:31: note: showImageSplashScreen is overwritten connectome-workbench-1.5.0/src/Desktop/desktop.cxx:298:47: style: Local variable 'result' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Desktop/desktop.cxx:114:9: note: Shadowed declaration connectome-workbench-1.5.0/src/Desktop/desktop.cxx:298:47: note: Shadow variable connectome-workbench-1.5.0/src/Desktop/desktop.cxx:589:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AffineFile.cxx:39:5: performance: Variable 'm_matrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/AffineSeriesFile.cxx:108:74: performance: Function parameter 'matrixList' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Files/AnnotationFile.h:81:9: style: Class 'AnnotationFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/AnnotationFile.h:93:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:93:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:95:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:95:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:97:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:97:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:99:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:99:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:110:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:110:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:172:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:172:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:175:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:106:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationFile.h:175:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1876:38: warning: Either the condition 'sceneClass!=NULL' is redundant or there is possible null pointer dereference: sceneClass. [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1877:24: note: Assuming that condition 'sceneClass!=NULL' is not redundant connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1876:38: note: Null pointer dereference connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1232:25: style: Redundant initialization for 'spaceGroupIter'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1231:44: note: spaceGroupIter is initialized connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1232:25: note: spaceGroupIter is overwritten connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1336:24: style: Redundant initialization for 'userGroupIter'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1335:43: note: userGroupIter is initialized connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1336:24: note: userGroupIter is overwritten connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:989:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1203:65: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:2313:27: style: Unused variable: processedAnnotations [unusedVariable] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:2317:49: style: Unused variable: removeAnnotationsFromGroup [unusedVariable] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:171:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:831:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:879:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1268:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1282:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1299:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1370:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1420:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1454:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1468:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1478:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1530:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1553:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1636:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1651:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1925:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFile.cxx:1991:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:58:26: warning: Member variable 'AnnotationFileXmlReader::m_fileVersionNumber' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:832:13: style: Condition 'skipCurrentElementFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:759:39: note: Assignment 'skipCurrentElementFlag=true', assigned value is 1 connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:832:13: note: Condition 'skipCurrentElementFlag' is always true connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:959:45: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:707:20: style: Redundant initialization for 'coordSpace'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:701:52: note: coordSpace is initialized connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:707:20: note: coordSpace is overwritten connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:726:19: style: Redundant initialization for 'groupType'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:720:45: note: groupType is initialized connectome-workbench-1.5.0/src/Files/AnnotationFileXmlReader.cxx:726:19: note: groupType is overwritten connectome-workbench-1.5.0/src/Files/AnnotationFileXmlWriter.cxx:308:27: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlWriter.cxx:192:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/AnnotationFileXmlWriter.cxx:235:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/EventMapYokingValidation.h:38:9: style: Class 'EventMapYokingValidation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/AnnotationTextSubstitutionFile.h:96:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationTextSubstitutionFile.h:96:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationTextSubstitutionFile.h:99:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:106:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/AnnotationTextSubstitutionFile.h:99:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/AnnotationTextSubstitutionFile.cxx:539:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/BorderException.h:40:5: style: Class 'BorderException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretMappableDataFileAndMapSelectionModel.h:38:9: style: Class 'CaretMappableDataFileAndMapSelectionModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretMappableDataFileAndMapSelectionModel.h:40:9: style: Class 'CaretMappableDataFileAndMapSelectionModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretMappableDataFileAndMapSelectionModel.h:42:9: style: Class 'CaretMappableDataFileAndMapSelectionModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:82:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:82:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:536:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:536:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:539:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:106:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:539:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:47:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:82:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:63:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:479:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:63:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:65:22: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:477:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:65:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:67:22: style: The function 'isModifiedExcludingPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:455:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:67:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:77:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:77:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:79:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:79:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:81:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:81:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:83:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:83:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:107:22: style: The function 'isSurfaceMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:107:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:109:22: style: The function 'isVolumeMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:109:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:111:25: style: The function 'getNumberOfMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:98:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:111:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:113:25: style: The function 'getMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:128:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:113:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:115:22: style: The function 'setMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:165:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:115:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:118:38: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:180:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:118:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:120:32: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:194:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:120:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:124:39: style: The function 'getMapFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:241:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:124:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:126:34: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:252:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:126:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:128:34: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:275:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:128:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:135:25: style: The function 'getDataSizeUncompressedInBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:229:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:135:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:137:39: style: The function 'getFileFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:290:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:137:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:139:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:301:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:139:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:141:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:322:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:141:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:147:22: style: The function 'isMappedWithPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:220:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:147:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:149:22: style: The function 'getPaletteNormalizationModesSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:399:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:149:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:151:38: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:341:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:151:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:153:44: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:352:44: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:153:44: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:155:22: style: The function 'isMappedWithLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:358:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:155:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:157:34: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:375:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:157:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:159:40: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:386:40: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:159:40: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:161:25: style: The function 'getMapUniqueID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:204:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:161:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:163:25: style: The function 'getMapIndexFromUniqueID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:214:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:163:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:66:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:47:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:66:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:70:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:63:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:70:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:72:25: style: The function 'getNumberOfNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:89:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:72:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:74:25: style: The function 'getNumberOfColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:92:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:74:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:201:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:75:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:201:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:206:22: style: The function 'writeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:206:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:214:22: style: The function 'validateDataArraysAfterReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceFile.h:214:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:47:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:125:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:47:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:63:14: style: The function 'unprojectToSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:63:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:68:14: style: The function 'unprojectToSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:105:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:68:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:74:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:74:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:76:14: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:76:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:82:14: style: The function 'setValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:82:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:84:14: style: The function 'writeAsXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:122:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:84:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/Border.cxx:430:37: style:inconclusive: Function 'setClassName' argument 1 names different: declaration 'name' definition 'className'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/Border.h:64:42: note: Function 'setClassName' argument 1 names different: declaration 'name' definition 'className'. connectome-workbench-1.5.0/src/Files/Border.cxx:430:37: note: Function 'setClassName' argument 1 names different: declaration 'name' definition 'className'. connectome-workbench-1.5.0/src/Files/Border.cxx:1422:40: style:inconclusive: Function 'getSegmentLength' argument 2 names different: declaration 'startPointIndex' definition 'segmentStartPointIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/Border.h:168:48: note: Function 'getSegmentLength' argument 2 names different: declaration 'startPointIndex' definition 'segmentStartPointIndex'. connectome-workbench-1.5.0/src/Files/Border.cxx:1422:40: note: Function 'getSegmentLength' argument 2 names different: declaration 'startPointIndex' definition 'segmentStartPointIndex'. connectome-workbench-1.5.0/src/Files/Border.cxx:1423:40: style:inconclusive: Function 'getSegmentLength' argument 3 names different: declaration 'endPointIndex' definition 'segmentEndPointIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/Border.h:169:48: note: Function 'getSegmentLength' argument 3 names different: declaration 'endPointIndex' definition 'segmentEndPointIndex'. connectome-workbench-1.5.0/src/Files/Border.cxx:1423:40: note: Function 'getSegmentLength' argument 3 names different: declaration 'endPointIndex' definition 'segmentEndPointIndex'. connectome-workbench-1.5.0/src/Files/BorderFile.h:257:9: style: Struct 'BorderMultiPartHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/BorderFile.h:56:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/BorderFile.h:56:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/BorderFile.h:58:29: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/BorderFile.h:58:29: note: Function in derived class connectome-workbench-1.5.0/src/Files/BorderFile.h:60:14: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/BorderFile.h:60:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/BorderFile.h:69:24: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/BorderFile.h:69:24: note: Function in derived class connectome-workbench-1.5.0/src/Files/BorderFile.h:71:30: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/BorderFile.h:71:30: note: Function in derived class connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.h:44:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/BorderFile.cxx:88:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:240:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:348:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:359:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:953:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:1263:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:1286:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:1318:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:2130:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:2201:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:2231:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:2334:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderFile.cxx:2419:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BorderLengthHelper.h:42:9: style: Class 'BorderLengthHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/TopologyHelper.h:43:9: warning: Member variable 'TopologyEdgeInfo::node1' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/TopologyHelper.h:43:9: warning: Member variable 'TopologyEdgeInfo::node2' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/TopologyHelper.h:43:9: warning: Member variable 'TopologyEdgeInfo::tiles' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/TopologyHelper.h:111:9: style: Class 'TopologyHelperBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/TopologyHelper.h:137:9: style: Class 'TopologyHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/BorderTracingHelper.h:46:9: style: Class 'BorderTracingHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/BorderTracingHelper.h:56:13: style: Class 'LabelSelect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:150:9: style: Class 'CiftiMappableDataFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:162:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:82:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:162:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:170:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:479:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:170:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:174:22: style: The function 'isMappableToSurfaceStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:100:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:174:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:176:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:176:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:178:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:178:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:180:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:180:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:182:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:182:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:190:22: style: The function 'isSurfaceMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:190:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:192:22: style: The function 'isVolumeMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:192:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:194:25: style: The function 'getNumberOfMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:98:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:194:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:196:22: style: The function 'hasMapAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:118:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:196:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:198:25: style: The function 'getMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:128:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:198:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:200:22: style: The function 'setMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:165:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:200:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:203:38: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:180:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:203:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:205:32: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:194:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:205:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:207:25: style: The function 'getMapUniqueID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:204:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:207:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:209:22: style: The function 'isMappedWithPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:220:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:209:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:211:22: style: The function 'isOnePaletteUsedForAllMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:222:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:211:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:213:39: style: The function 'getMapFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:241:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:213:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:215:34: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:252:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:215:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:217:34: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:275:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:217:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:224:22: style: The function 'getPaletteNormalizationModesSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:399:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:224:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:226:25: style: The function 'getDataSizeUncompressedInBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:229:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:226:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:228:39: style: The function 'getFileFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:290:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:228:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:230:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:301:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:230:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:232:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:322:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:232:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:238:38: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:341:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:238:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:240:44: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:352:44: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:240:44: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:250:22: style: The function 'isMappedWithLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:358:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:250:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:252:34: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:375:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:252:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:254:40: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:386:40: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:254:40: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:452:22: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:477:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:452:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:454:22: style: The function 'isModifiedExcludingPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:455:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:454:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:456:42: style: The function 'getMapIntervalUnits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:434:42: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:456:42: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:463:22: style: The function 'getMapIntervalStartAndStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:447:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:463:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:466:22: style: The function 'getDataRangeFromAllMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:451:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:466:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:503:14: style: The function 'hasCiftiXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:466:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:503:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:505:24: style: The function 'getCiftiXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:472:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:505:24: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:536:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:539:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/LabelFile.h:50:14: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:63:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/LabelFile.h:50:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/LabelFile.h:52:17: style: The function 'getNumberOfNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:89:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/LabelFile.h:52:17: note: Function in derived class connectome-workbench-1.5.0/src/Files/LabelFile.h:54:17: style: The function 'getNumberOfColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:92:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/LabelFile.h:54:17: note: Function in derived class connectome-workbench-1.5.0/src/Files/LabelFile.h:58:22: style: The function 'addMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/LabelFile.h:58:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/LabelFile.h:90:22: style: The function 'writeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/LabelFile.h:90:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/LabelFile.h:98:22: style: The function 'validateDataArraysAfterReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/LabelFile.h:98:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:388:79: style:inconclusive: Function 'setBrainordinateHighlightingEnabled' argument 1 names different: declaration 'highlighting' definition 'enabled'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.h:72:61: note: Function 'setBrainordinateHighlightingEnabled' argument 1 names different: declaration 'highlighting' definition 'enabled'. connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:388:79: note: Function 'setBrainordinateHighlightingEnabled' argument 1 names different: declaration 'highlighting' definition 'enabled'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:378:73: performance: Function parameter 'mapIndices' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:476:60: performance: Function parameter 'surfaceMapData' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:118:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:145:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:171:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:200:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:233:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:484:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:683:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/BrainordinateRegionOfInterest.cxx:702:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CaretDataFile.cxx:48:5: performance: Variable 'm_dataFileType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/CaretDataFile.cxx:173:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CaretDataFile.cxx:426:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:77:13: warning: Member variable 'RowData::m_mean' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:77:13: warning: Member variable 'RowData::m_sqrt_ssxx' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CaretSparseFile.h:55:9: warning:inconclusive: Member variable 'CaretSparseFile::m_dims' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CaretSparseFile.h:55:9: warning:inconclusive: Member variable 'CaretSparseFile::m_valuesOffset' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CaretSparseFile.h:53:24: style:inconclusive: Technically the member function 'caret::CaretSparseFile::getDimensions' can be const. [functionConst] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:40:9: style: Class 'CiftiMappableConnectivityMatrixDataFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:34:9: style: Class 'CiftiConnectivityMatrixDenseDynamicFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretSparseFile.h:61:9: style: Class 'CaretSparseFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/ImageFile.h:94:5: style: Class 'ImageFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/MetricFile.h:110:9: style: Class 'MetricFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretVolumeExtension.h:110:9: style: Class 'CaretVolumeExtensionXMLReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/VolumeFileVoxelColorizer.h:36:9: style: Class 'VolumeFileVoxelColorizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/VolumeFile.h:138:9: style: Class 'VolumeFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:40:22: style: The function 'isLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:40:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:42:22: style: The function 'setLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:42:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:45:22: style: The function 'isLineSeriesChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:62:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:45:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:47:37: style: The function 'loadLineSeriesChartDataForSurfaceNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:58:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:47:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:50:37: style: The function 'loadAverageLineSeriesChartDataForSurfaceNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:73:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:50:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:53:37: style: The function 'loadLineSeriesChartDataForVoxelAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:86:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:53:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:56:22: style: The function 'getSupportedLineSeriesChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:56:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:62:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:170:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:62:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:64:22: style: The function 'readFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:186:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:66:22: style: The function 'writeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:188:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:66:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:77:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:77:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:80:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:80:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:46:22: style: The function 'isLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:48:22: style: The function 'setLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:51:22: style: The function 'isLineSeriesChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:62:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:51:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:53:37: style: The function 'loadLineSeriesChartDataForSurfaceNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:58:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:53:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:56:37: style: The function 'loadAverageLineSeriesChartDataForSurfaceNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:73:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:56:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:59:37: style: The function 'loadLineSeriesChartDataForVoxelAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:86:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:59:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:62:22: style: The function 'getSupportedLineSeriesChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:62:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:69:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:69:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:72:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:72:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:75:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:170:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:75:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:77:22: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:172:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:77:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:79:19: style: The function 'getMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:198:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:79:19: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:89:22: style: The function 'getMapData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:530:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:111:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:111:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:114:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:114:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseFile.h:36:22: style: The function 'supportsWriting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseFile.h:36:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:40:14: style: The function 'isEnabledAsLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:99:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:40:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:44:22: style: The function 'supportsWriting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:58:22: style: The function 'getDataForColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:131:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:58:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:60:22: style: The function 'getDataForRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:133:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:60:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:62:22: style: The function 'getProcessedDataForColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:127:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:62:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:64:22: style: The function 'getProcessedDataForRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:129:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:66:22: style: The function 'processRowAverageData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:135:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:66:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:68:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:117:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:68:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:71:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:120:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:71:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:48:22: style: The function 'receiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:160:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:50:22: style: The function 'getMatrixDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:50:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:53:22: style: The function 'getMatrixDataRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:53:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:57:22: style: The function 'getMatrixCellAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:89:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:57:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:63:22: style: The function 'isMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:134:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:63:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:65:22: style: The function 'isMatrixChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:141:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:65:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:67:22: style: The function 'setMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:149:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:67:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:70:22: style: The function 'getSupportedMatrixChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:158:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:70:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:72:45: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:100:53: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:72:45: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:74:39: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:107:47: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:74:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:76:51: style: The function 'getSelectedParcelColoringMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:107:51: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:76:51: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:78:22: style: The function 'setSelectedParcelColoringMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:115:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:78:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:80:38: style: The function 'getSelectedParcelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:120:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:80:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:82:22: style: The function 'setSelectedParcelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:147:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:82:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:84:22: style: The function 'getSelectedParcelLabelFileAndMapForReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:84:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:89:22: style: The function 'setSelectedParcelLabelFileAndMapForReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:93:22: style: The function 'createParcelReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:86:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:93:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:97:46: style: The function 'getParcelReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:101:46: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:97:46: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:100:22: style: The function 'isSupportsLoadingAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:126:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:100:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:102:55: style: The function 'getMatrixLoadingDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:131:55: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:102:55: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:104:22: style: The function 'setMatrixLoadingDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:139:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:104:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:106:39: style: The function 'getYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:152:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:106:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:108:22: style: The function 'setYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:160:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:108:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:116:22: style: The function 'saveSubClassDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:117:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:116:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:119:22: style: The function 'restoreSubClassDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:120:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:119:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:41:22: style: The function 'getMatrixDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:41:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:44:22: style: The function 'getMatrixDataRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:48:22: style: The function 'getMatrixCellAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:89:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:54:22: style: The function 'isMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:134:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:54:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:56:22: style: The function 'isMatrixChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:141:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:56:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:58:22: style: The function 'setMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:149:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:58:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:61:22: style: The function 'getSupportedMatrixChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:158:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:63:45: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:100:53: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:63:45: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:65:39: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:107:47: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:65:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:67:51: style: The function 'getSelectedParcelColoringMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:107:51: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:67:51: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:69:22: style: The function 'setSelectedParcelColoringMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:115:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:69:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:71:38: style: The function 'getSelectedParcelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:120:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:71:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:73:22: style: The function 'setSelectedParcelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:147:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:73:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:75:22: style: The function 'getSelectedParcelLabelFileAndMapForReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:75:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:80:22: style: The function 'setSelectedParcelLabelFileAndMapForReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:80:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:84:22: style: The function 'createParcelReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:86:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:84:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:88:46: style: The function 'getParcelReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:101:46: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:88:46: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:91:22: style: The function 'isSupportsLoadingAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:126:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:91:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:93:55: style: The function 'getMatrixLoadingDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:131:55: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:93:55: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:95:22: style: The function 'setMatrixLoadingDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:139:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:95:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:97:39: style: The function 'getYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:152:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:97:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:99:22: style: The function 'setYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:160:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:99:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:113:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:113:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:116:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.h:116:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:44:22: style: The function 'isLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:46:22: style: The function 'setLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:49:22: style: The function 'isLineSeriesChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:62:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:49:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:51:37: style: The function 'loadLineSeriesChartDataForSurfaceNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:58:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:51:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:54:37: style: The function 'loadAverageLineSeriesChartDataForSurfaceNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:73:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:54:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:57:37: style: The function 'loadLineSeriesChartDataForVoxelAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:86:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:57:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:59:22: style: The function 'getSupportedLineSeriesChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:59:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:61:22: style: The function 'getMatrixDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:64:22: style: The function 'getMatrixDataRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:68:22: style: The function 'getMatrixCellAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:89:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:68:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:74:22: style: The function 'isMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:134:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:74:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:76:22: style: The function 'isMatrixChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:141:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:76:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:78:22: style: The function 'setMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:149:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:78:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:81:22: style: The function 'getSupportedMatrixChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:158:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:81:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:83:45: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:100:53: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:83:45: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:85:39: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:107:47: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:85:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:87:51: style: The function 'getSelectedParcelColoringMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:107:51: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:87:51: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:89:22: style: The function 'setSelectedParcelColoringMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:115:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:91:38: style: The function 'getSelectedParcelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:120:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:91:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:93:22: style: The function 'setSelectedParcelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:147:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:93:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:95:22: style: The function 'getSelectedParcelLabelFileAndMapForReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:95:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:100:22: style: The function 'setSelectedParcelLabelFileAndMapForReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:100:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:104:22: style: The function 'createParcelReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:86:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:104:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:108:46: style: The function 'getParcelReordering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:101:46: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:108:46: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:111:22: style: The function 'isSupportsLoadingAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:126:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:111:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:113:55: style: The function 'getMatrixLoadingDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:131:55: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:113:55: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:115:22: style: The function 'setMatrixLoadingDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:139:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:115:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:117:39: style: The function 'getYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:152:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:117:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:119:22: style: The function 'setYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixParcelInterface.h:160:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:119:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:126:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:126:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:129:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.h:129:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:46:22: style: The function 'isLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:48:22: style: The function 'setLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:51:22: style: The function 'isLineSeriesChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:62:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:51:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:53:37: style: The function 'loadLineSeriesChartDataForSurfaceNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:58:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:53:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:56:37: style: The function 'loadAverageLineSeriesChartDataForSurfaceNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:73:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:56:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:59:37: style: The function 'loadLineSeriesChartDataForVoxelAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:86:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:59:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:61:22: style: The function 'getSupportedLineSeriesChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:85:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:85:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:88:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiParcelSeriesFile.h:88:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:66:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:66:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:68:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:68:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:70:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:70:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:72:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:72:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:78:14: style: The function 'supportsWriting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:78:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:80:14: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.h:80:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:46:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:479:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:46:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:50:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:50:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:52:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:52:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:54:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:54:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:56:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:56:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:58:22: style: The function 'isSurfaceMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:58:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:60:22: style: The function 'isVolumeMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:60:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:62:25: style: The function 'getNumberOfMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:98:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:62:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:64:22: style: The function 'hasMapAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:118:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:66:25: style: The function 'getMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:128:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:66:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:68:22: style: The function 'setMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:165:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:68:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:71:38: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:180:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:71:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:73:32: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:194:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:73:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:75:25: style: The function 'getMapUniqueID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:204:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:75:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:77:22: style: The function 'isMappedWithPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:220:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:77:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:79:39: style: The function 'getMapFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:241:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:79:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:81:34: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:252:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:81:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:83:34: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:275:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:83:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:90:25: style: The function 'getDataSizeUncompressedInBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:229:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:90:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:92:39: style: The function 'getFileFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:290:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:92:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:94:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:301:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:94:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:96:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:322:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:96:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:101:38: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:341:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:101:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:103:44: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:352:44: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:103:44: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:105:22: style: The function 'isMappedWithLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:358:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:105:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:107:34: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:375:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:107:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:109:40: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:386:40: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:109:40: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:111:22: style: The function 'getPaletteNormalizationModesSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:399:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:111:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:167:14: style: The function 'supportsWriting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:75:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:167:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:172:14: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:82:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:172:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:174:14: style: The function 'hasCiftiXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:466:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:174:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:176:24: style: The function 'getCiftiXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:472:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:176:24: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:191:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:536:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:191:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:194:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:539:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.h:194:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:45:42: style: The function 'getMatrixRowColumnMapYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixSeriesInterface.h:38:42: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:45:42: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:47:22: style: The function 'setMatrixRowColumnMapYokingGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixSeriesInterface.h:40:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:52:22: style: The function 'setSelectedMapIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixSeriesInterface.h:45:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:52:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:55:22: style: The function 'receiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:160:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:55:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:57:22: style: The function 'getMatrixDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:53:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:57:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:60:22: style: The function 'getMatrixDataRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:69:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:60:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:64:22: style: The function 'getMatrixCellAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:89:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:64:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:70:22: style: The function 'isMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:134:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:70:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:72:22: style: The function 'isMatrixChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:141:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:72:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:74:22: style: The function 'setMatrixChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:149:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:74:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:77:22: style: The function 'getSupportedMatrixChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:158:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:77:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:79:45: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:100:53: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:79:45: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:81:39: style: The function 'getChartMatrixDisplayProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableMatrixInterface.h:107:47: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:81:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:83:22: style: The function 'isLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:83:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:85:22: style: The function 'setLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:85:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:88:22: style: The function 'isLineSeriesChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:62:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:88:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:90:37: style: The function 'loadLineSeriesChartDataForColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesRowColumnInterface.h:55:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:90:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:92:37: style: The function 'loadLineSeriesChartDataForRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesRowColumnInterface.h:67:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:92:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:94:22: style: The function 'getSupportedLineSeriesChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:94:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:99:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:724:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:99:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:102:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:727:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:102:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/FociFile.h:44:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/FociFile.h:44:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/FociFile.h:46:24: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/FociFile.h:46:24: note: Function in derived class connectome-workbench-1.5.0/src/Files/FociFile.h:48:30: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/FociFile.h:48:30: note: Function in derived class connectome-workbench-1.5.0/src/Files/FociFile.h:50:29: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/FociFile.h:50:29: note: Function in derived class connectome-workbench-1.5.0/src/Files/FociFile.h:52:14: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/FociFile.h:52:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/MediaFile.h:86:20: style: The function 'castToMediaFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:93:28: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MediaFile.h:86:20: note: Function in derived class connectome-workbench-1.5.0/src/Files/MediaFile.h:88:26: style: The function 'castToMediaFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:94:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MediaFile.h:88:26: note: Function in derived class connectome-workbench-1.5.0/src/Files/ImageFile.h:209:16: style: The function 'castToImageFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:90:28: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ImageFile.h:209:16: note: Function in derived class connectome-workbench-1.5.0/src/Files/ImageFile.h:211:22: style: The function 'castToImageFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:91:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ImageFile.h:211:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:53:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:63:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:53:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:55:25: style: The function 'getNumberOfNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:89:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:55:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:57:25: style: The function 'getNumberOfColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:92:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:57:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:61:22: style: The function 'addMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:85:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:77:22: style: The function 'getDataRangeFromAllMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:451:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:77:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:80:22: style: The function 'isLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:80:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:82:22: style: The function 'setLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:82:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:85:22: style: The function 'isLineSeriesChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:62:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:85:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:87:37: style: The function 'loadLineSeriesChartDataForSurfaceNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:58:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:87:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:90:37: style: The function 'loadAverageLineSeriesChartDataForSurfaceNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:73:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:90:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:93:37: style: The function 'loadLineSeriesChartDataForVoxelAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:86:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:93:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:96:22: style: The function 'getSupportedLineSeriesChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:96:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:103:22: style: The function 'writeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:103:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:117:22: style: The function 'validateDataArraysAfterReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:117:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:123:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:536:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:123:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/MetricFile.h:126:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:539:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/MetricFile.h:126:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/PaletteFile.h:118:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/PaletteFile.h:118:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/PaletteFile.h:120:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/PaletteFile.h:120:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/PaletteFile.h:124:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/PaletteFile.h:124:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/PaletteFile.h:126:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/PaletteFile.h:126:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/RgbaFile.h:48:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:63:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/RgbaFile.h:48:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/RgbaFile.h:50:25: style: The function 'getNumberOfNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:89:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/RgbaFile.h:50:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/RgbaFile.h:52:25: style: The function 'getNumberOfColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:92:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/RgbaFile.h:52:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/RgbaFile.h:63:22: style: The function 'validateDataArraysAfterReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:57:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/RgbaFile.h:63:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SceneFile.h:73:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SceneFile.h:73:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SceneFile.h:116:29: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SceneFile.h:116:29: note: Function in derived class connectome-workbench-1.5.0/src/Files/SceneFile.h:118:14: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SceneFile.h:118:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SceneFile.h:120:24: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SceneFile.h:120:24: note: Function in derived class connectome-workbench-1.5.0/src/Files/SceneFile.h:122:30: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SceneFile.h:122:30: note: Function in derived class connectome-workbench-1.5.0/src/Files/SpecFile.h:54:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SpecFile.h:54:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/SpecFile.h:56:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SpecFile.h:56:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SpecFile.h:58:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SpecFile.h:58:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/SpecFile.h:60:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SpecFile.h:60:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/SpecFile.h:62:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SpecFile.h:62:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/SpecFile.h:140:29: style: The function 'saveToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:77:29: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SpecFile.h:140:29: note: Function in derived class connectome-workbench-1.5.0/src/Files/SpecFile.h:143:22: style: The function 'restoreFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:80:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SpecFile.h:143:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:140:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:536:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:140:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:143:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:539:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:143:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:167:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:479:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:167:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:169:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:82:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:169:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:219:22: style: The function 'clearModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:477:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:219:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:221:22: style: The function 'isModifiedExcludingPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:455:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:221:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:228:29: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:228:29: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:235:14: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:235:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:240:24: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:240:24: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:245:30: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:245:30: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:247:14: style: The function 'isSurfaceMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:87:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:247:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:249:14: style: The function 'isVolumeMappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:92:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:249:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:251:17: style: The function 'getNumberOfMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:98:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:251:17: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:253:17: style: The function 'getMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:128:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:253:17: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:255:14: style: The function 'setMapName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:165:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:255:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:258:30: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:180:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:258:30: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:260:24: style: The function 'getMapMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:194:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:260:24: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:262:31: style: The function 'getMapFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:241:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:262:31: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:264:26: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:252:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:264:26: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:266:26: style: The function 'getMapHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:275:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:266:26: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:274:25: style: The function 'getDataSizeUncompressedInBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:229:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:274:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:276:39: style: The function 'getFileFastStatistics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:290:39: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:276:39: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:278:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:301:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:278:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:280:34: style: The function 'getFileHistogram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:322:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:280:34: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:288:14: style: The function 'isMappedWithPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:220:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:288:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:290:22: style: The function 'getPaletteNormalizationModesSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:399:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:290:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:292:30: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:341:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:292:30: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:294:36: style: The function 'getMapPaletteColorMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:352:44: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:294:36: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:296:14: style: The function 'isMappedWithLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:358:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:296:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:298:26: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:375:34: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:298:26: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:300:32: style: The function 'getMapLabelTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:386:40: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:300:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:308:22: style: The function 'isMappedWithRGBA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:364:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:308:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:310:17: style: The function 'getMapUniqueID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:204:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:310:17: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:358:22: style: The function 'getDataRangeFromAllMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:451:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:358:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:367:22: style: The function 'isLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:367:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:369:22: style: The function 'setLineSeriesChartingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:70:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:369:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:372:22: style: The function 'isLineSeriesChartingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:62:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:372:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:374:37: style: The function 'loadLineSeriesChartDataForSurfaceNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:58:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:374:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:377:37: style: The function 'loadAverageLineSeriesChartDataForSurfaceNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:73:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:377:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:380:37: style: The function 'loadLineSeriesChartDataForVoxelAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesBrainordinateInterface.h:86:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:380:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:383:22: style: The function 'getSupportedLineSeriesChartDataTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/ChartableLineSeriesInterface.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:383:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/VolumeFile.h:390:22: style: The function 'getVolumeVoxelIdentificationForMaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:515:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/VolumeFile.h:390:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/CaretDataFileHelper.cxx:254:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CaretDataFileHelper.cxx:140:38: style: Local variable 'dataFileType' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CaretDataFileHelper.cxx:99:34: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CaretDataFileHelper.cxx:140:38: note: Shadow variable connectome-workbench-1.5.0/src/Files/CaretDataFileSelectionModel.cxx:211:30: warning: Member variable 'CaretDataFileSelectionModel::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CaretDataFileSelectionModel.cxx:61:30: warning: Member variable 'CaretDataFileSelectionModel::m_selectedFile' is not initialized in the constructor. [uninitMemberVarPrivate] connectome-workbench-1.5.0/src/Files/EventCaretMappableDataFilesGet.h:36:9: style: Class 'EventCaretMappableDataFilesGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretDataFileSelectionModel.cxx:390:86: style: Parameter 'availableFiles' can be declared as reference to const [constParameter] connectome-workbench-1.5.0/src/Files/CaretDataFileSelectionModel.cxx:350:35: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/CaretDataFileSelectionModel.cxx:366:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CaretDataFileSelectionModel.cxx:525:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CaretDataFileSelectionModel.cxx:543:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ChartableTwoFileDelegate.h:42:9: style: Class 'ChartableTwoFileDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:936:9: style: The if condition is the same as the previous if condition [duplicateCondition] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:803:9: note: First condition connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:936:9: note: Second condition connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:576:37: style: Condition 'restoreMapIndex<0' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:571:44: note: Assignment 'restoreMapIndex=-1', assigned value is -1 connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:576:37: note: Condition 'restoreMapIndex<0' is always true connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:1196:24: style: Redundant initialization for 'xValue'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:1190:26: note: xValue is initialized connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:1196:24: note: xValue is overwritten connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:1433:93: style:inconclusive: Function 'setPaletteNormalizationMode' argument 1 names different: declaration 'mode' definition 'modeIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.h:403:83: note: Function 'setPaletteNormalizationMode' argument 1 names different: declaration 'mode' definition 'modeIn'. connectome-workbench-1.5.0/src/Files/CaretMappableDataFile.cxx:1433:93: note: Function 'setPaletteNormalizationMode' argument 1 names different: declaration 'mode' definition 'modeIn'. connectome-workbench-1.5.0/src/Files/CaretMappableDataFileAndMapSelectionModel.cxx:249:44: warning: Member variable 'CaretMappableDataFileAndMapSelectionModel::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CaretMappableDataFileAndMapSelectionModel.cxx:249:44: warning:inconclusive: Member variable 'CaretMappableDataFileAndMapSelectionModel::m_dataFileTypes' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/CaretMappableDataFileAndMapSelectionModel.cxx:360:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CaretMappableDataFileAndMapSelectionModel.cxx:409:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CaretSparseFile.h:57:22: style: Virtual function 'readFile' is called from constructor 'CaretSparseFile(const AString&fileName)' at line 38. Dynamic binding is not used. [virtualCallInConstructor] connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:38:5: note: Calling readFile connectome-workbench-1.5.0/src/Files/CaretSparseFile.h:57:22: note: readFile is a virtual function connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:162:19: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:181:23: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:311:21: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:320:34: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:118:17: style: Local variable 'index' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:103:45: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:118:17: note: Shadow variable connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:216:13: style: Variable 'dimensions' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Files/CaretSparseFile.cxx:195:58: error: Signed integer overflow for expression '3<<30'. [integerOverflow] connectome-workbench-1.5.0/src/Files/CaretVolumeExtension.cxx:75:27: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] connectome-workbench-1.5.0/src/Files/CaretVolumeExtension.h:42:14: performance:inconclusive: Technically the member function 'caret::StudyMetadataLinkSet::writeAsXML' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Files/CaretVolumeExtension.cxx:152:28: note: Technically the member function 'caret::StudyMetadataLinkSet::writeAsXML' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/CaretVolumeExtension.h:42:14: note: Technically the member function 'caret::StudyMetadataLinkSet::writeAsXML' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/ChartableTwoFileDelegate.cxx:455:45: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/ChartableTwoFileDelegate.cxx:532:58: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/ChartableTwoFileHistogramChart.cxx:331:5: warning: Either the condition 'histogram!=NULL' is redundant or there is possible null pointer dereference: histogram. [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Files/ChartableTwoFileHistogramChart.cxx:341:23: note: Assuming that condition 'histogram!=NULL' is not redundant connectome-workbench-1.5.0/src/Files/ChartableTwoFileHistogramChart.cxx:331:5: note: Null pointer dereference connectome-workbench-1.5.0/src/Files/ChartableTwoFileHistogramChart.cxx:238:10: style: The scope of the variable 'isZeroIncluded' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/ChartableTwoFileHistogramChart.cxx:238:25: style: Variable 'isZeroIncluded' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:601:21: style: Condition 'testNanFlag' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:595:36: note: Assignment 'testNanFlag(false)', assigned value is 0 connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:601:21: note: Condition 'testNanFlag' is always false connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:702:17: style: Condition 'saveIndicesFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:694:32: note: Assignment 'saveIndicesFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:702:17: note: Condition 'saveIndicesFlag' is always true connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:532:88: style:inconclusive: Function 'loadChartForMapFileSelector' argument 1 names different: declaration 'mapFileSelector' definition 'mapFileDataSelector'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.h:91:87: note: Function 'loadChartForMapFileSelector' argument 1 names different: declaration 'mapFileSelector' definition 'mapFileDataSelector'. connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineLayerChart.cxx:532:88: note: Function 'loadChartForMapFileSelector' argument 1 names different: declaration 'mapFileSelector' definition 'mapFileDataSelector'. connectome-workbench-1.5.0/src/Files/ChartableTwoFileLineSeriesChart.cxx:58:5: performance: Variable 'm_sceneAssistant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/EventCaretMappableDataFileMapsViewedInOverlays.h:36:9: style: Class 'EventCaretMappableDataFileMapsViewedInOverlays' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.cxx:783:36: style: Condition 'selectedRowIndices.empty()' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.cxx:782:33: note: Assuming that condition 'selectedRowIndices.empty()' is not redundant connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.cxx:783:36: note: Condition 'selectedRowIndices.empty()' is always true connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.cxx:783:9: style: Same expression on both sides of '&&'. [duplicateExpression] connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.cxx:161:14: style: The scope of the variable 'hasRowNumbersFlag' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.cxx:594:122: style:inconclusive: Function 'getValidRowColumnSelectionDimensions' argument 1 names different: declaration 'validRowColumnSelectionDimensionOut' definition 'validRowColumnSelectionDimensionsOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.h:76:106: note: Function 'getValidRowColumnSelectionDimensions' argument 1 names different: declaration 'validRowColumnSelectionDimensionOut' definition 'validRowColumnSelectionDimensionsOut'. connectome-workbench-1.5.0/src/Files/ChartableTwoFileMatrixChart.cxx:594:122: note: Function 'getValidRowColumnSelectionDimensions' argument 1 names different: declaration 'validRowColumnSelectionDimensionOut' definition 'validRowColumnSelectionDimensionsOut'. connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.cxx:168:60: style:inconclusive: Function 'writeFile' argument 1 names different: declaration 'filename' definition 'ciftiMapFileName'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.h:66:47: note: Function 'writeFile' argument 1 names different: declaration 'filename' definition 'ciftiMapFileName'. connectome-workbench-1.5.0/src/Files/CiftiBrainordinateDataSeriesFile.cxx:168:60: note: Function 'writeFile' argument 1 names different: declaration 'filename' definition 'ciftiMapFileName'. connectome-workbench-1.5.0/src/Files/CiftiBrainordinateLabelFile.cxx:129:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:208:24: style: Condition 'scalarFile!=NULL' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:118:48: note: Assignment 'scalarFile=NULL', assigned value is 0 connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:208:24: note: Condition 'scalarFile!=NULL' is always false connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:85:126: style:inconclusive: Function 'newInstanceFromRowInCiftiConnectivityMatrixFile' argument 1 names different: declaration 'ciftiMatrixFile' definition 'sourceCiftiMatrixFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.h:42:141: note: Function 'newInstanceFromRowInCiftiConnectivityMatrixFile' argument 1 names different: declaration 'ciftiMatrixFile' definition 'sourceCiftiMatrixFile'. connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:85:126: note: Function 'newInstanceFromRowInCiftiConnectivityMatrixFile' argument 1 names different: declaration 'ciftiMatrixFile' definition 'sourceCiftiMatrixFile'. connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:164:39: style: Local variable 'scalarFile' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:118:35: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiBrainordinateScalarFile.cxx:164:39: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.cxx:300:84: style:inconclusive: Function 'processRowAverageData' argument 1 names different: declaration 'rowAverageData' definition 'rowAverageDataInOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.h:66:64: note: Function 'processRowAverageData' argument 1 names different: declaration 'rowAverageData' definition 'rowAverageDataInOut'. connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixDenseDynamicFile.cxx:300:84: note: Function 'processRowAverageData' argument 1 names different: declaration 'rowAverageData' definition 'rowAverageDataInOut'. connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.h:41:9: style: Class 'CiftiParcelReorderingModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.cxx:769:79: style:inconclusive: Function 'setYokingGroup' argument 1 names different: declaration 'yokingType' definition 'yokingGroup'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.h:108:65: note: Function 'setYokingGroup' argument 1 names different: declaration 'yokingType' definition 'yokingGroup'. connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.cxx:769:79: note: Function 'setYokingGroup' argument 1 names different: declaration 'yokingType' definition 'yokingGroup'. connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.cxx:450:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.cxx:411:54: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.cxx:450:31: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.cxx:387:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiConnectivityMatrixParcelFile.cxx:448:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.cxx:53:28: warning: Member variable 'CiftiFiberOrientationFile::m_volumeSpacing' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/Fiber.h:35:9: style: Class 'Fiber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.cxx:499:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.cxx:561:26: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.cxx:210:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.cxx:265:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Files/CiftiFiberOrientationFile.cxx:101:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:834:9: performance: Variable 'm_fiberFraction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:1211:9: style: Condition 'rowTest' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:1210:20: note: Assignment 'rowTest=false', assigned value is 0 connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:1211:9: note: Condition 'rowTest' is always false connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:804:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:1121:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:1421:19: style: Modulo of one is always equal to zero [moduloofone] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:1341:52: style: Unused variable: fiberOrientationIndexMapToFiberTrajectory [unusedVariable] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:270:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:335:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:972:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiFiberTrajectoryFile.cxx:1285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:886:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:793:13: style: The scope of the variable 'rowIndex' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:794:13: style: The scope of the variable 'columnIndex' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:179:70: style:inconclusive: Function 'setMapDataLoadingEnabled' argument 2 names different: declaration 'enabled' definition 'dataLoadingEnabled'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:48:50: note: Function 'setMapDataLoadingEnabled' argument 2 names different: declaration 'enabled' definition 'dataLoadingEnabled'. connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:179:70: note: Function 'setMapDataLoadingEnabled' argument 2 names different: declaration 'enabled' definition 'dataLoadingEnabled'. connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:707:79: style:inconclusive: Function 'loadDataForColumnIndex' argument 1 names different: declaration 'rowIndex' definition 'columnIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:73:51: note: Function 'loadDataForColumnIndex' argument 1 names different: declaration 'rowIndex' definition 'columnIndex'. connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:707:79: note: Function 'loadDataForColumnIndex' argument 1 names different: declaration 'rowIndex' definition 'columnIndex'. connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:1344:70: style:inconclusive: Function 'getColumnName' argument 1 names different: declaration 'rowIndex' definition 'columnIndex'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.h:85:45: note: Function 'getColumnName' argument 1 names different: declaration 'rowIndex' definition 'columnIndex'. connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:1344:70: note: Function 'getColumnName' argument 1 names different: declaration 'rowIndex' definition 'columnIndex'. connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:378:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableConnectivityMatrixDataFile.cxx:1165:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7899:36: warning: Member variable 'MapContent::m_histogramLimitedValuesNumberOfBuckets' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7899:36: warning: Member variable 'MapContent::m_histogramLimitedValuesMostPositiveValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7899:36: warning: Member variable 'MapContent::m_histogramLimitedValuesLeastPositiveValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7899:36: warning: Member variable 'MapContent::m_histogramLimitedValuesLeastNegativeValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7899:36: warning: Member variable 'MapContent::m_histogramLimitedValuesMostNegativeValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7899:36: warning: Member variable 'MapContent::m_histogramLimitedValuesIncludeZeroValues' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.h:37:9: style: Class 'SparseVolumeIndexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.h:39:9: style: Class 'SparseVolumeIndexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:434:27: style: Condition 'ciftiMappableFile!=NULL' is always false [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:344:48: note: Assignment 'ciftiMappableFile=NULL', assigned value is 0 connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:434:27: note: Condition 'ciftiMappableFile!=NULL' is always false connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:724:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7173:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7207:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7246:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1934:9: warning:inconclusive: Either the condition 'matrixPrimitive==NULL' is redundant or there is possible null pointer dereference: matrixPrimitive. [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1698:25: note: Assuming that condition 'matrixPrimitive==NULL' is not redundant connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1702:37: note: Assuming condition is false connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1934:9: note: Null pointer dereference connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1939:9: warning:inconclusive: Either the condition 'matrixPrimitive==NULL' is redundant or there is possible null pointer dereference: matrixPrimitive. [nullPointerRedundantCheck] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1698:25: note: Assuming that condition 'matrixPrimitive==NULL' is not redundant connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1702:37: note: Assuming condition is false connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1939:9: note: Null pointer dereference connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6118:64: style: Variable 'mappingDataParcelIndex' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6115:0: note: mappingDataParcelIndex is assigned connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6118:64: note: mappingDataParcelIndex is overwritten connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4464:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4963:33: style: The scope of the variable 'mappingDataParcelIndex' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1162:49: style:inconclusive: Function 'writeFile' argument 1 names different: declaration 'filename' definition 'ciftiMapFileName'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:188:47: note: Function 'writeFile' argument 1 names different: declaration 'filename' definition 'ciftiMapFileName'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1162:49: note: Function 'writeFile' argument 1 names different: declaration 'filename' definition 'ciftiMapFileName'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1580:80: style:inconclusive: Function 'getMatrixChartingGraphicsPrimitive' argument 2 names different: declaration 'gridMode' definition 'gridModeIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:543:84: note: Function 'getMatrixChartingGraphicsPrimitive' argument 2 names different: declaration 'gridMode' definition 'gridModeIn'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1580:80: note: Function 'getMatrixChartingGraphicsPrimitive' argument 2 names different: declaration 'gridMode' definition 'gridModeIn'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1581:71: style:inconclusive: Function 'getMatrixChartingGraphicsPrimitive' argument 3 names different: declaration 'opacity' definition 'opacityIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:544:75: note: Function 'getMatrixChartingGraphicsPrimitive' argument 3 names different: declaration 'opacity' definition 'opacityIn'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:1581:71: note: Function 'getMatrixChartingGraphicsPrimitive' argument 3 names different: declaration 'opacity' definition 'opacityIn'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:2894:37: style:inconclusive: Function 'getDimensions' argument 5 names different: declaration 'numComponents' definition 'numComponentsOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:266:45: note: Function 'getDimensions' argument 5 names different: declaration 'numComponents' definition 'numComponentsOut'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:2894:37: note: Function 'getDimensions' argument 5 names different: declaration 'numComponents' definition 'numComponentsOut'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:2984:47: style:inconclusive: Function 'getDimensionsForDataLoading' argument 5 names different: declaration 'numComponents' definition 'numComponentsOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:274:59: note: Function 'getDimensionsForDataLoading' argument 5 names different: declaration 'numComponents' definition 'numComponentsOut'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:2984:47: note: Function 'getDimensionsForDataLoading' argument 5 names different: declaration 'numComponents' definition 'numComponentsOut'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:8352:73: style:inconclusive: Function 'getThresholdData' argument 3 names different: declaration 'thresholdData' definition 'thresholdDataOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.h:638:55: note: Function 'getThresholdData' argument 3 names different: declaration 'thresholdData' definition 'thresholdDataOut'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:8352:73: note: Function 'getThresholdData' argument 3 names different: declaration 'thresholdData' definition 'thresholdDataOut'. connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4774:52: style: Local variable 'map' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4755:36: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4774:52: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4976:56: style: Local variable 'dataLoaded' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4951:51: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4976:56: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5079:60: style: Local variable 'map' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5055:40: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5079:60: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5874:64: style: Local variable 'map' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5859:48: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5874:64: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6126:68: style: Local variable 'dataLoaded' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6103:63: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6126:68: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6215:72: style: Local variable 'map' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6196:52: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6215:72: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6945:40: style: Local variable 'dims' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6882:26: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6945:40: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6998:40: style: Local variable 'dims' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6882:26: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6998:40: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5962:75: performance: Function parameter 'mapIndices' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7316:77: performance: Function parameter 'surfaceMapData' should be passed by const reference. [passedByValue] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:8388:68: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4974:53: warning: Either the condition 'mappingDataParcelIndex>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4978:65: note: Assuming that condition 'mappingDataParcelIndex>=0' is not redundant connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4974:53: note: Negative array index connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6124:65: warning: Either the condition 'mappingDataParcelIndex>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6128:77: note: Assuming that condition 'mappingDataParcelIndex>=0' is not redundant connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6124:65: note: Negative array index connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4963:0: style: Variable 'mappingDataParcelIndex' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7453:27: style: Variable 'rowIndices[i]' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4607:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4619:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4634:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:4895:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5016:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5071:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:5681:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6024:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6038:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6161:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:6208:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7007:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7019:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiMappableDataFile.cxx:7025:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelColoringModeEnum.cxx:183:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelColoringModeEnum.cxx:236:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelColoringModeEnum.cxx:289:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelColoringModeEnum.cxx:323:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelColoringModeEnum.cxx:345:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelColoringModeEnum.cxx:371:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.cxx:427:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.cxx:388:79: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.cxx:427:31: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.cxx:362:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelLabelFile.cxx:425:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelReordering.cxx:73:24: warning: Member variable 'CiftiParcelReordering::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:51:85: style:inconclusive: Function 'CiftiParcelReorderingModel' argument 1 names different: declaration 'ciftiMappableDataFile' definition 'parentCiftiMappableDataFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.h:41:65: note: Function 'CiftiParcelReorderingModel' argument 1 names different: declaration 'ciftiMappableDataFile' definition 'parentCiftiMappableDataFile'. connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:51:85: note: Function 'CiftiParcelReorderingModel' argument 1 names different: declaration 'ciftiMappableDataFile' definition 'parentCiftiMappableDataFile'. connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:96:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:272:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:384:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:413:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelReorderingModel.cxx:535:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.cxx:547:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.cxx:493:78: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.cxx:547:31: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.cxx:467:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiParcelScalarFile.cxx:545:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:492:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:171:62: style:inconclusive: Function 'setMatrixRowColumnMapYokingGroup' argument 2 names different: declaration 'yokingType' definition 'yokingGroup'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.h:48:68: note: Function 'setMatrixRowColumnMapYokingGroup' argument 2 names different: declaration 'yokingType' definition 'yokingGroup'. connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:171:62: note: Function 'setMatrixRowColumnMapYokingGroup' argument 2 names different: declaration 'yokingType' definition 'yokingGroup'. connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:654:31: style: Local variable 'sceneClass' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:636:85: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:654:31: note: Shadow variable connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:133:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:610:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/CiftiScalarDataSeriesFile.cxx:652:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ConnectivityDataLoaded.cxx:243:63: style:inconclusive: Function 'getSurfaceAverageNodeLoading' argument 2 names different: declaration 'surfaceNumberOfNode' definition 'surfaceNumberOfNodes'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/ConnectivityDataLoaded.h:81:45: note: Function 'getSurfaceAverageNodeLoading' argument 2 names different: declaration 'surfaceNumberOfNode' definition 'surfaceNumberOfNodes'. connectome-workbench-1.5.0/src/Files/ConnectivityDataLoaded.cxx:243:63: note: Function 'getSurfaceAverageNodeLoading' argument 2 names different: declaration 'surfaceNumberOfNode' definition 'surfaceNumberOfNodes'. connectome-workbench-1.5.0/src/Files/ControlPointFile.h:45:37: style: The function 'getStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:48:37: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:45:37: note: Function in derived class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:47:22: style: The function 'setStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:47:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:49:32: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:62:32: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:49:32: note: Function in derived class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:51:38: style: The function 'getFileMetaData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:67:38: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:51:38: note: Function in derived class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:61:22: style: The function 'addToDataFileContentInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:73:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:61:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:89:22: style: The function 'saveFileDataToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:103:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:89:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:92:22: style: The function 'restoreFileDataFromScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/CaretDataFile.h:106:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/ControlPointFile.h:92:22: note: Function in derived class connectome-workbench-1.5.0/src/Files/ControlPointFile.cxx:356:5: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] connectome-workbench-1.5.0/src/Files/ControlPointFile.cxx:376:5: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] connectome-workbench-1.5.0/src/Files/ControlPointFile.cxx:175:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ControlPointFile.cxx:196:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ControlPointFile.cxx:259:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/EventCaretDataFilesGet.cxx:143:75: style: Parameter 'caretDataFiles' can be declared as reference to const [constParameter] connectome-workbench-1.5.0/src/Files/EventChartMatrixParcelYokingValidation.cxx:187:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/EventGetDisplayedDataFiles.h:41:9: style: Class 'EventGetDisplayedDataFiles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/EventMapYokingSelectMap.cxx:55:61: style:inconclusive: Function 'EventMapYokingSelectMap' argument 5 names different: declaration 'selectionStatus' definition 'mapOverlaySelectionStatus'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/EventMapYokingSelectMap.h:40:44: note: Function 'EventMapYokingSelectMap' argument 5 names different: declaration 'selectionStatus' definition 'mapOverlaySelectionStatus'. connectome-workbench-1.5.0/src/Files/EventMapYokingSelectMap.cxx:55:61: note: Function 'EventMapYokingSelectMap' argument 5 names different: declaration 'selectionStatus' definition 'mapOverlaySelectionStatus'. connectome-workbench-1.5.0/src/Files/EventMapYokingValidation.cxx:231:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/EventMediaFilesGet.cxx:61:45: style:inconclusive: Function 'addMediaFile' argument 1 names different: declaration 'mediaFile' definition 'dataFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/EventMediaFilesGet.h:46:38: note: Function 'addMediaFile' argument 1 names different: declaration 'mediaFile' definition 'dataFile'. connectome-workbench-1.5.0/src/Files/EventMediaFilesGet.cxx:61:45: note: Function 'addMediaFile' argument 1 names different: declaration 'mediaFile' definition 'dataFile'. connectome-workbench-1.5.0/src/Files/Fiber.h:132:15: performance:inconclusive: Technically the member function 'caret::Fiber::fanningEigenvalueToAngle' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Files/Fiber.cxx:184:8: note: Technically the member function 'caret::Fiber::fanningEigenvalueToAngle' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/Fiber.h:132:15: note: Technically the member function 'caret::Fiber::fanningEigenvalueToAngle' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/Fiber.cxx:184:45: style:inconclusive: Function 'fanningEigenvalueToAngle' argument 1 names different: declaration 'k' definition 'eigenvalue'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/Fiber.h:132:52: note: Function 'fanningEigenvalueToAngle' argument 1 names different: declaration 'k' definition 'eigenvalue'. connectome-workbench-1.5.0/src/Files/Fiber.cxx:184:45: note: Function 'fanningEigenvalueToAngle' argument 1 names different: declaration 'k' definition 'eigenvalue'. connectome-workbench-1.5.0/src/Files/FiberOrientation.cxx:40:19: warning: Member variable 'FiberOrientation::m_drawingDepth' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/FiberOrientationColoringTypeEnum.cxx:145:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberOrientationColoringTypeEnum.cxx:198:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberOrientationColoringTypeEnum.cxx:251:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberOrientationColoringTypeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberOrientationColoringTypeEnum.cxx:307:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberOrientationColoringTypeEnum.cxx:333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:286:5: performance: Variable 'm_caretColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:300:5: performance: Variable 'm_caretColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.h:46:13: style: Class 'Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:61:15: style: Local variable 'item' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:53:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:61:15: note: Shadow variable connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:98:57: style: Variable 'items' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:60:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryColorModel.cxx:83:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryDisplayModeEnum.cxx:151:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryDisplayModeEnum.cxx:204:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryDisplayModeEnum.cxx:257:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryDisplayModeEnum.cxx:291:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryDisplayModeEnum.cxx:313:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryDisplayModeEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.cxx:168:67: style:inconclusive: Function 'setProportionStreamline' argument 1 names different: declaration 'thresholdStreamline' definition 'proportionStreamline'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.h:50:50: note: Function 'setProportionStreamline' argument 1 names different: declaration 'thresholdStreamline' definition 'proportionStreamline'. connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.cxx:168:67: note: Function 'setProportionStreamline' argument 1 names different: declaration 'thresholdStreamline' definition 'proportionStreamline'. connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.cxx:188:71: style:inconclusive: Function 'setProportionMaximumOpacity' argument 1 names different: declaration 'maximumProportionOpacity' definition 'maximumMagnitude'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.h:54:54: note: Function 'setProportionMaximumOpacity' argument 1 names different: declaration 'maximumProportionOpacity' definition 'maximumMagnitude'. connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.cxx:188:71: note: Function 'setProportionMaximumOpacity' argument 1 names different: declaration 'maximumProportionOpacity' definition 'maximumMagnitude'. connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.cxx:208:71: style:inconclusive: Function 'setProportionMinimumOpacity' argument 1 names different: declaration 'minimumProportionOpacity' definition 'minimumOpacity'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.h:58:54: note: Function 'setProportionMinimumOpacity' argument 1 names different: declaration 'minimumProportionOpacity' definition 'minimumOpacity'. connectome-workbench-1.5.0/src/Files/FiberTrajectoryMapProperties.cxx:208:71: note: Function 'setProportionMinimumOpacity' argument 1 names different: declaration 'minimumProportionOpacity' definition 'minimumOpacity'. connectome-workbench-1.5.0/src/Files/FileIdentificationAttributes.cxx:77:31: warning:inconclusive: Member variable 'FileIdentificationAttributes::m_sceneAssistant' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/FileIdentificationMapSelectionEnum.cxx:177:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FileIdentificationMapSelectionEnum.cxx:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FileIdentificationMapSelectionEnum.cxx:283:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FileIdentificationMapSelectionEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FileIdentificationMapSelectionEnum.cxx:339:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FileIdentificationMapSelectionEnum.cxx:365:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FilePathNamePrefixCompactor.cxx:214:9: style: Condition 'onlyFilesWithMatchingFileNamesFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/FilePathNamePrefixCompactor.cxx:213:51: note: Assignment 'onlyFilesWithMatchingFileNamesFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Files/FilePathNamePrefixCompactor.cxx:214:9: note: Condition 'onlyFilesWithMatchingFileNamesFlag' is always true connectome-workbench-1.5.0/src/Files/FilePathNamePrefixCompactor.cxx:100:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FilePathNamePrefixCompactor.cxx:133:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FilePathNamePrefixCompactor.cxx:338:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FociFileSaxReader.h:47:9: style: Class 'FociFileSaxReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/FociFile.cxx:132:46: style:inconclusive: Function 'copyHelperFociFile' argument 1 names different: declaration 'obj' definition 'ff'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/FociFile.h:111:49: note: Function 'copyHelperFociFile' argument 1 names different: declaration 'obj' definition 'ff'. connectome-workbench-1.5.0/src/Files/FociFile.cxx:132:46: note: Function 'copyHelperFociFile' argument 1 names different: declaration 'obj' definition 'ff'. connectome-workbench-1.5.0/src/Files/FociFile.cxx:77:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FociFile.cxx:403:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FociFile.cxx:426:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/FociFile.cxx:458:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/StudyMetaDataLinkSetSaxReader.h:44:9: style: Class 'StudyMetaDataLinkSetSaxReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItemSaxReader.h:43:9: style: Class 'SurfaceProjectedItemSaxReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/FociFileSaxReader.cxx:246:46: style:inconclusive: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/FociFileSaxReader.h:56:40: note: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. connectome-workbench-1.5.0/src/Files/FociFileSaxReader.cxx:246:46: note: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. connectome-workbench-1.5.0/src/Files/Focus.cxx:143:37: style:inconclusive: Function 'copyHelperFocus' argument 1 names different: declaration 'obj' definition 'focus'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/Focus.h:173:43: note: Function 'copyHelperFocus' argument 1 names different: declaration 'obj' definition 'focus'. connectome-workbench-1.5.0/src/Files/Focus.cxx:143:37: note: Function 'copyHelperFocus' argument 1 names different: declaration 'obj' definition 'focus'. connectome-workbench-1.5.0/src/Files/Focus.cxx:195:36: style:inconclusive: Function 'setClassName' argument 1 names different: declaration 'name' definition 'className'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/Focus.h:48:42: note: Function 'setClassName' argument 1 names different: declaration 'name' definition 'className'. connectome-workbench-1.5.0/src/Files/Focus.cxx:195:36: note: Function 'setClassName' argument 1 names different: declaration 'name' definition 'className'. connectome-workbench-1.5.0/src/Files/Focus.cxx:240:34: style:inconclusive: Function 'setComment' argument 1 names different: declaration 'area' definition 'comment'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/Focus.h:56:40: note: Function 'setComment' argument 1 names different: declaration 'area' definition 'comment'. connectome-workbench-1.5.0/src/Files/Focus.cxx:240:34: note: Function 'setComment' argument 1 names different: declaration 'area' definition 'comment'. connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:169:5: performance: Variable 'm_myBase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/GeodesicHelper.h:92:15: performance:inconclusive: Technically the member function 'caret::GeodesicHelper::linePenalty' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:865:23: note: Technically the member function 'caret::GeodesicHelper::linePenalty' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/GeodesicHelper.h:92:15: note: Technically the member function 'caret::GeodesicHelper::linePenalty' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:219:19: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:219:42: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:297:19: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:297:42: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:428:42: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:521:19: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:521:42: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:624:19: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:624:42: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:712:19: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:712:42: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:793:13: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:793:36: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:894:13: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:894:36: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:944:13: style: The scope of the variable 'whichnode' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:944:36: style: The scope of the variable 'numNeigh' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:1025:44: style: The scope of the variable 'node' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:191:103: style:inconclusive: Function 'getNodesToGeoDist' argument 3 names different: declaration 'neighborsOut' definition 'nodesOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/GeodesicHelper.h:99:95: note: Function 'getNodesToGeoDist' argument 3 names different: declaration 'neighborsOut' definition 'nodesOut'. connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:191:103: note: Function 'getNodesToGeoDist' argument 3 names different: declaration 'neighborsOut' definition 'nodesOut'. connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:201:103: style:inconclusive: Function 'getNodesToGeoDist' argument 3 names different: declaration 'neighborsOut' definition 'nodesOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/GeodesicHelper.h:102:95: note: Function 'getNodesToGeoDist' argument 3 names different: declaration 'neighborsOut' definition 'nodesOut'. connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:201:103: note: Function 'getNodesToGeoDist' argument 3 names different: declaration 'neighborsOut' definition 'nodesOut'. connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:93:26: style: Unused variable: tempneigh2 [unusedVariable] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:94:24: style: Unused variable: tempdist2 [unusedVariable] connectome-workbench-1.5.0/src/Files/GeodesicHelper.cxx:1151:31: style: Variable 'ofInterest' is assigned a value that is never used. [unreadVariable] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:45:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesMostPositiveValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:45:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesLeastPositiveValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:45:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesLeastNegativeValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:45:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesMostNegativeValueInclusive' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:45:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesIncludeZeroValues' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning:inconclusive: Member variable 'GiftiTypeFile::m_fileFastStatistics' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning:inconclusive: Member variable 'GiftiTypeFile::m_fileHistogram' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning:inconclusive: Member variable 'GiftiTypeFile::m_histogramNumberOfBuckets' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning:inconclusive: Member variable 'GiftiTypeFile::m_fileHistorgramLimitedValues' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning:inconclusive: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesNumberOfBuckets' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesMostPositiveValueInclusive' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesLeastPositiveValueInclusive' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesLeastNegativeValueInclusive' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesMostNegativeValueInclusive' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:16: warning:inconclusive: Member variable 'GiftiTypeFile::m_fileHistogramLimitedValuesIncludeZeroValues' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:51: style:inconclusive: Function 'GiftiTypeFile' argument 1 names different: declaration 's' definition 'gtf'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/GiftiTypeFile.h:43:44: note: Function 'GiftiTypeFile' argument 1 names different: declaration 's' definition 'gtf'. connectome-workbench-1.5.0/src/Files/GiftiTypeFile.cxx:68:51: note: Function 'GiftiTypeFile' argument 1 names different: declaration 's' definition 'gtf'. connectome-workbench-1.5.0/src/Files/GroupAndNameCheckStateEnum.cxx:155:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameCheckStateEnum.cxx:208:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameCheckStateEnum.cxx:261:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameCheckStateEnum.cxx:295:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameCheckStateEnum.cxx:317:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameCheckStateEnum.cxx:343:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:117:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:234:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:282:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:415:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:475:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:552:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:740:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:766:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:801:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:813:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:835:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:852:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:874:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:915:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyItem.cxx:950:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:146:55: style:inconclusive: Function 'setAllSelected' argument 3 names different: declaration 'status' definition 'selectionStatus'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.h:52:40: note: Function 'setAllSelected' argument 3 names different: declaration 'status' definition 'selectionStatus'. connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:146:55: note: Function 'setAllSelected' argument 3 names different: declaration 'status' definition 'selectionStatus'. connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:338:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:348:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:443:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:539:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:549:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:647:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:743:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:753:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/GroupAndNameHierarchyModel.cxx:851:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageCaptureDimensionsModeEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageCaptureDimensionsModeEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageCaptureDimensionsModeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageCaptureDimensionsModeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageCaptureDimensionsModeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageCaptureDimensionsModeEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageCaptureSettings.cxx:126:23: warning: Member variable 'ImageCaptureSettings::m_sceneAssistant' is not initialized in the copy constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/ImageCaptureSettings.cxx:126:23: warning:inconclusive: Member variable 'ImageCaptureSettings::m_cropToTabWindowLockAspectRegionEnabled' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/ImageCaptureSettings.cxx:58:5: performance: Variable 'm_imageFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/ImageFile.cxx:124:29: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/ImageFile.cxx:1147:37: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/ImageFile.cxx:1290:29: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/ImageFile.cxx:947:22: style: Variable 'errorMessage' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Files/ImageFile.cxx:946:59: note: errorMessage is assigned connectome-workbench-1.5.0/src/Files/ImageFile.cxx:947:22: note: errorMessage is overwritten connectome-workbench-1.5.0/src/Files/ImageFile.cxx:69:36: style:inconclusive: Function 'ImageFile' argument 1 names different: declaration 'img' definition 'qimage'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/ImageFile.h:94:29: note: Function 'ImageFile' argument 1 names different: declaration 'img' definition 'qimage'. connectome-workbench-1.5.0/src/Files/ImageFile.cxx:69:36: note: Function 'ImageFile' argument 1 names different: declaration 'img' definition 'qimage'. connectome-workbench-1.5.0/src/Files/ImageFile.cxx:223:40: style:inconclusive: Function 'setFromQImage' argument 1 names different: declaration 'img' definition 'qimage'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/ImageFile.h:125:38: note: Function 'setFromQImage' argument 1 names different: declaration 'img' definition 'qimage'. connectome-workbench-1.5.0/src/Files/ImageFile.cxx:223:40: note: Function 'setFromQImage' argument 1 names different: declaration 'img' definition 'qimage'. connectome-workbench-1.5.0/src/Files/ImageFile.cxx:869:54: style:inconclusive: Function 'compareFileForUnitTesting' argument 1 names different: declaration 'df' definition 'dataFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/ImageFile.h:117:60: note: Function 'compareFileForUnitTesting' argument 1 names different: declaration 'df' definition 'dataFile'. connectome-workbench-1.5.0/src/Files/ImageFile.cxx:869:54: note: Function 'compareFileForUnitTesting' argument 1 names different: declaration 'df' definition 'dataFile'. connectome-workbench-1.5.0/src/Files/ImageResolutionUnitsEnum.cxx:176:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageResolutionUnitsEnum.cxx:229:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageResolutionUnitsEnum.cxx:282:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageResolutionUnitsEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageResolutionUnitsEnum.cxx:338:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageResolutionUnitsEnum.cxx:364:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageSpatialUnitsEnum.cxx:180:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageSpatialUnitsEnum.cxx:233:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageSpatialUnitsEnum.cxx:286:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageSpatialUnitsEnum.cxx:320:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageSpatialUnitsEnum.cxx:342:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/ImageSpatialUnitsEnum.cxx:368:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:145:47: style:inconclusive: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.h:53:41: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:145:47: note: Function 'fromName' argument 1 names different: declaration 'name' definition 'nameIn'. connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:156:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:209:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:262:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:296:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:318:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelDrawingTypeEnum.cxx:344:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelFile.cxx:396:38: style:inconclusive: Function 'setLabelKey' argument 3 names different: declaration 'labelIndex' definition 'labelKey'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/LabelFile.h:73:40: note: Function 'setLabelKey' argument 3 names different: declaration 'labelIndex' definition 'labelKey'. connectome-workbench-1.5.0/src/Files/LabelFile.cxx:396:38: note: Function 'setLabelKey' argument 3 names different: declaration 'labelIndex' definition 'labelKey'. connectome-workbench-1.5.0/src/Files/LabelFile.cxx:532:81: style:inconclusive: Function 'setLabelKeysForColumn' argument 2 names different: declaration 'keysIn' definition 'valuesIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/LabelFile.h:81:78: note: Function 'setLabelKeysForColumn' argument 2 names different: declaration 'keysIn' definition 'valuesIn'. connectome-workbench-1.5.0/src/Files/LabelFile.cxx:532:81: note: Function 'setLabelKeysForColumn' argument 2 names different: declaration 'keysIn' definition 'valuesIn'. connectome-workbench-1.5.0/src/Files/LabelFile.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelFile.cxx:244:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/LabelFile.cxx:259:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/MapYokingGroupEnum.cxx:183:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/MapYokingGroupEnum.cxx:314:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/MapYokingGroupEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/MapYokingGroupEnum.cxx:401:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/MapYokingGroupEnum.cxx:423:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/MapYokingGroupEnum.cxx:449:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/MetricDynamicConnectivityFile.h:40:9: style: Class 'MetricDynamicConnectivityFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/MetricFile.cxx:556:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/MetricFile.cxx:625:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/MetricFile.cxx:259:52: style:inconclusive: Function 'copyHelperMetricFile' argument 1 names different: declaration 'sf' definition 'mf'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/MetricFile.h:119:53: note: Function 'copyHelperMetricFile' argument 1 names different: declaration 'sf' definition 'mf'. connectome-workbench-1.5.0/src/Files/MetricFile.cxx:259:52: note: Function 'copyHelperMetricFile' argument 1 names different: declaration 'sf' definition 'mf'. connectome-workbench-1.5.0/src/Files/MetricFile.cxx:582:29: style: Local variable 'chartData' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/MetricFile.cxx:579:25: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/MetricFile.cxx:582:29: note: Shadow variable connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:128:25: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:131:32: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:425:36: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:471:36: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:518:25: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:519:40: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:527:32: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:528:41: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:637:61: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:670:61: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:710:25: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:713:32: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:816:79: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:848:79: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:518:25: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:519:40: portability: Casting between const unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:907:27: style: Checking if unsigned expression 'myRGBA[3]' is less than zero. [unsignedLessThanZero] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:1043:27: style: Checking if unsigned expression 'myRGBA[3]' is less than zero. [unsignedLessThanZero] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:99:67: style:inconclusive: Function 'colorScalarsWithPalettePrivate' argument 3 names different: declaration 'scalars' definition 'scalarValues'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.h:112:65: note: Function 'colorScalarsWithPalettePrivate' argument 3 names different: declaration 'scalars' definition 'scalarValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:99:67: note: Function 'colorScalarsWithPalettePrivate' argument 3 names different: declaration 'scalars' definition 'scalarValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:101:67: style:inconclusive: Function 'colorScalarsWithPalettePrivate' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.h:114:65: note: Function 'colorScalarsWithPalettePrivate' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:101:67: note: Function 'colorScalarsWithPalettePrivate' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:411:60: style:inconclusive: Function 'colorScalarsWithPalette' argument 3 names different: declaration 'scalars' definition 'scalarValues'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.h:41:58: note: Function 'colorScalarsWithPalette' argument 3 names different: declaration 'scalars' definition 'scalarValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:411:60: note: Function 'colorScalarsWithPalette' argument 3 names different: declaration 'scalars' definition 'scalarValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:413:60: style:inconclusive: Function 'colorScalarsWithPalette' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.h:43:58: note: Function 'colorScalarsWithPalette' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:413:60: note: Function 'colorScalarsWithPalette' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:457:60: style:inconclusive: Function 'colorScalarsWithPalette' argument 3 names different: declaration 'scalars' definition 'scalarValues'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.h:50:58: note: Function 'colorScalarsWithPalette' argument 3 names different: declaration 'scalars' definition 'scalarValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:457:60: note: Function 'colorScalarsWithPalette' argument 3 names different: declaration 'scalars' definition 'scalarValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:459:60: style:inconclusive: Function 'colorScalarsWithPalette' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.h:52:58: note: Function 'colorScalarsWithPalette' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. connectome-workbench-1.5.0/src/Files/NodeAndVoxelColoring.cxx:459:60: note: Function 'colorScalarsWithPalette' argument 5 names different: declaration 'scalarThresholds' definition 'thresholdValues'. connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.h:39:24: style:inconclusive: Technically the member function 'caret::OxfordSparseThreeFile::getDimensions' can be const. [functionConst] connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.cxx:62:5: warning: Class 'OxfordSparseThreeFile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.cxx:48:96: error: Resource leak: indexFile [resourceLeak] connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.cxx:133:19: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.cxx:152:23: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.cxx:86:17: style: Local variable 'index' shadows outer argument [shadowArgument] connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.cxx:71:51: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/OxfordSparseThreeFile.cxx:86:17: note: Shadow variable connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1940:14: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1952:9: note: Found duplicate branches for 'if' and 'else'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1940:14: note: Found duplicate branches for 'if' and 'else'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1964:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1978:9: note: Found duplicate branches for 'if' and 'else'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1964:9: note: Found duplicate branches for 'if' and 'else'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1079:42: style: Same expression on both sides of '/'. [duplicateExpression] connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1132:41: style: Same expression on both sides of '/'. [duplicateExpression] connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1202:39: style: Same expression on both sides of '/'. [duplicateExpression] connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:223:37: style:inconclusive: Function 'getColor' argument 1 names different: declaration 'index' definition 'indx'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/PaletteFile.h:90:50: note: Function 'getColor' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:223:37: note: Function 'getColor' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:291:39: style:inconclusive: Function 'getPalette' argument 1 names different: declaration 'index' definition 'indx'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/PaletteFile.h:100:43: note: Function 'getPalette' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:291:39: note: Function 'getPalette' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:322:42: style:inconclusive: Function 'removePalette' argument 1 names different: declaration 'index' definition 'indx'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/PaletteFile.h:104:42: note: Function 'removePalette' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:322:42: note: Function 'removePalette' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1771:59: style:inconclusive: Function 'setDefaultPaletteColorMapping' argument 3 names different: declaration 'fileName' definition 'fileNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/PaletteFile.h:130:66: note: Function 'setDefaultPaletteColorMapping' argument 3 names different: declaration 'fileName' definition 'fileNameIn'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1771:59: note: Function 'setDefaultPaletteColorMapping' argument 3 names different: declaration 'fileName' definition 'fileNameIn'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1772:59: style:inconclusive: Function 'setDefaultPaletteColorMapping' argument 4 names different: declaration 'dataName' definition 'dataNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/PaletteFile.h:131:66: note: Function 'setDefaultPaletteColorMapping' argument 4 names different: declaration 'dataName' definition 'dataNameIn'. connectome-workbench-1.5.0/src/Files/PaletteFile.cxx:1772:59: note: Function 'setDefaultPaletteColorMapping' argument 4 names different: declaration 'dataName' definition 'dataNameIn'. connectome-workbench-1.5.0/src/Files/RibbonMappingHelper.h:40:9: warning:inconclusive: Member variable 'VoxelWeight::weight' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/RibbonMappingHelper.h:40:9: warning:inconclusive: Member variable 'VoxelWeight::ijk' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/RibbonMappingHelper.h:54:9: warning:inconclusive: Member variable 'PointWeight::weight' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/RibbonMappingHelper.cxx:72:9: warning:inconclusive: Member variable 'TriInfo::m_planeEq' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/RibbonMappingHelper.h:55:86: performance: Variable 'coord' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/RibbonMappingHelper.cxx:128:16: style: The scope of the variable 'temp' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/SceneDataFileInfo.cxx:89:20: warning:inconclusive: Member variable 'SceneDataFileInfo::m_remoteFlag' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/SceneDataFileInfo.cxx:89:20: warning:inconclusive: Member variable 'SceneDataFileInfo::m_missingFlag' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:74:5: performance: Variable 'm_balsaStudyID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:75:5: performance: Variable 'm_balsaStudyTitle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:76:5: performance: Variable 'm_balsaCustomBaseDirectory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:77:5: performance: Variable 'm_balsaExtractToDirectoryName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:78:5: performance: Variable 'm_basePathType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:663:9: style: Condition 'useStreamReaderFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:662:36: note: Assignment 'useStreamReaderFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Files/SceneFile.cxx:663:9: note: Condition 'useStreamReaderFlag' is always true connectome-workbench-1.5.0/src/Files/SceneFile.cxx:835:13: style: Condition 'useStreamWriterFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:834:40: note: Assignment 'useStreamWriterFlag(true)', assigned value is 1 connectome-workbench-1.5.0/src/Files/SceneFile.cxx:835:13: note: Condition 'useStreamWriterFlag' is always true connectome-workbench-1.5.0/src/Files/SceneFile.cxx:645:36: style:inconclusive: Function 'readFile' argument 1 names different: declaration 'filename' definition 'filenameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SceneFile.h:79:38: note: Function 'readFile' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:645:36: note: Function 'readFile' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:723:45: style:inconclusive: Function 'readFileSaxReader' argument 1 names different: declaration 'filename' definition 'filenameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SceneFile.h:81:47: note: Function 'readFileSaxReader' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:723:45: note: Function 'readFileSaxReader' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:780:48: style:inconclusive: Function 'readFileStreamReader' argument 1 names different: declaration 'filename' definition 'filenameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SceneFile.h:83:50: note: Function 'readFileStreamReader' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:780:48: note: Function 'readFileStreamReader' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1121:58: style:inconclusive: Function 'setBalsaExtractToDirectoryName' argument 1 names different: declaration 'balsaExtractToDirectoryName' definition 'extractToDirectoryName'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SceneFile.h:170:60: note: Function 'setBalsaExtractToDirectoryName' argument 1 names different: declaration 'balsaExtractToDirectoryName' definition 'extractToDirectoryName'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1121:58: note: Function 'setBalsaExtractToDirectoryName' argument 1 names different: declaration 'balsaExtractToDirectoryName' definition 'extractToDirectoryName'. connectome-workbench-1.5.0/src/Files/SceneFile.cxx:392:47: style: Parameter 'orderedScenes' can be declared as reference to const [constParameter] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1468:44: style: Variable 'dfi' can be declared as reference to const [constVariable] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:869:47: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1186:22: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1469:73: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1511:21: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1566:34: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:1599:47: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:91:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:115:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:167:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SceneFile.cxx:410:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:49:21: warning: Member variable 'SceneFileSaxReader::m_sceneInfo' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:49:21: warning: Member variable 'SceneFileSaxReader::m_sceneInfoIndex' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:265:26: style: Redundant initialization for 'basePathType'. The initialized value is overwritten before it is read. [redundantInitialization] connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:263:58: note: basePathType is initialized connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:265:26: note: basePathType is overwritten connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:229:47: style:inconclusive: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.h:57:40: note: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:229:47: note: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. connectome-workbench-1.5.0/src/Files/SceneFileSaxReader.cxx:294:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:778:5: performance: Variable 'm_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:780:5: performance: Variable 'm_triMarked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:781:5: performance: Variable 'm_triMarkChanged' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:790:5: performance: Variable 'm_topoHelp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.h:108:14: performance:inconclusive: Technically the member function 'caret::SignedDistanceHelper::pointInTri' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:573:28: note: Technically the member function 'caret::SignedDistanceHelper::pointInTri' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.h:108:14: note: Technically the member function 'caret::SignedDistanceHelper::pointInTri' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.h:40:27: warning: Struct 'TriVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.h:40:27: warning: Struct 'TriVector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.h:64:9: style: Class 'SignedDistanceHelperBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.h:110:9: style: Class 'SignedDistanceHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:739:62: style: Variable 'bestxy[0]' is reassigned a value before the old one has been used. [redundantAssignment] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:739:39: note: bestxy[0] is assigned connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:739:62: note: bestxy[0] is overwritten connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:311:11: style: The scope of the variable 'tempf' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:179:59: style:inconclusive: Function 'barycentricWeights' argument 1 names different: declaration 'coordIn' definition 'coord'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.h:118:45: note: Function 'barycentricWeights' argument 1 names different: declaration 'coordIn' definition 'coord'. connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:179:59: note: Function 'barycentricWeights' argument 1 names different: declaration 'coordIn' definition 'coord'. connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:269:23: style: Local variable 'tempf' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:185:11: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:269:23: note: Shadow variable connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:667:15: style: Variable 'p' can be declared as const array [constVariable] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:529:37: error: Array index -1 is out of bounds. [negativeContainerIndex] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:520:42: note: Assignment 'whichEdge=-1', assigned value is -1 connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:521:43: note: Assuming condition is false connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:529:37: note: Negative array index connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:113:45: error: Uninitialized variables: bestInfo.type, bestInfo.node1, bestInfo.node2, bestInfo.triangle [uninitvar] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:67:12: note: Assuming condition is false connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:113:45: note: Uninitialized variables: bestInfo.type, bestInfo.node1, bestInfo.node2, bestInfo.triangle connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:241:22: error: Uninitialized variable: bestInfo.type [uninitvar] connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:188:12: note: Assuming condition is false connectome-workbench-1.5.0/src/Files/SignedDistanceHelper.cxx:241:22: note: Uninitialized variable: bestInfo.type connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.cxx:104:9: style: Condition 'validateFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.cxx:103:25: note: Assignment 'validateFlag=true', assigned value is 1 connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.cxx:104:9: note: Condition 'validateFlag' is always true connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.cxx:97:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.cxx:108:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.cxx:167:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SparseVolumeIndexer.cxx:183:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.h:35:9: style: Class 'SpecFileDataFileTypeGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SpecFileSaxReader.h:44:9: style: Class 'SpecFileSaxReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:561:5: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:885:35: style:inconclusive: Function 'readFile' argument 1 names different: declaration 'filename' definition 'filenameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SpecFile.h:106:46: note: Function 'readFile' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SpecFile.cxx:885:35: note: Function 'readFile' argument 1 names different: declaration 'filename' definition 'filenameIn'. connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1134:58: style:inconclusive: Function 'updateFileNameAndPathForWriting' argument 1 names different: declaration 'dataFileName' definition 'dataFileNameIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SpecFile.h:203:64: note: Function 'updateFileNameAndPathForWriting' argument 1 names different: declaration 'dataFileName' definition 'dataFileNameIn'. connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1134:58: note: Function 'updateFileNameAndPathForWriting' argument 1 names different: declaration 'dataFileName' definition 'dataFileNameIn'. connectome-workbench-1.5.0/src/Files/SpecFile.cxx:75:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:169:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:183:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:215:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:276:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:330:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:407:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:520:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:604:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:685:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:712:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:730:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:748:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:765:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:791:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:817:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:840:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:867:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1213:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1268:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1288:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1304:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1318:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1333:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1353:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1386:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1663:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1683:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFile.cxx:1737:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFile.cxx:60:5: performance: Variable 'm_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SpecFileDataFile.cxx:61:5: performance: Variable 'm_dataFileType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SpecFileDataFile.cxx:62:5: performance: Variable 'm_structure' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] connectome-workbench-1.5.0/src/Files/SpecFileDataFile.cxx:219:26: style: The statement 'if (m_savingSelected!=selected) m_savingSelected=selected' is logically equivalent to 'm_savingSelected=selected'. [duplicateConditionalAssign] connectome-workbench-1.5.0/src/Files/SpecFileDataFile.cxx:220:26: note: Assignment 'm_savingSelected=selected' connectome-workbench-1.5.0/src/Files/SpecFileDataFile.cxx:219:26: note: Condition 'm_savingSelected!=selected' is redundant connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:86:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:105:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:171:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:218:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:234:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:248:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:284:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:303:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileDataFileTypeGroup.cxx:322:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SpecFileSaxReader.cxx:164:46: style:inconclusive: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SpecFileSaxReader.h:53:40: note: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. connectome-workbench-1.5.0/src/Files/SpecFileSaxReader.cxx:164:46: note: Function 'endElement' argument 1 names different: declaration 'namspaceURI' definition 'namespaceURI'. connectome-workbench-1.5.0/src/Files/StudyMetaDataLinkSetSaxReader.cxx:37:84: style:inconclusive: Function 'StudyMetaDataLinkSetSaxReader' argument 1 names different: declaration 'studyMetaDataLinKSet' definition 'studyMetaDataLinkSet'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/StudyMetaDataLinkSetSaxReader.h:44:61: note: Function 'StudyMetaDataLinkSetSaxReader' argument 1 names different: declaration 'studyMetaDataLinKSet' definition 'studyMetaDataLinkSet'. connectome-workbench-1.5.0/src/Files/StudyMetaDataLinkSetSaxReader.cxx:37:84: note: Function 'StudyMetaDataLinkSetSaxReader' argument 1 names different: declaration 'studyMetaDataLinKSet' definition 'studyMetaDataLinkSet'. connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:150:5: style: Class 'CreateTopologyHelperThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1395:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1392:19: note: outer condition: m_locator==NULL connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1395:23: note: identical inner condition: m_locator==NULL connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1253:13: style: The scope of the variable 'tempvert' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:442:40: style:inconclusive: Function 'getTriangle' argument 1 names different: declaration 'index' definition 'indx'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceFile.h:101:50: note: Function 'getTriangle' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:442:40: note: Function 'getTriangle' argument 1 names different: declaration 'index' definition 'indx'. connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1037:54: style:inconclusive: Function 'matchSphereToSurface' argument 1 names different: declaration 'surfaceFile' definition 'matchSurfaceFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceFile.h:150:54: note: Function 'matchSphereToSurface' argument 1 names different: declaration 'surfaceFile' definition 'matchSurfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1037:54: note: Function 'matchSphereToSurface' argument 1 names different: declaration 'surfaceFile' definition 'matchSurfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1871:24: style: Local variable 'boundingBox' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/SurfaceFile.h:311:30: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1871:24: note: Shadow variable connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1584:43: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1611:43: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] connectome-workbench-1.5.0/src/Files/SurfaceFile.cxx:1638:43: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.h:128:18: style:inconclusive: Technically the member function 'caret::SurfacePlaneIntersectionToContour::IntersectionEdge::hasMatchingTriangle' can be const. [functionConst] connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.cxx:387:21: style: Condition 'm_debugFlag' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.cxx:380:13: note: Assuming that condition 'm_debugFlag' is not redundant connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.cxx:387:21: note: Condition 'm_debugFlag' is always true connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.cxx:81:82: style:inconclusive: Function 'SurfacePlaneIntersectionToContour' argument 5 names different: declaration 'contourThicknessMillimeters' definition 'contourThicknessPercentOfViewportHeight'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.h:46:55: note: Function 'SurfacePlaneIntersectionToContour' argument 5 names different: declaration 'contourThicknessMillimeters' definition 'contourThicknessPercentOfViewportHeight'. connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.cxx:81:82: note: Function 'SurfacePlaneIntersectionToContour' argument 5 names different: declaration 'contourThicknessMillimeters' definition 'contourThicknessPercentOfViewportHeight'. connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.cxx:330:78: style:inconclusive: Function 'generateContourFromEdge' argument 1 names different: declaration 'edge' definition 'startingEdge'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.h:183:70: note: Function 'generateContourFromEdge' argument 1 names different: declaration 'edge' definition 'startingEdge'. connectome-workbench-1.5.0/src/Files/SurfacePlaneIntersectionToContour.cxx:330:78: note: Function 'generateContourFromEdge' argument 1 names different: declaration 'edge' definition 'startingEdge'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:46:14: style: The function 'unprojectToSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:105:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:46:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:52:14: style: The function 'unprojectToSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:79:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:52:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:110:14: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:60:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:110:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:112:14: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:48:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:112:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:114:14: style: The function 'setValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:55:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:114:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:116:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:125:25: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:116:25: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:118:14: style: The function 'writeAsXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:122:22: note: Virtual function in base class connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:118:14: note: Function in derived class connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:243:14: style: Condition '!valid' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:240:18: note: Assignment 'valid=false', assigned value is 0 connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:243:14: note: Condition '!valid' is always true connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:299:15: style: The comparison 'valid == false' is always true because 'valid' and 'false' represent the same value. [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:297:18: note: 'valid' is assigned value 'false' here. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:299:15: note: The comparison 'valid == false' is always true because 'valid' and 'false' represent the same value. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:118:62: style:inconclusive: Function 'copyHelper' argument 1 names different: declaration 'o' definition 'spi'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.h:55:53: note: Function 'copyHelper' argument 1 names different: declaration 'o' definition 'spi'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:118:62: note: Function 'copyHelper' argument 1 names different: declaration 'o' definition 'spi'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:212:63: style:inconclusive: Function 'getProjectedPosition' argument 1 names different: declaration 'sf' definition 'surfaceFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.h:70:54: note: Function 'getProjectedPosition' argument 1 names different: declaration 'sf' definition 'surfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:212:63: note: Function 'getProjectedPosition' argument 1 names different: declaration 'sf' definition 'surfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:236:63: style:inconclusive: Function 'getProjectedPosition' argument 1 names different: declaration 'sf' definition 'surfaceFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.h:66:54: note: Function 'getProjectedPosition' argument 1 names different: declaration 'sf' definition 'surfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:236:63: note: Function 'getProjectedPosition' argument 1 names different: declaration 'sf' definition 'surfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:292:75: style:inconclusive: Function 'getProjectedPositionAboveSurface' argument 1 names different: declaration 'sf' definition 'surfaceFile'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.h:74:66: note: Function 'getProjectedPositionAboveSurface' argument 1 names different: declaration 'sf' definition 'surfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:292:75: note: Function 'getProjectedPositionAboveSurface' argument 1 names different: declaration 'sf' definition 'surfaceFile'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:293:78: style:inconclusive: Function 'getProjectedPositionAboveSurface' argument 2 names different: declaration 'th' definition 'topologyHelper'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.h:75:69: note: Function 'getProjectedPositionAboveSurface' argument 2 names different: declaration 'th' definition 'topologyHelper'. connectome-workbench-1.5.0/src/Files/SurfaceProjectedItem.cxx:293:78: note: Function 'getProjectedPositionAboveSurface' argument 2 names different: declaration 'th' definition 'topologyHelper'. connectome-workbench-1.5.0/src/Files/SurfaceProjection.cxx:106:64: style:inconclusive: Function 'setProjectionSurfaceNumberOfNodes' argument 1 names different: declaration 'surfaceNumberOfNodes' definition 'projectionSurfaceNumberOfNodes'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjection.h:113:58: note: Function 'setProjectionSurfaceNumberOfNodes' argument 1 names different: declaration 'surfaceNumberOfNodes' definition 'projectionSurfaceNumberOfNodes'. connectome-workbench-1.5.0/src/Files/SurfaceProjection.cxx:106:64: note: Function 'setProjectionSurfaceNumberOfNodes' argument 1 names different: declaration 'surfaceNumberOfNodes' definition 'projectionSurfaceNumberOfNodes'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.cxx:248:72: style:inconclusive: Function 'unprojectToSurface' argument 2 names different: declaration 'topologyHelper' definition 'topologyHelperIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.h:69:55: note: Function 'unprojectToSurface' argument 2 names different: declaration 'topologyHelper' definition 'topologyHelperIn'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionBarycentric.cxx:248:72: note: Function 'unprojectToSurface' argument 2 names different: declaration 'topologyHelper' definition 'topologyHelperIn'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:855:42: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:862:42: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:865:42: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:868:42: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:898:55: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:900:57: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:901:60: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:141:34: warning: Redundant assignment of 'this->vertexAnatomical[0][0]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:142:34: warning: Redundant assignment of 'this->vertexAnatomical[0][1]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:143:34: warning: Redundant assignment of 'this->vertexAnatomical[0][2]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:144:34: warning: Redundant assignment of 'this->vertexAnatomical[1][0]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:145:34: warning: Redundant assignment of 'this->vertexAnatomical[1][1]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:146:34: warning: Redundant assignment of 'this->vertexAnatomical[1][2]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:148:28: warning: Redundant assignment of 'this->posAnatomical[0]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:149:28: warning: Redundant assignment of 'this->posAnatomical[1]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:150:28: warning: Redundant assignment of 'this->posAnatomical[2]' to itself. [selfAssignment] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:212:69: style:inconclusive: Function 'unprojectToSurface' argument 2 names different: declaration 'topologyHelper' definition 'topologyHelperIn'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:47:55: note: Function 'unprojectToSurface' argument 2 names different: declaration 'topologyHelper' definition 'topologyHelperIn'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:212:69: note: Function 'unprojectToSurface' argument 2 names different: declaration 'topologyHelper' definition 'topologyHelperIn'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:663:57: style:inconclusive: Function 'setTriAnatomical' argument 3 names different: declaration 'anatomical' definition 'triAnatomical'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:95:43: note: Function 'setTriAnatomical' argument 3 names different: declaration 'anatomical' definition 'triAnatomical'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:663:57: note: Function 'setTriAnatomical' argument 3 names different: declaration 'anatomical' definition 'triAnatomical'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:714:60: style:inconclusive: Function 'setVertexAnatomical' argument 2 names different: declaration 'anatomical' definition 'vertexAnatomical'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.h:102:46: note: Function 'setVertexAnatomical' argument 2 names different: declaration 'anatomical' definition 'vertexAnatomical'. connectome-workbench-1.5.0/src/Files/SurfaceProjectionVanEssen.cxx:714:60: note: Function 'setVertexAnatomical' argument 2 names different: declaration 'anatomical' definition 'vertexAnatomical'. connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:103:19: warning: Member variable 'SurfaceProjector::m_surfaceTypeHint' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:103:19: warning: Member variable 'SurfaceProjector::m_sphericalSurfaceRadius' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:103:19: warning: Member variable 'SurfaceProjector::m_surfaceOffset' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:103:19: warning: Member variable 'SurfaceProjector::m_surfaceOffsetValid' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:103:19: warning: Member variable 'SurfaceProjector::m_allowEdgeProjection' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:103:19: warning: Member variable 'SurfaceProjector::m_validateFlag' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1647:39: warning: Member variable 'ProjectionLocation::m_pointXYZ' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1647:39: warning: Member variable 'ProjectionLocation::m_surfaceXYZ' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1647:39: warning: Member variable 'ProjectionLocation::m_absoluteDistance' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1647:39: warning: Member variable 'ProjectionLocation::m_signedDistance' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1647:39: warning: Member variable 'ProjectionLocation::m_nodes' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1647:39: warning: Member variable 'ProjectionLocation::m_weights' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1647:39: warning: Member variable 'ProjectionLocation::m_nearestNode' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceProjectorException.h:40:5: style: Class 'SurfaceProjectorException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SurfaceProjector.h:49:9: style: Class 'SurfaceProjector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SurfaceProjector.h:51:9: style: Class 'SurfaceProjector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:490:13: style: Condition 'perturbIfError' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:489:31: note: Assignment 'perturbIfError=true', assigned value is 1 connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:490:13: note: Condition 'perturbIfError' is always true connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1510:15: style: Condition 'triA>=0' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1343:25: note: Assuming that condition 'nearestTriangle<0' is not redundant connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1390:18: note: triA is assigned 'nearestTriangle' here. connectome-workbench-1.5.0/src/Files/SurfaceProjector.cxx:1510:15: note: Condition 'triA>=0' is always true connectome-workbench-1.5.0/src/Files/SurfaceResamplingHelper.h:40:13: warning:inconclusive: Member variable 'WeightElem::node' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceResamplingHelper.h:40:13: warning:inconclusive: Member variable 'WeightElem::weight' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/SurfaceResamplingHelper.cxx:207:102: style:inconclusive: Function 'resampleCutSurface' argument 2 names different: declaration 'curSphere' definition 'currentSphere'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceResamplingHelper.h:69:92: note: Function 'resampleCutSurface' argument 2 names different: declaration 'curSphere' definition 'currentSphere'. connectome-workbench-1.5.0/src/Files/SurfaceResamplingHelper.cxx:207:102: note: Function 'resampleCutSurface' argument 2 names different: declaration 'curSphere' definition 'currentSphere'. connectome-workbench-1.5.0/src/Files/SurfaceResamplingMethodEnum.cxx:152:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceResamplingMethodEnum.cxx:205:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceResamplingMethodEnum.cxx:258:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceResamplingMethodEnum.cxx:292:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceResamplingMethodEnum.cxx:314:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceResamplingMethodEnum.cxx:340:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:385:67: style:inconclusive: Function 'getAllAnatomicallyShapedEnums' argument 1 names different: declaration 'threeDimEnums' definition 'anatomicalEnumsOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.h:86:66: note: Function 'getAllAnatomicallyShapedEnums' argument 1 names different: declaration 'threeDimEnums' definition 'anatomicalEnumsOut'. connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:385:67: note: Function 'getAllAnatomicallyShapedEnums' argument 1 names different: declaration 'threeDimEnums' definition 'anatomicalEnumsOut'. connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:166:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:216:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:266:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:316:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:347:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:369:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:502:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:552:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:602:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:652:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/SurfaceTypeEnum.cxx:683:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/TopologyHelper.cxx:158:13: style: The scope of the variable 'nextTile' can be reduced. [variableScope] connectome-workbench-1.5.0/src/Files/TopologyHelper.cxx:29:72: style:inconclusive: Function 'TopologyHelperBase' argument 2 names different: declaration 'sortNeighbors' definition 'sortFlag'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/TopologyHelper.h:111:60: note: Function 'TopologyHelperBase' argument 2 names different: declaration 'sortNeighbors' definition 'sortFlag'. connectome-workbench-1.5.0/src/Files/TopologyHelper.cxx:29:72: note: Function 'TopologyHelperBase' argument 2 names different: declaration 'sortNeighbors' definition 'sortFlag'. connectome-workbench-1.5.0/src/Files/VolumeDynamicConnectivityFile.h:39:9: style: Class 'VolumeDynamicConnectivityFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/VolumeDynamicConnectivityFile.cxx:488:17: style: Condition 'connCorrelation' is always true [knownConditionTrueFalse] connectome-workbench-1.5.0/src/Files/VolumeEditingModeEnum.cxx:240:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeEditingModeEnum.cxx:293:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeEditingModeEnum.cxx:346:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeEditingModeEnum.cxx:380:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeEditingModeEnum.cxx:402:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeEditingModeEnum.cxx:428:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeFile.h:167:22: style: Virtual function 'clear' is called from destructor '~VolumeFile()' at line 201. Dynamic binding is not used. [virtualCallInConstructor] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:201:5: note: Calling clear connectome-workbench-1.5.0/src/Files/VolumeFile.h:167:22: note: clear is a virtual function connectome-workbench-1.5.0/src/Files/VolumeFileEditorDelegate.h:40:9: style: Class 'VolumeFileEditorDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:599:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:596:9: note: outer condition: !m_splinesValid connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:599:13: note: identical inner condition: !m_splinesValid connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:611:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:608:9: note: outer condition: !m_frameSplineValid[whichFrame] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:611:13: note: identical inner condition: !m_frameSplineValid[whichFrame] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:632:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:629:9: note: outer condition: !m_splinesValid connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:632:13: note: identical inner condition: !m_splinesValid connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:645:31: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:642:27: note: outer condition: m_frameSplineValid[whichFrame] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:645:31: note: identical inner condition: m_frameSplineValid[whichFrame] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:2367:17: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:393:23: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:673:41: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:724:39: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:2114:41: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:2540:41: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:2579:41: style: C-style pointer casting [cstyleCast] connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:1728:48: style:inconclusive: Function 'getVoxelValuesForSliceInMap' argument 4 names different: declaration 'sliceValues' definition 'sliceValuesOut'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/VolumeFile.h:346:49: note: Function 'getVoxelValuesForSliceInMap' argument 4 names different: declaration 'sliceValues' definition 'sliceValuesOut'. connectome-workbench-1.5.0/src/Files/VolumeFile.cxx:1728:48: note: Function 'getVoxelValuesForSliceInMap' argument 4 names different: declaration 'sliceValues' definition 'sliceValuesOut'. connectome-workbench-1.5.0/src/Files/VolumeFileEditorDelegate.cxx:781:43: style: Local variable 'value' shadows outer variable [shadowVariable] connectome-workbench-1.5.0/src/Files/VolumeFileEditorDelegate.cxx:700:23: note: Shadowed declaration connectome-workbench-1.5.0/src/Files/VolumeFileEditorDelegate.cxx:781:43: note: Shadow variable connectome-workbench-1.5.0/src/Files/VolumeFileEditorDelegate.cxx:88:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeMapUndoCommand.cxx:59:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeMapUndoCommand.cxx:80:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeMapUndoCommand.cxx:100:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumePaddingHelper.h:37:9: warning: Member variable 'VolumePaddingHelper::m_ipad' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/VolumePaddingHelper.h:37:9: warning: Member variable 'VolumePaddingHelper::m_jpad' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/VolumePaddingHelper.h:37:9: warning: Member variable 'VolumePaddingHelper::m_kpad' is not initialized in the constructor. [uninitMemberVar] connectome-workbench-1.5.0/src/Files/VolumeSliceProjectionTypeEnum.cxx:179:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeSliceProjectionTypeEnum.cxx:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeSliceProjectionTypeEnum.cxx:285:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeSliceProjectionTypeEnum.cxx:319:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeSliceProjectionTypeEnum.cxx:341:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeSliceProjectionTypeEnum.cxx:367:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/Files/VolumeSpline.h:34:14: performance:inconclusive: Technically the member function 'caret::VolumeSpline::deconvolve' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:246:20: note: Technically the member function 'caret::VolumeSpline::deconvolve' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/VolumeSpline.h:34:14: note: Technically the member function 'caret::VolumeSpline::deconvolve' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/VolumeSpline.h:35:14: performance:inconclusive: Technically the member function 'caret::VolumeSpline::predeconvolve' can be static (but you may consider moving to unnamed namespace). [functionStatic] connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:264:20: note: Technically the member function 'caret::VolumeSpline::predeconvolve' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/VolumeSpline.h:35:14: note: Technically the member function 'caret::VolumeSpline::predeconvolve' can be static (but you may consider moving to unnamed namespace). connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:176:41: style:inconclusive: Function 'sample' argument 1 names different: declaration 'i' definition 'ifloat'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/VolumeSpline.h:39:35: note: Function 'sample' argument 1 names different: declaration 'i' definition 'ifloat'. connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:176:41: note: Function 'sample' argument 1 names different: declaration 'i' definition 'ifloat'. connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:176:62: style:inconclusive: Function 'sample' argument 2 names different: declaration 'j' definition 'jfloat'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/VolumeSpline.h:39:51: note: Function 'sample' argument 2 names different: declaration 'j' definition 'jfloat'. connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:176:62: note: Function 'sample' argument 2 names different: declaration 'j' definition 'jfloat'. connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:176:83: style:inconclusive: Function 'sample' argument 3 names different: declaration 'k' definition 'kfloat'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/Files/VolumeSpline.h:39:67: note: Function 'sample' argument 3 names different: declaration 'k' definition 'kfloat'. connectome-workbench-1.5.0/src/Files/VolumeSpline.cxx:176:83: note: Function 'sample' argument 3 names different: declaration 'k' definition 'kfloat'. connectome-workbench-1.5.0/src/Files/VtkFileExporter.cxx:99:24: warning: Identical condition 'totalNodes<=0', second condition is always false [identicalConditionAfterEarlyExit] connectome-workbench-1.5.0/src/Files/VtkFileExporter.cxx:95:24: note: If condition 'totalNodes<=0' is true, the function will return/exit connectome-workbench-1.5.0/src/Files/VtkFileExporter.cxx:99:24: note: Testing identical condition 'totalNodes<=0' connectome-workbench-1.5.0/src/Files/XmlStreamWriterHelper.cxx:83:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] connectome-workbench-1.5.0/src/FilesBase/GiftiException.h:40:5: style: Class 'GiftiException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/FilesBase/GiftiException.h:42:5: style: Class 'GiftiException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/FilesBase/GiftiLabel.h:92:9: style: Class 'GiftiLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] connectome-workbench-1.5.0/src/FilesBase/GiftiLabel.cxx:260:42: style:inconclusive: Function 'GiftiLabel' argument 1 names different: declaration 'gl' definition 'o'. [funcArgNamesDifferent] connectome-workbench-1.5.0/src/FilesBase/GiftiLabel.h:94:38: note: Function 'GiftiLabel' argument 1 names different: declaration 'gl' definition 'o'. connectome-workbench-1.5.0/src/FilesBase/GiftiLabel.cxx:260:42: note: Function 'GiftiLabel' argument 1 names different: declaration 'gl' definition 'o'. connectome-workbench-1.5.0/sr