2025-07-14 22:23 ftp://ftp.de.debian.org/debian/pool/main/m/molequeue/molequeue_0.9.0.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j3 platform: Linux-6.8.0-63-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.17.0 head-info: a2600d0 (2025-07-14 12:39:20 +0200) count: 788 783 elapsed-time: 1.1 1.1 head-timing-info: old-timing-info: head results: molequeue-0.9.0/molequeue/app/aboutdialog.cpp:33:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_VERSION [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/aboutdialog.h:33:3: style: Class 'AboutDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/aboutdialog.cpp:24:35: style:inconclusive: Function 'AboutDialog' argument 1 names different: declaration 'parent' definition 'parent_'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/aboutdialog.h:33:24: note: Function 'AboutDialog' argument 1 names different: declaration 'parent' definition 'parent_'. molequeue-0.9.0/molequeue/app/aboutdialog.cpp:24:35: note: Function 'AboutDialog' argument 1 names different: declaration 'parent' definition 'parent_'. molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:109:8: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:53:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:109:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:110:8: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:54:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:110:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:117:11: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:67:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:117:11: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:122:8: style: The function 'isValidForJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:86:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:122:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:123:8: style: The function 'clearJobs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:70:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:123:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:124:8: style: The function 'useMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:92:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:124:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:125:11: style: The function 'menuText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:98:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:125:11: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:126:20: style: The function 'createActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:114:28: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:126:20: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:127:16: style: The function 'usefulness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:120:24: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:127:16: note: Function in derived class molequeue-0.9.0/molequeue/app/actionfactorymanager.h:68:28: performance: Function 'factories()' should return member 'm_factories' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/actionfactorymanager.cpp:98:3: style: Variable 'factory' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/advancedfilterdialog.h:35:3: style: Class 'AdvancedFilterDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/jobtableproxymodel.h:32:11: performance: Function 'filterString()' should return member 'm_filterString' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/idtypeutils.h:75:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Null [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/addqueuedialog.cpp:42:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VALID_NAME_REG_EXP [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/addqueuedialog.cpp:57:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filebrowsewidget.cpp:46:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filespecification.cpp:62:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filebrowsewidget.cpp:118:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Executable [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filespecification.cpp:139:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filebrowsewidget.cpp:156:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filespecification.cpp:174:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filebrowsewidget.cpp:164:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filebrowsewidget.cpp:184:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filebrowsewidget.cpp:203:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filespecification.h:68:3: style: Class 'FileSpecification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/job.h:69:3: style: Class 'Job' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/job.h:76:3: style: Class 'Job' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/job.h:78:4: style: The destructor '~Job' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobreferencebase.h:65:12: note: Virtual destructor in base class molequeue-0.9.0/molequeue/app/job.h:78:4: note: Destructor in derived class molequeue-0.9.0/molequeue/app/queue.h:90:11: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queue.h:266:11: performance: Function 'launchScriptName()' should return member 'm_launchScriptName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/addqueuedialog.cpp:62:10: style: Variable 'queue' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/filespecification.cpp:38:3: performance: Variable 'm_json' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] molequeue-0.9.0/molequeue/app/filespecification.cpp:84:3: performance: Variable 'm_json' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] molequeue-0.9.0/molequeue/app/logentry.h:118:3: style: Class 'LogEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/logentry.h:102:11: performance: Function 'message()' should return member 'm_message' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/filesystemtools.cpp:39:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoDotAndDotDot [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filesystemtools.cpp:76:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoDotAndDotDot [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/filesystemtools.cpp:27:46: style:inconclusive: Function 'recursiveRemoveDirectory' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/filesystemtools.h:27:46: note: Function 'recursiveRemoveDirectory' argument 1 names different: declaration 'path' definition 'p'. molequeue-0.9.0/molequeue/app/filesystemtools.cpp:27:46: note: Function 'recursiveRemoveDirectory' argument 1 names different: declaration 'path' definition 'p'. molequeue-0.9.0/molequeue/app/filesystemtools.cpp:62:15: style: Variable 'result' is assigned a value that is never used. [unreadVariable] molequeue-0.9.0/molequeue/app/importprogramdialog.cpp:40:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/importprogramdialog.cpp:57:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/importqueuedialog.cpp:41:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/importprogramdialog.cpp:115:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/importqueuedialog.cpp:62:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/importqueuedialog.cpp:142:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/importqueuedialog.h:35:3: style: Class 'ImportQueueDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/program.h:137:11: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/program.h:140:11: performance: Function 'executable()' should return member 'm_executable' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/program.h:143:11: performance: Function 'arguments()' should return member 'm_arguments' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/program.h:146:11: performance: Function 'outputFilename()' should return member 'm_outputFilename' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/program.h:160:11: performance: Function 'customLaunchTemplate()' should return member 'm_customLaunchTemplate' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.h:54:3: style: Class 'JobData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/jobdata.h:70:11: performance: Function 'queue()' should return member 'm_queue' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.h:82:11: performance: Function 'program()' should return member 'm_program' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.h:106:11: performance: Function 'description()' should return member 'm_description' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.h:130:28: performance: Function 'additionalInputFiles()' should return member 'm_additionalInputFiles' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.h:153:11: performance: Function 'outputDirectory()' should return member 'm_outputDirectory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.h:167:11: performance: Function 'localWorkingDirectory()' should return member 'm_localWorkingDirectory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.h:305:27: performance: Function 'keywords()' should return member 'm_keywords' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.cpp:110:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:33:11: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:67:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:33:11: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:33:11: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:67:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:33:11: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:35:8: style: The function 'isValidForJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:86:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:35:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:35:8: style: The function 'isValidForJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:86:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:35:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:37:19: style: The function 'createActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:114:28: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:37:19: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:37:19: style: The function 'createActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:114:28: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:37:19: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:39:16: style: The function 'usefulness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:120:24: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/killjobactionfactory.h:39:16: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:39:16: style: The function 'usefulness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:120:24: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/opendirectoryactionfactory.h:39:16: note: Function in derived class molequeue-0.9.0/molequeue/app/server.h:90:11: performance: Function 'workingDirectoryBase()' should return member 'm_workingDirectoryBase' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/server.h:93:11: performance: Function 'serverName()' should return member 'm_serverName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.cpp:33:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_isMultiJob [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.cpp:54:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_attemptedJobAdditions [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.cpp:104:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InvalidId [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:43:16: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ViewJobLogActionFactory::usefulness' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:262:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoHandler [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:481:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dirs [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.cpp:91:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:39:11: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:67:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:39:11: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:41:8: style: The function 'isValidForJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:86:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:41:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:43:19: style: The function 'createActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:114:28: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:43:19: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:45:16: style: The function 'usefulness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:120:24: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/removejobactionfactory.h:45:16: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:68:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:50:28: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:68:20: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:69:8: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:51:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:69:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:70:8: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:52:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:70:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:71:8: style: The function 'openFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:53:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:71:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:130:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:50:28: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:130:20: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:131:8: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:51:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:131:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:132:8: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:52:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:132:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:133:8: style: The function 'openFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:53:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:133:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.h:186:18: performance: Function 'filePatterns()' should return member 'm_filePatterns' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:73:11: performance: Function 'executable()' should return member 'm_executable' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:135:11: performance: Function 'rpcServer()' should return member 'm_rpcServer' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobactionfactories/openwithactionfactory.cpp:136:11: performance: Function 'rpcMethod()' should return member 'm_rpcMethod' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/jobdata.cpp:164:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobdata.cpp:215:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobdata.cpp:46:10: warning:inconclusive: Member variable 'JobData::m_keywords' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:72:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:102:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:148:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:167:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLUMN_COUNT [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:167:22: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:167:37: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] molequeue-0.9.0/molequeue/app/jobmanager.cpp:54:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllDirs [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:40:46: style:inconclusive: Function 'setJobManager' argument 1 names different: declaration 'jobManager' definition 'newJobManager'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/jobitemmodel.h:54:34: note: Function 'setJobManager' argument 1 names different: declaration 'jobManager' definition 'newJobManager'. molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:40:46: note: Function 'setJobManager' argument 1 names different: declaration 'jobManager' definition 'newJobManager'. molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:56:47: style:inconclusive: Function 'rowCount' argument 1 names different: declaration 'theModelIndex' definition 'modelIndex'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/jobitemmodel.h:59:36: note: Function 'rowCount' argument 1 names different: declaration 'theModelIndex' definition 'modelIndex'. molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:56:47: note: Function 'rowCount' argument 1 names different: declaration 'theModelIndex' definition 'modelIndex'. molequeue-0.9.0/molequeue/app/jobmanager.cpp:228:39: style:inconclusive: Function 'setJobQueueId' argument 1 names different: declaration 'jobManagerIdId' definition 'moleQueueId'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/jobmanager.h:177:40: note: Function 'setJobQueueId' argument 1 names different: declaration 'jobManagerIdId' definition 'moleQueueId'. molequeue-0.9.0/molequeue/app/jobmanager.cpp:228:39: note: Function 'setJobQueueId' argument 1 names different: declaration 'jobManagerIdId' definition 'moleQueueId'. molequeue-0.9.0/molequeue/app/jobmanager.cpp:185:12: style: Variable 'jobdata' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/jobreferencebase.cpp:50:16: style: Variable 'ref' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/jobtablewidget.cpp:45:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobtablewidget.cpp:78:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobtablewidget.cpp:103:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobtableproxymodel.cpp:206:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/jobtablewidget.cpp:59:59: style:inconclusive: Function 'setJobManager' argument 1 names different: declaration 'jobManager' definition 'jobMan'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/jobtablewidget.h:43:34: note: Function 'setJobManager' argument 1 names different: declaration 'jobManager' definition 'jobMan'. molequeue-0.9.0/molequeue/app/jobtablewidget.cpp:59:59: note: Function 'setJobManager' argument 1 names different: declaration 'jobManager' definition 'jobMan'. molequeue-0.9.0/molequeue/app/actionfactorymanager.h:89:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factories [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/actionfactorymanager.h:89:5: debug: CheckClass::isMemberVar found used member variable 'm_factories' with varid 0 [varid0] molequeue-0.9.0/molequeue/app/jobview.h:32:3: style: Class 'JobView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/jobview.cpp:49:25: style: Variable 'manager' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/jobview.cpp:50:3: style: Variable 'factory' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/jobview.cpp:107:17: style: Variable 'sourceModel' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/localqueuewidget.h:35:3: style: Class 'LocalQueueWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/localqueuewidget.h:39:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/abstractqueuesettingswidget.h:44:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/localqueuewidget.h:39:8: note: Function in derived class molequeue-0.9.0/molequeue/app/localqueuewidget.h:40:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/abstractqueuesettingswidget.h:48:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/localqueuewidget.h:40:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/local.h:39:11: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:95:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/local.h:39:11: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/local.h:41:8: style: The function 'writeJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:162:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/local.h:41:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/local.h:43:8: style: The function 'readJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:179:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/local.h:43:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/local.h:50:32: style: The function 'settingsWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:187:40: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/local.h:50:32: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/local.h:59:8: style: The function 'submitJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:327:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/local.h:59:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/local.h:60:8: style: The function 'killJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:334:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/local.h:60:8: note: Function in derived class molequeue-0.9.0/molequeue/app/logger.cpp:51:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logger.cpp:102:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logger.cpp:137:14: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. [functionConst] molequeue-0.9.0/molequeue/app/logger.h:219:8: note: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. molequeue-0.9.0/molequeue/app/logger.cpp:137:14: note: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. molequeue-0.9.0/molequeue/app/main.cpp:202:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserScope [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logwindow.cpp:60:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InvalidId [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logwindow.cpp:100:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActivationChange [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logwindow.cpp:163:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logwindow.cpp:241:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logwindow.cpp:273:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/logwindow.h:45:3: style: Class 'LogWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/sshcommand.h:51:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::sshCommand' can be const. [functionConst] molequeue-0.9.0/molequeue/app/sshcommand.h:54:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::scpCommand' can be const. [functionConst] molequeue-0.9.0/molequeue/app/sshconnection.h:41:3: style: Class 'SshConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/opensshcommand.h:43:3: style: Class 'OpenSshCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/sshcommand.h:57:11: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:63:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:57:11: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:60:7: style: The function 'exitCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:66:15: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:60:7: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:69:8: style: The function 'waitForCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:75:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:69:8: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:72:8: style: The function 'isComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:78:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:72:8: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:98:16: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:135:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:98:16: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:112:16: style: The function 'copyTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:149:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:112:16: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:126:16: style: The function 'copyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:163:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:126:16: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:140:16: style: The function 'copyDirTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:177:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:140:16: note: Function in derived class molequeue-0.9.0/molequeue/app/sshcommand.h:154:16: style: The function 'copyDirFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshconnection.h:191:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/sshcommand.h:154:16: note: Function in derived class molequeue-0.9.0/molequeue/app/opensshcommand.h:49:15: style: The function 'sshArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshcommand.h:174:23: note: Virtual function in base class molequeue-0.9.0/molequeue/app/opensshcommand.h:49:15: note: Function in derived class molequeue-0.9.0/molequeue/app/opensshcommand.h:52:15: style: The function 'scpArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshcommand.h:177:23: note: Virtual function in base class molequeue-0.9.0/molequeue/app/opensshcommand.h:52:15: note: Function in derived class molequeue-0.9.0/molequeue/app/sshconnection.h:48:11: performance: Function 'userName()' should return member 'm_userName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/sshconnection.h:51:11: performance: Function 'hostName()' should return member 'm_hostName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/sshconnection.h:54:11: performance: Function 'identityFile()' should return member 'm_identityFile' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/sshcommand.h:51:11: performance: Function 'sshCommand()' should return member 'm_sshCommand' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/sshcommand.h:54:11: performance: Function 'scpCommand()' should return member 'm_scpCommand' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/mainwindow.cpp:89:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:150:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Context [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:165:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Critical [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:186:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Information [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:236:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AddressInUseError [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:278:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Trigger [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:287:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Trigger [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:295:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:321:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkRed [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/mainwindow.cpp:400:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActivationReason [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:55:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:109:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:138:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wildcard [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:167:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:208:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:212:63: style:inconclusive: Function 'index' argument 3 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/openwithexecutablemodel.h:46:40: note: Function 'index' argument 3 names different: declaration 'parent' definition 'p'. molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:212:63: note: Function 'index' argument 3 names different: declaration 'parent' definition 'p'. molequeue-0.9.0/molequeue/app/openwithexecutablemodel.cpp:85:28: style: Variable 'f' can be declared as reference to const [constVariableReference] molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:35:11: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:67:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:35:11: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:37:8: style: The function 'isValidForJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:86:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:37:8: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:39:19: style: The function 'createActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:114:28: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:39:19: note: Function in derived class molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:43:16: style: The function 'usefulness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/jobactionfactory.h:120:24: note: Virtual function in base class molequeue-0.9.0/molequeue/app/jobactionfactories/viewjoblogactionfactory.h:43:16: note: Function in derived class molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:55:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CheckStateRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:115:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CheckStateRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:206:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:232:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wildcard [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:259:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsUserCheckable [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:112:55: style:inconclusive: Function 'setData' argument 1 names different: declaration 'index' definition 'ind'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/openwithpatternmodel.h:39:35: note: Function 'setData' argument 1 names different: declaration 'index' definition 'ind'. molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:112:55: note: Function 'setData' argument 1 names different: declaration 'index' definition 'ind'. molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:255:62: style:inconclusive: Function 'flags' argument 1 names different: declaration 'index' definition 'ind'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/openwithpatternmodel.h:45:42: note: Function 'flags' argument 1 names different: declaration 'index' definition 'ind'. molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:255:62: note: Function 'flags' argument 1 names different: declaration 'index' definition 'ind'. molequeue-0.9.0/molequeue/app/openwithpatternmodel.cpp:53:12: style: Variable 'regexp' can be declared as reference to const [constVariableReference] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:65:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AutoSubmit [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:214:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:266:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:291:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:298:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:304:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:321:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ClearAndSelect [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:440:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:447:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:515:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ClearAndSelect [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:544:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:593:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:600:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:619:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/pluginmanager.cpp:42:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_LIB_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/pluginmanager.cpp:117:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/pluginmanager.h:66:3: style: Class 'PluginManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/pluginmanager.h:62:38: performance: Function 'connectionListenerFactories()' should return member 'm_connectionListenerFactories' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/patterntypedelegate.h:44:21: style: Class 'PatternTypeDelegate' is unsafe, 'PatternTypeDelegate::m_patternTypeModel' can leak by wrong usage. [unsafeClassCanLeak] molequeue-0.9.0/molequeue/app/pluginmanager.cpp:40:39: style:inconclusive: Function 'PluginManager' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/pluginmanager.h:66:26: note: Function 'PluginManager' argument 1 names different: declaration 'parent' definition 'p'. molequeue-0.9.0/molequeue/app/pluginmanager.cpp:40:39: note: Function 'PluginManager' argument 1 names different: declaration 'parent' definition 'p'. molequeue-0.9.0/molequeue/app/pluginmanager.cpp:113:41: style:inconclusive: Function 'load' argument 1 names different: declaration 'dir' definition 'path'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/pluginmanager.h:57:28: note: Function 'load' argument 1 names different: declaration 'dir' definition 'path'. molequeue-0.9.0/molequeue/app/pluginmanager.cpp:113:41: note: Function 'load' argument 1 names different: declaration 'dir' definition 'path'. molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:231:3: performance: Range variable 'factory' should be declared as const reference. [iterateByValue] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:161:3: style: Variable 'factory' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:572:26: style: Variable 'factory' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/openwithmanagerdialog.cpp:581:40: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] molequeue-0.9.0/molequeue/app/program.cpp:88:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/program.cpp:123:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:60:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:174:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:280:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:293:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:319:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:334:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:376:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/program.cpp:46:10: warning: Member variable 'Program::m_queueManager' is not initialized in the copy constructor. [uninitMemberVar] molequeue-0.9.0/molequeue/app/program.cpp:46:10: warning: Member variable 'Program::m_server' is not initialized in the copy constructor. [uninitMemberVar] molequeue-0.9.0/molequeue/app/program.cpp:62:19: warning: Member variable 'Program::m_queueManager' is not assigned a value in 'Program::operator='. [operatorEqVarError] molequeue-0.9.0/molequeue/app/program.cpp:62:19: warning: Member variable 'Program::m_server' is not assigned a value in 'Program::operator='. [operatorEqVarError] molequeue-0.9.0/molequeue/app/queues/remote.h:37:8: style: The function 'writeJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:162:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remote.h:37:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remote.h:39:8: style: The function 'readJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:179:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remote.h:39:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remote.h:42:40: style: The function 'settingsWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:187:40: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remote.h:42:40: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remote.h:79:8: style: The function 'replaceKeywords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:285:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remote.h:79:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remote.h:84:8: style: The function 'submitJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:327:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remote.h:84:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remote.h:85:8: style: The function 'killJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:334:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remote.h:85:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remote.h:115:8: style: The function 'jobAboutToBeRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:363:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remote.h:115:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remote.h:49:11: performance: Function 'workingDirectoryBase()' should return member 'm_workingDirectoryBase' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/program.cpp:131:7: style: Condition '!this->writeJsonSettings(root,true)' is always false [knownConditionTrueFalse] molequeue-0.9.0/molequeue/app/program.cpp:131:31: note: Calling function 'writeJsonSettings' returns 1 molequeue-0.9.0/molequeue/app/program.cpp:131:7: note: Condition '!this->writeJsonSettings(root,true)' is always false molequeue-0.9.0/molequeue/app/program.cpp:196:20: style: Variable 'remoteQueue' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/puttycommand.h:43:3: style: Class 'PuttyCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/puttycommand.h:49:15: style: The function 'sshArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshcommand.h:174:23: note: Virtual function in base class molequeue-0.9.0/molequeue/app/puttycommand.h:49:15: note: Function in derived class molequeue-0.9.0/molequeue/app/puttycommand.h:52:15: style: The function 'scpArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/sshcommand.h:177:23: note: Virtual function in base class molequeue-0.9.0/molequeue/app/puttycommand.h:52:15: note: Function in derived class molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:212:15: style: Condition 'syntax!=Program::CUSTOM' is always true [knownConditionTrueFalse] molequeue-0.9.0/molequeue/app/programconfiguredialog.cpp:167:16: style: Variable 'queue' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/queue.cpp:108:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queue.cpp:144:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queue.cpp:171:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queue.cpp:490:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuemanager.cpp:63:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuemanagerdialog.cpp:48:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuemanagerdialog.cpp:113:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuemanagerdialog.cpp:189:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queue.h:363:16: style: Virtual function 'jobAboutToBeRemoved' is called from constructor 'Queue(const QString&queueName="Undefined",QueueManager*parentManager=0)' at line 50. Dynamic binding is not used. [virtualCallInConstructor] molequeue-0.9.0/molequeue/app/queue.cpp:50:13: note: Calling jobAboutToBeRemoved molequeue-0.9.0/molequeue/app/queue.h:363:16: note: jobAboutToBeRemoved is a virtual function molequeue-0.9.0/molequeue/app/queue.h:363:16: style: Virtual function 'jobAboutToBeRemoved' is called from constructor 'Queue(const QString&queueName="Undefined",QueueManager*parentManager=0)' at line 51. Dynamic binding is not used. [virtualCallInConstructor] molequeue-0.9.0/molequeue/app/queue.cpp:51:19: note: Calling jobAboutToBeRemoved molequeue-0.9.0/molequeue/app/queue.h:363:16: note: jobAboutToBeRemoved is a virtual function molequeue-0.9.0/molequeue/app/queues/remotessh.h:39:8: style: The function 'writeJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:37:8: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:39:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:41:8: style: The function 'readJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:39:8: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:41:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:134:40: style: The function 'settingsWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:42:40: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:134:40: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:137:8: style: The function 'requestQueueUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:87:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:137:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:141:8: style: The function 'createRemoteDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:95:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:141:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:142:8: style: The function 'remoteDirectoryCreated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:96:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:142:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:143:8: style: The function 'copyInputFilesToHost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:98:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:143:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:144:8: style: The function 'inputFilesCopied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:99:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:144:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:145:8: style: The function 'submitJobToRemoteQueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:100:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:145:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:146:8: style: The function 'jobSubmittedToRemoteQueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:101:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:146:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:147:8: style: The function 'handleQueueUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:103:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:147:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:149:8: style: The function 'beginFinalizeJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:105:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:149:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:150:8: style: The function 'finalizeJobCopyFromServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:106:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:150:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:151:8: style: The function 'finalizeJobOutputCopiedFromServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:107:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:151:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:152:8: style: The function 'finalizeJobCopyToCustomDestination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:108:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:152:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:153:8: style: The function 'finalizeJobCleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:109:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:153:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:155:8: style: The function 'cleanRemoteDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:111:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:155:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:156:8: style: The function 'remoteDirectoryCleaned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:112:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:156:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:158:8: style: The function 'beginKillJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:117:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:158:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:159:8: style: The function 'endKillJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:118:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/remotessh.h:159:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/pbs.h:35:11: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:95:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/pbs.h:35:11: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/pbs.h:40:16: style: The function 'parseQueueId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remotessh.h:174:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/pbs.h:40:16: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/sge.h:35:11: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:95:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/sge.h:35:11: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/sge.h:40:16: style: The function 'parseQueueId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remotessh.h:174:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/sge.h:40:16: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/sge.h:41:19: style: The function 'generateQueueRequestCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remotessh.h:181:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/sge.h:41:19: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/slurm.h:35:11: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:95:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/slurm.h:35:11: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/slurm.h:40:11: style: The function 'generateQueueRequestCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remotessh.h:181:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/slurm.h:40:11: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/slurm.h:41:8: style: The function 'parseQueueId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remotessh.h:174:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/slurm.h:41:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/remotessh.h:49:11: performance: Function 'sshExecutable()' should return member 'm_sshExecutable' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/remotessh.h:59:11: performance: Function 'scpExectuable()' should return member 'm_scpExecutable' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/remotessh.h:69:11: performance: Function 'hostName()' should return member 'm_hostName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/remotessh.h:79:11: performance: Function 'userName()' should return member 'm_userName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/remotessh.h:89:11: performance: Function 'identityFile()' should return member 'm_identityFile' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/remotessh.h:109:11: performance: Function 'submissionCommand()' should return member 'm_submissionCommand' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/remotessh.h:119:11: performance: Function 'killCommand()' should return member 'm_killCommand' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/remotessh.h:129:11: performance: Function 'requestQueueCommand()' should return member 'm_requestQueueCommand' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queue.cpp:62:41: style:inconclusive: Function 'readSettings' argument 1 names different: declaration 'filePath' definition 'stateFilename'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queue.h:104:36: note: Function 'readSettings' argument 1 names different: declaration 'filePath' definition 'stateFilename'. molequeue-0.9.0/molequeue/app/queue.cpp:62:41: note: Function 'readSettings' argument 1 names different: declaration 'filePath' definition 'stateFilename'. molequeue-0.9.0/molequeue/app/queue.cpp:139:52: style:inconclusive: Function 'writeJsonSettingsToFile' argument 1 names different: declaration 'filename' definition 'stateFilename'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queue.h:422:47: note: Function 'writeJsonSettingsToFile' argument 1 names different: declaration 'filename' definition 'stateFilename'. molequeue-0.9.0/molequeue/app/queue.cpp:139:52: note: Function 'writeJsonSettingsToFile' argument 1 names different: declaration 'filename' definition 'stateFilename'. molequeue-0.9.0/molequeue/app/queue.cpp:163:53: style:inconclusive: Function 'readJsonSettingsFromFile' argument 1 names different: declaration 'filename' definition 'stateFilename'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queue.h:425:48: note: Function 'readJsonSettingsFromFile' argument 1 names different: declaration 'filename' definition 'stateFilename'. molequeue-0.9.0/molequeue/app/queue.cpp:163:53: note: Function 'readJsonSettingsFromFile' argument 1 names different: declaration 'filename' definition 'stateFilename'. molequeue-0.9.0/molequeue/app/queue.cpp:204:44: style:inconclusive: Function 'writeJsonSettings' argument 1 names different: declaration 'value' definition 'root'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queue.h:162:47: note: Function 'writeJsonSettings' argument 1 names different: declaration 'value' definition 'root'. molequeue-0.9.0/molequeue/app/queue.cpp:204:44: note: Function 'writeJsonSettings' argument 1 names different: declaration 'value' definition 'root'. molequeue-0.9.0/molequeue/app/queue.cpp:236:49: style:inconclusive: Function 'readJsonSettings' argument 1 names different: declaration 'value' definition 'root'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queue.h:179:52: note: Function 'readJsonSettings' argument 1 names different: declaration 'value' definition 'root'. molequeue-0.9.0/molequeue/app/queue.cpp:236:49: note: Function 'readJsonSettings' argument 1 names different: declaration 'value' definition 'root'. molequeue-0.9.0/molequeue/app/queuemanager.cpp:68:51: style: Pointer expression 'this' converted to bool is always true. [knownPointerToBool] molequeue-0.9.0/molequeue/app/queue.cpp:374:18: style: Variable 'program' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/queuemanagerdialog.cpp:209:3: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] molequeue-0.9.0/molequeue/app/queuemanagerdialog.cpp:38:54: style:inconclusive: Function 'QueueManagerDialog' argument 1 names different: declaration 'manager' definition 'queueManager'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queuemanagerdialog.h:40:45: note: Function 'QueueManagerDialog' argument 1 names different: declaration 'manager' definition 'queueManager'. molequeue-0.9.0/molequeue/app/queuemanagerdialog.cpp:38:54: note: Function 'QueueManagerDialog' argument 1 names different: declaration 'manager' definition 'queueManager'. molequeue-0.9.0/molequeue/app/queuemanagerdialog.cpp:116:10: style: Variable 'queue' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/queuemanageritemmodel.cpp:34:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuemanageritemmodel.cpp:55:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuemanageritemmodel.cpp:83:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuemanageritemmodel.cpp:109:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queueprogramitemmodel.cpp:30:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queueprogramitemmodel.cpp:100:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queueprogramitemmodel.cpp:122:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queueprogramitemmodel.cpp:138:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/local.cpp:179:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Error [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/local.cpp:291:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExitStatus [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/pbs.cpp:85:11: style: The scope of the variable 'stateStr' can be reduced. [variableScope] molequeue-0.9.0/molequeue/app/queues/local.cpp:182:7: style: Condition '!addJobToQueue(job)' is always false [knownConditionTrueFalse] molequeue-0.9.0/molequeue/app/queues/local.cpp:182:21: note: Calling function 'addJobToQueue' returns 1 molequeue-0.9.0/molequeue/app/queues/local.cpp:182:7: note: Condition '!addJobToQueue(job)' is always false molequeue-0.9.0/molequeue/app/queues/local.cpp:226:13: style: Variable 'process' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/queues/remote.cpp:192:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remote.cpp:210:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Error [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:180:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:207:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:239:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:279:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:308:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:351:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:393:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:447:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:466:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:603:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:625:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:697:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:720:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:749:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:771:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:800:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:832:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoclist.h:42:8: style:inconclusive: Technically the member function 'MoleQueue::Uit::UserHostAssocList::isValid' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/queueuit.h:61:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::QueueUit::kerberosUserName' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/queueuit.h:75:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::QueueUit::kerberosRealm' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/queueuit.h:94:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::QueueUit::hostId' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.h:107:11: style:inconclusive: Technically the member function 'MoleQueue::Uit::DirListingInfo::xml' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:187:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Uit::SubmitBatchScriptJobRequest::workingDir' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:152:3: style: Class 'SubmitBatchScriptJobRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:229:3: style: Class 'GetUserHostAssocRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:257:3: style: Class 'CreateDirectoryRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:311:3: style: Class 'GetStreamingFileUploadURLRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:357:3: style: Class 'GetJobsForHostForUserByNumDaysRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:423:3: style: Class 'GetStreamingFileDownloadURLRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:450:3: style: Class 'GetDirectoryListingRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:499:3: style: Class 'DeleteFileRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:536:3: style: Class 'DeleteDirectoryRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:573:3: style: Class 'CancelJobRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:610:3: style: Class 'StatFileRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.h:43:3: style: Class 'DirectoryUpload' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/directorycreate.h:43:3: style: Class 'DirectoryCreate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/queueuit.h:48:19: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queue.h:95:19: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:48:19: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:50:8: style: The function 'writeJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:37:8: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:50:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:53:8: style: The function 'readJsonSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:39:8: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:53:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:56:32: style: The function 'settingsWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:42:40: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:56:32: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:122:8: style: The function 'requestQueueUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:87:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:122:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:126:8: style: The function 'createRemoteDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:95:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:126:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:128:8: style: The function 'remoteDirectoryCreated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:96:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:128:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:130:8: style: The function 'copyInputFilesToHost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:98:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:130:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:132:8: style: The function 'inputFilesCopied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:99:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:132:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:136:8: style: The function 'submitJobToRemoteQueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:100:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:136:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:137:8: style: The function 'jobSubmittedToRemoteQueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:101:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:137:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:139:8: style: The function 'handleQueueUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:103:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:139:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:144:8: style: The function 'beginFinalizeJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:105:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:144:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:145:8: style: The function 'finalizeJobCopyFromServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:106:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:145:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:146:8: style: The function 'finalizeJobOutputCopiedFromServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:107:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:146:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:148:8: style: The function 'finalizeJobCopyToCustomDestination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:108:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:148:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:149:8: style: The function 'finalizeJobCleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:109:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:149:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:151:8: style: The function 'cleanRemoteDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:111:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:151:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:153:8: style: The function 'remoteDirectoryCleaned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:112:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:153:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:155:8: style: The function 'beginKillJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:117:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:155:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.h:157:8: style: The function 'endKillJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/remote.h:118:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/queueuit.h:157:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:210:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:210:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:243:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:243:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:293:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:293:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:340:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:340:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:404:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:404:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:436:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:436:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:482:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:482:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:519:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:519:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:556:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:556:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:593:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:593:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:643:14: style: The function 'createJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:113:22: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/requests.h:643:14: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.h:77:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/filesystemoperation.h:96:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.h:77:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.h:93:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/filesystemoperation.h:96:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.h:93:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/directorydelete.h:61:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/filesystemoperation.h:96:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/directorydelete.h:61:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/directorycreate.h:45:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/queues/uit/filesystemoperation.h:96:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/queues/uit/directorycreate.h:45:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:51:11: performance: Function 'prompt()' should return member 'm_prompt' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:67:11: performance: Function 'userResponse()' should return member 'm_userResponse' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoc.h:44:11: performance: Function 'account()' should return member 'm_account' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoc.h:60:11: performance: Function 'description()' should return member 'm_description' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoc.h:92:11: performance: Function 'hostName()' should return member 'm_hostName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoc.h:108:11: performance: Function 'systemName()' should return member 'm_systemName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoc.h:124:11: performance: Function 'transportMethod()' should return member 'm_transportMethod' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoclist.h:49:24: performance: Function 'userHostAssocs()' should return member 'm_userHostAssocs' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoclist.h:57:11: performance: Function 'xml()' should return member 'm_xml' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobevent.h:44:11: performance: Function 'acctHost()' should return member 'm_acctHost' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobevent.h:76:11: performance: Function 'eventType()' should return member 'm_eventType' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobevent.h:108:11: performance: Function 'jobQueue()' should return member 'm_jobQueue' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobevent.h:124:11: performance: Function 'jobStatus()' should return member 'm_jobStatus' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobevent.h:140:11: performance: Function 'jobStatusText()' should return member 'm_jobStatusText' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/queueuit.h:61:11: performance: Function 'kerberosUserName()' should return member 'm_kerberosUserName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/queueuit.h:75:11: performance: Function 'kerberosRealm()' should return member 'm_kerberosRealm' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/queueuit.h:86:11: performance: Function 'hostName()' should return member 'm_hostName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.h:42:19: performance: Function 'jobEvents()' should return member 'm_jobEvents' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.h:59:11: performance: Function 'xml()' should return member 'm_xml' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/fileinfo.h:36:11: performance: Function 'date()' should return member 'm_date' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/fileinfo.h:52:11: performance: Function 'group()' should return member 'm_group' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/fileinfo.h:67:11: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/fileinfo.h:83:11: performance: Function 'perms()' should return member 'm_perms' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/fileinfo.h:115:11: performance: Function 'user()' should return member 'm_user' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.h:51:11: performance: Function 'currentDirectory()' should return member 'm_currentDirectory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.h:107:11: performance: Function 'xml()' should return member 'm_xml' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:77:11: performance: Function 'userName()' should return member 'm_userName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:158:7: performance: Function 'job()' should return member 'm_job' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:171:11: performance: Function 'batchScript()' should return member 'm_batchScript' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:187:11: performance: Function 'workingDir()' should return member 'm_workingDir' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:263:11: performance: Function 'directory()' should return member 'm_directory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:279:7: performance: Function 'job()' should return member 'm_job' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:317:7: performance: Function 'job()' should return member 'm_job' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:379:11: performance: Function 'searchUser()' should return member 'm_searchUser' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:456:11: performance: Function 'directory()' should return member 'm_directory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:505:11: performance: Function 'file()' should return member 'm_file' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:542:11: performance: Function 'directory()' should return member 'm_directory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:579:7: performance: Function 'job()' should return member 'm_job' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:616:7: performance: Function 'job()' should return member 'm_job' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:629:11: performance: Function 'filename()' should return member 'm_filename' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/filesystemoperation.h:64:11: performance: Function 'userName()' should return member 'm_userName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.h:48:11: performance: Function 'localPath()' should return member 'm_localPath' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.h:64:11: performance: Function 'targetPath()' should return member 'm_remotePath' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.h:48:11: performance: Function 'remotePath()' should return member 'm_remotePath' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.h:64:11: performance: Function 'localPath()' should return member 'm_localPath' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.h:80:11: performance: Function 'url()' should return member 'm_url' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directorydelete.h:48:11: performance: Function 'directory()' should return member 'm_directory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directorycreate.h:50:11: performance: Function 'directory()' should return member 'm_directory' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/remotequeuewidget.h:48:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/abstractqueuesettingswidget.h:44:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/remotequeuewidget.h:48:8: note: Function in derived class molequeue-0.9.0/molequeue/app/remotequeuewidget.h:49:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/abstractqueuesettingswidget.h:48:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/remotequeuewidget.h:49:8: note: Function in derived class molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:58:34: style:inconclusive: Function 'QueueUit' argument 1 names different: declaration 'parentManager' definition 'parentObject'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/queueuit.h:45:35: note: Function 'QueueUit' argument 1 names different: declaration 'parentManager' definition 'parentObject'. molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:58:34: note: Function 'QueueUit' argument 1 names different: declaration 'parentManager' definition 'parentObject'. molequeue-0.9.0/molequeue/app/queues/remote.cpp:37:66: style:inconclusive: Function 'QueueRemote' argument 2 names different: declaration 'parentManager' definition 'parentObject'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/remote.h:34:38: note: Function 'QueueRemote' argument 2 names different: declaration 'parentManager' definition 'parentObject'. molequeue-0.9.0/molequeue/app/queues/remote.cpp:37:66: note: Function 'QueueRemote' argument 2 names different: declaration 'parentManager' definition 'parentObject'. molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:273:57: style:inconclusive: Function 'copyInputFilesToHostError' argument 1 names different: declaration 'erroString' definition 'errorString'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/queueuit.h:131:49: note: Function 'copyInputFilesToHostError' argument 1 names different: declaration 'erroString' definition 'errorString'. molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:273:57: note: Function 'copyInputFilesToHostError' argument 1 names different: declaration 'erroString' definition 'errorString'. molequeue-0.9.0/molequeue/app/queues/remote.cpp:97:46: style:inconclusive: Function 'setQueueUpdateInterval' argument 1 names different: declaration 'i' definition 'interval'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/remote.h:55:35: note: Function 'setQueueUpdateInterval' argument 1 names different: declaration 'i' definition 'interval'. molequeue-0.9.0/molequeue/app/queues/remote.cpp:97:46: note: Function 'setQueueUpdateInterval' argument 1 names different: declaration 'i' definition 'interval'. molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:841:53: style:inconclusive: Function 'jobEventToJobState' argument 1 names different: declaration 'event' definition 'jobEvent'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/queueuit.h:190:45: note: Function 'jobEventToJobState' argument 1 names different: declaration 'event' definition 'jobEvent'. molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:841:53: note: Function 'jobEventToJobState' argument 1 names different: declaration 'event' definition 'jobEvent'. molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:37:32: performance: Function parameter 'prompt' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/authenticatecont.h:35:34: performance: Function parameter 'authSessionId' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/remote.cpp:187:15: style: Variable 'jobManager' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/queues/uit/authenticatecont.h:36:40: performance: Function parameter 'prompts' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/remote.cpp:279:21: style: Variable 'jobManager' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/queues/uit/authenticator.h:90:44: performance: Function parameter 'banner' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/authenticator.h:91:44: performance: Function parameter 'prompt' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/requests.h:634:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:251:43: performance: Function parameter 'job' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:841:53: performance: Function parameter 'jobEvent' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:218:20: style: Variable 'localDir' is assigned a value that is never used. [unreadVariable] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:218:11: style: Variable 'localDir' is assigned a value that is never used. [unreadVariable] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:490:17: style: Unused variable: justFinished [unusedVariable] molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:498:26: style: Unused variable: events [unusedVariable] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:147:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:203:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:270:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:338:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:446:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:542:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:595:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:38:72: style:inconclusive: Function 'QueueRemoteSsh' argument 2 names different: declaration 'parentManager' definition 'parentObject'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/remotessh.h:36:38: note: Function 'QueueRemoteSsh' argument 2 names different: declaration 'parentManager' definition 'parentObject'. molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:38:72: note: Function 'QueueRemoteSsh' argument 2 names different: declaration 'parentManager' definition 'parentObject'. molequeue-0.9.0/molequeue/app/queues/remotessh.cpp:363:3: performance: Range variable 'line' should be declared as const reference. [iterateByValue] molequeue-0.9.0/molequeue/app/queues/sge.cpp:97:11: style: The scope of the variable 'stateStr' can be reduced. [variableScope] molequeue-0.9.0/molequeue/app/queues/uit/authenticatecont.cpp:24:50: performance: Function parameter 'authSessionId' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/authenticatecont.cpp:25:56: performance: Function parameter 'prompts' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/authresponseprocessor.cpp:29:3: performance: Variable 'm_prompts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] molequeue-0.9.0/molequeue/app/queues/uit/messagehandler.h:32:3: style: Class 'MessageHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:91:11: performance: Function 'authSessionId()' should return member 'm_authSessionId' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:102:17: performance: Function 'prompts()' should return member 'm_prompts' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:113:11: performance: Function 'errorMessage()' should return member 'm_errorMessage' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:118:11: performance: Function 'banner()' should return member 'm_banner' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:123:11: performance: Function 'token()' should return member 'm_token' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.cpp:26:20: style:inconclusive: Function 'Prompt' argument 1 names different: declaration 'id' definition 'i'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:37:14: note: Function 'Prompt' argument 1 names different: declaration 'id' definition 'i'. molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.cpp:26:20: note: Function 'Prompt' argument 1 names different: declaration 'id' definition 'i'. molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.cpp:26:37: style:inconclusive: Function 'Prompt' argument 2 names different: declaration 'prompt' definition 'p'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.h:37:32: note: Function 'Prompt' argument 2 names different: declaration 'prompt' definition 'p'. molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.cpp:26:37: note: Function 'Prompt' argument 2 names different: declaration 'prompt' definition 'p'. molequeue-0.9.0/molequeue/app/queues/uit/authenticateresponse.cpp:26:37: performance: Function parameter 'p' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/compositeiodevice.h:37:3: style: Class 'CompositeIODevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/compositeiodevice.cpp:82:15: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] molequeue-0.9.0/molequeue/app/queues/uit/authenticator.cpp:67:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable clientId [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/authenticator.cpp:165:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable clientId [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directorycreate.cpp:83:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directorycreate.cpp:123:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/filestreamingdata.h:44:11: performance: Function 'fileName()' should return member 'm_fileName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/filestreamingdata.h:76:11: performance: Function 'token()' should return member 'm_token' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/filestreamingdata.h:92:11: performance: Function 'userName()' should return member 'm_userName' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directorydelete.cpp:49:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/authenticator.cpp:157:62: style:inconclusive: Function 'authenticateCont' argument 1 names different: declaration 'authenticateCont' definition 'authCont'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/authenticator.h:134:49: note: Function 'authenticateCont' argument 1 names different: declaration 'authenticateCont' definition 'authCont'. molequeue-0.9.0/molequeue/app/queues/uit/authenticator.cpp:157:62: note: Function 'authenticateCont' argument 1 names different: declaration 'authenticateCont' definition 'authCont'. molequeue-0.9.0/molequeue/app/queues/uit/authenticator.cpp:188:57: performance: Function parameter 'banner' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/authenticator.cpp:189:57: performance: Function parameter 'prompt' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.cpp:59:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.cpp:96:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directorydownload.cpp:186:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:154:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_xml [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:35:9: style:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::atomicValue' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:36:9: style:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::attribute' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:41:9: style:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::comment' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:42:9: performance:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::endDocument' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:44:9: performance:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::endOfSequence' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:45:9: style:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::namespaceBinding' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:46:9: style:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::processingInstruction' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:51:9: performance:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::startDocument' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:53:9: performance:inconclusive: Either there is a missing 'override', or the member function '::FileInfoXmlReceiver::startOfSequence' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:33:3: style: Class 'FileInfoXmlReceiver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/dirlistinginfo.cpp:55:35: performance: Function 'fileInfos()' should return member 'm_fileInfos' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.cpp:59:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.cpp:84:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dirs [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.cpp:119:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.cpp:151:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/directoryupload.cpp:186:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/jobevent.cpp:42:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_acctHost [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.cpp:32:20: warning:inconclusive: Member variable 'JobSubmissionInfo::m_xml' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.cpp:39:39: warning:inconclusive: Member variable 'JobSubmissionInfo::m_xml' is not assigned a value in 'JobSubmissionInfo::operator='. [operatorEqVarError] molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.h:56:11: performance: Function 'stdout()' should return member 'm_stdout' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.h:61:11: performance: Function 'stderr()' should return member 'm_stderr' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.h:71:11: performance: Function 'xml()' should return member 'm_xml' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.cpp:80:51: style:inconclusive: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.h:66:34: note: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. molequeue-0.9.0/molequeue/app/queues/uit/jobsubmissioninfo.cpp:80:51: note: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:103:11: warning: Return value of function regex.indexIn() is not used. [ignoredReturnValue] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:138:15: warning:inconclusive: Member variable 'JobEventList::m_xml' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:37:9: style:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::atomicValue' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:38:9: style:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::attribute' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:43:9: style:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::comment' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:44:9: performance:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::endDocument' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:46:9: performance:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::endOfSequence' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:47:9: style:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::namespaceBinding' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:48:9: style:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::processingInstruction' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:53:9: performance:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::startDocument' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:55:9: performance:inconclusive: Either there is a missing 'override', or the member function '::JobEventListXmlReceiver::startOfSequence' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:35:3: style: Class 'JobEventListXmlReceiver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:57:35: performance: Function 'jobEvents()' should return member 'm_events' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:159:46: style:inconclusive: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.h:88:34: note: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:159:46: note: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. molequeue-0.9.0/molequeue/app/queues/uit/jobeventlist.cpp:151:50: performance: Function parameter 'jobIds' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/queueuit.cpp:68:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kerberosPrinciple [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/queueuit.cpp:88:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_kerberosPrinciple [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/queueuit.cpp:100:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_dialogParent [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/sessionmanager.h:71:3: style: Class 'SessionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/queues/uit/sessionmanager.cpp:37:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] molequeue-0.9.0/molequeue/app/queues/uit/sessionmanager.cpp:35:7: note: outer condition: !uitSessionManager molequeue-0.9.0/molequeue/app/queues/uit/sessionmanager.cpp:37:9: note: identical inner condition: !uitSessionManager molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:43:18: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/session.h:65:11: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:43:18: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:33:18: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/session.h:66:11: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:33:18: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.h:65:11: performance: Function 'kerberosPrinciple()' should return member 'm_kerberosPrinciple' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/session.h:66:11: performance: Function 'token()' should return member 'm_token' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:48:37: style:inconclusive: Function 'authenticate' argument 1 names different: declaration 'completeReceiver' definition 'completeReciever'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/session.h:59:30: note: Function 'authenticate' argument 1 names different: declaration 'completeReceiver' definition 'completeReciever'. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:48:37: note: Function 'authenticate' argument 1 names different: declaration 'completeReceiver' definition 'completeReciever'. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:78:61: style:inconclusive: Function 'authenticationCompleteInternal' argument 1 names different: declaration 'token' definition 'tok'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/session.h:74:54: note: Function 'authenticationCompleteInternal' argument 1 names different: declaration 'token' definition 'tok'. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:78:61: note: Function 'authenticationCompleteInternal' argument 1 names different: declaration 'token' definition 'tok'. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:91:58: style:inconclusive: Function 'authenticationErrorInternal' argument 1 names different: declaration 'errorMessage' definition 'errorString'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/session.h:75:51: note: Function 'authenticationErrorInternal' argument 1 names different: declaration 'errorMessage' definition 'errorString'. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:91:58: note: Function 'authenticationErrorInternal' argument 1 names different: declaration 'errorMessage' definition 'errorString'. molequeue-0.9.0/molequeue/app/queues/uit/requests.cpp:61:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/sslsetup.cpp:46:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_SSL_CERT_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoc.cpp:26:16: warning: Member variable 'UserHostAssoc::m_hostID' is not initialized in the constructor. [uninitMemberVar] molequeue-0.9.0/molequeue/app/queues/uit/requests.cpp:172:40: warning: Member variable 'GetJobsForHostForUserByNumDaysRequest::m_numDays' is not initialized in the constructor. [uninitMemberVar] molequeue-0.9.0/molequeue/app/queues/uit/requests.cpp:195:17: performance: Function parameter 'jobIds' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoclist.cpp:33:51: style:inconclusive: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/queues/uit/userhostassoclist.h:72:34: note: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. molequeue-0.9.0/molequeue/app/queues/uit/userhostassoclist.cpp:33:51: note: Function 'setContent' argument 1 names different: declaration 'xml' definition 'content'. molequeue-0.9.0/molequeue/app/remotequeuewidget.cpp:55:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/remotequeuewidget.cpp:177:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowModal [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/remotequeuewidget.cpp:231:25: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/remotequeuewidget.h:53:8: note: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/remotequeuewidget.cpp:231:25: note: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:66:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:118:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Rejected [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:170:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:243:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:257:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:273:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:304:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:321:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:348:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:374:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:221:3: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:173:12: style: Variable 'program' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/queuesettingsdialog.cpp:266:23: style: Variable 'queueManager' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/sshcommand.cpp:59:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Starting [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/sshcommand.cpp:202:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MergedChannels [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/server.cpp:57:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Message [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/server.cpp:190:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Notification [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/server.cpp:643:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RegExp2 [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/server.cpp:786:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/sshcommand.cpp:209:21: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. [functionConst] molequeue-0.9.0/molequeue/app/sshcommand.h:180:11: note: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. molequeue-0.9.0/molequeue/app/sshcommand.cpp:209:21: note: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. molequeue-0.9.0/molequeue/app/sshcommand.cpp:28:55: style:inconclusive: Function 'SshCommand' argument 2 names different: declaration 'sshCommand' definition 'ssh'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/sshcommand.h:47:45: note: Function 'SshCommand' argument 2 names different: declaration 'sshCommand' definition 'ssh'. molequeue-0.9.0/molequeue/app/sshcommand.cpp:28:55: note: Function 'SshCommand' argument 2 names different: declaration 'sshCommand' definition 'ssh'. molequeue-0.9.0/molequeue/app/sshcommand.cpp:29:32: style:inconclusive: Function 'SshCommand' argument 3 names different: declaration 'scpCommand' definition 'scp'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/app/sshcommand.h:47:65: note: Function 'SshCommand' argument 3 names different: declaration 'scpCommand' definition 'scp'. molequeue-0.9.0/molequeue/app/sshcommand.cpp:29:32: note: Function 'SshCommand' argument 3 names different: declaration 'scpCommand' definition 'scp'. molequeue-0.9.0/molequeue/app/sshcommandfactory.h:58:4: style: Class 'SshCommandFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/templatekeyworddialog.cpp:32:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/templatekeyworddialog.cpp:114:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/templatekeyworddialog.cpp:198:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/server.cpp:115:38: style: Parameter 'settings' can be declared as reference to const [constParameterReference] molequeue-0.9.0/molequeue/app/server.cpp:95:18: style: Variable 'pluginManager' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/server.cpp:677:34: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] molequeue-0.9.0/molequeue/app/server.cpp:750:35: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] molequeue-0.9.0/molequeue/app/testing/referencestring.h:25:2: style: Class 'ReferenceString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/clienttestsrc/sendRpcKill.cpp:26:3: style: Class 'Killer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/testserver.h:50:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qt_4_7 [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/testserver.h:62:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/testserver.h:73:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/testserver.h:109:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qt_4_7 [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:136:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForwardedChannels [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:143:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForwardedChannels [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:164:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_TESTDATA_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:182:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_TESTEXEC_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:215:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NotRunning [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/authenticateresponsetest.cpp:81:3: style: Iterating over container 'ids' that is always empty. [knownEmptyContainer] molequeue-0.9.0/molequeue/app/testing/compositeiodevicetest.cpp:48:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/compositeiodevicetest.cpp:107:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_TESTDATA_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/compositeiodevicetest.cpp:122:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_TESTDATA_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/compositeiodevicetest.cpp:23:1: style: The class 'CompositeIODeviceTest' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] molequeue-0.9.0/molequeue/app/testing/testserver.h:91:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] molequeue-0.9.0/molequeue/app/testing/testserver.h:92:19: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:208:24: performance:inconclusive: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:87:8: note: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:208:24: note: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/testserver.h:43:3: style: Class 'TestServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:32:7: style:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::messageCount' can be const. [functionConst] molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:34:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:45:8: note: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:34:23: note: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:38:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:46:8: note: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:38:23: note: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:42:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:47:8: note: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:42:23: note: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:46:23: style:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. [functionConst] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:48:8: note: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:46:23: note: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:51:26: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:49:11: note: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:51:26: note: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:66:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:52:8: note: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:66:23: note: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:31:31: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:34:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:31:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:35:31: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:35:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:35:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:39:31: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:36:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:39:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:43:34: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:37:11: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:43:34: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummysshcommand.h:33:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_output [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/dummysshcommand.h:34:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_exitCode [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/dummyqueueremote.h:55:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_hostName [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/dummyserver.cpp:25:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_queueManager [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/dummyqueueremote.h:37:11: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyQueueRemote::typeName' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyqueuemanager.h:26:3: style: Class 'DummyQueueManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/dummysshcommand.h:27:3: style: Class 'DummySshCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/dummyserver.h:50:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] molequeue-0.9.0/molequeue/app/testing/dummysshcommand.h:31:11: performance: Function 'getDummyCommand()' should return member 'm_dummyCommand' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/testing/dummyqueueremote.cpp:26:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_launchScriptName [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/dummyserver.h:51:19: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] molequeue-0.9.0/molequeue/app/testing/dummysshcommand.h:32:15: performance: Function 'getDummyArgs()' should return member 'm_dummyArgs' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/testing/dummyserver.h:36:3: style: Class 'DummyServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:69:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_TESTDATA_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:131:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PathFileSpecification [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:161:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PathFileSpecification [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:218:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PathFileSpecification [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:80:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:38:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:80:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:84:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:40:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:84:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:88:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:42:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:88:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:92:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:44:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:92:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:52:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Job [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:77:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Job [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:57:22: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:36:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:57:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:61:22: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:38:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:61:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:65:22: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:40:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:65:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:101:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Request [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:116:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:127:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:31:1: style: The class 'JsonRpcTest' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:66:19: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:46:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:66:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:70:19: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:48:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:70:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:74:19: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:50:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:74:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:40:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:29:8: note: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:40:19: note: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:44:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:31:8: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:44:19: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:48:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:33:8: note: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:48:19: note: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:52:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:35:8: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:52:19: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:108:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RunningRemote [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:106:3: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:34:8: style:inconclusive: Either there is a missing 'override', or the member function 'QueueDummy::submitJob' can be const. [functionConst] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:35:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueDummy::killJob' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:63:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:47:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:63:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:67:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:49:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:67:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:71:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:51:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:71:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:75:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:53:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:75:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:29:3: style: Class 'QueueDummy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:43:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:43:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:47:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:47:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:51:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:51:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:55:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:55:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:92:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Invalid [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:160:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InvalidId [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:259:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Request [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:316:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Request [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:330:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Request [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:365:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filename [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:398:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Request [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:494:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Request [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:117:3: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:31:8: style:inconclusive: Either there is a missing 'override', or the member function 'DummyQueue::submitJob' can be const. [functionConst] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:32:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyQueue::killJob' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:62:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:44:8: note: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:62:17: note: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:72:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:40:8: note: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:72:19: note: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:66:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:46:8: note: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:66:17: note: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:76:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:42:8: note: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:76:19: note: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:70:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:48:8: note: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:70:17: note: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:80:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:44:8: note: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:80:19: note: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:74:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:50:8: note: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:74:17: note: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:84:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:46:8: note: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:84:19: note: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:28:3: style: Class 'DummyQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/app/testing/referencestring.cpp:25:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_TESTDATA_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:72:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REDIRECT [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:137:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Canceled [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:195:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:379:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Finished [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:449:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Canceled [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:457:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/referencestring.h:26:10: performance: Function 'toString()' should return member 'm_refString' by const reference. [returnByReference] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:107:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RunningRemote [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:33:1: style: The class 'QueueRemoteTest' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:81:23: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:47:8: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:81:23: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:85:23: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:49:8: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:85:23: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:83:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_BINARY_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:173:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:208:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:235:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:259:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoleQueue_TESTDATA_DIR [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:323:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable requestFile [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:361:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RegExp2 [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:189:12: style: Variable 'program' can be declared as pointer to const [constVariablePointer] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:43:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:43:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:47:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:47:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:51:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:51:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:55:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:55:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:46:1: style: The class 'ServerTest' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:109:18: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:61:8: note: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:109:18: note: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:114:18: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:63:8: note: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:114:18: note: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:119:18: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:65:8: note: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:119:18: note: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:104:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InvalidId [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:184:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:44:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:44:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:48:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:48:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:52:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:52:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:56:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:56:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:46:22: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:30:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:46:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:50:22: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:32:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:50:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:63:22: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:36:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:63:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/uittest.cpp:104:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedRemote [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/testing/uittest.cpp:75:10: warning: Return value of function parser.indexIn() is not used. [ignoredReturnValue] molequeue-0.9.0/molequeue/client/jobobject.cpp:127:24: performance:inconclusive: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). [functionStatic] molequeue-0.9.0/molequeue/client/jobobject.h:164:15: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.cpp:127:24: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.cpp:135:24: performance:inconclusive: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). [functionStatic] molequeue-0.9.0/molequeue/client/jobobject.h:169:15: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.cpp:135:24: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.cpp:32:62: style:inconclusive: Function 'setValue' argument 2 names different: declaration 'value' definition 'value_'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/client/jobobject.h:51:53: note: Function 'setValue' argument 2 names different: declaration 'value' definition 'value_'. molequeue-0.9.0/molequeue/client/jobobject.cpp:32:62: note: Function 'setValue' argument 2 names different: declaration 'value' definition 'value_'. molequeue-0.9.0/molequeue/client/client.cpp:47:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QJsonObject [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/client/client.cpp:294:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseSensitive [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/uitqueuewidget.cpp:47:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QString [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/client/jsonrpcclient.cpp:32:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QByteArray [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/client/jsonrpcclient.cpp:106:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qt_4_8 [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/client/jsonrpcclient.cpp:117:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/client/client.cpp:252:46: style:inconclusive: Function 'processError' argument 1 names different: declaration 'notification' definition 'error'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/client/client.h:235:40: note: Function 'processError' argument 1 names different: declaration 'notification' definition 'error'. molequeue-0.9.0/molequeue/client/client.cpp:252:46: note: Function 'processError' argument 1 names different: declaration 'notification' definition 'error'. molequeue-0.9.0/molequeue/client/jsonrpcclient.h:106:36: performance: Function parameter 'message' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/client/jsonrpcclient.cpp:49:52: style:inconclusive: Function 'connectToServer' argument 1 names different: declaration 'serverName' definition 'serverName_'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/client/jsonrpcclient.h:78:39: note: Function 'connectToServer' argument 1 names different: declaration 'serverName' definition 'serverName_'. molequeue-0.9.0/molequeue/client/jsonrpcclient.cpp:49:52: note: Function 'connectToServer' argument 1 names different: declaration 'serverName' definition 'serverName_'. molequeue-0.9.0/molequeue/client/jsonrpcclient.cpp:111:49: performance: Function parameter 'message' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/plugins/zeromqserver/zeromqconnectionlistenerfactory.cpp:35:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zeroMqPrefix [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/app/uitqueuewidget.cpp:126:22: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/uitqueuewidget.h:52:8: note: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/uitqueuewidget.cpp:126:22: note: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/uitqueuewidget.h:47:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/abstractqueuesettingswidget.h:44:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/uitqueuewidget.h:47:8: note: Function in derived class molequeue-0.9.0/molequeue/app/uitqueuewidget.h:48:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/app/abstractqueuesettingswidget.h:48:16: note: Virtual function in base class molequeue-0.9.0/molequeue/app/uitqueuewidget.h:48:8: note: Function in derived class molequeue-0.9.0/molequeue/app/uitqueuewidget.cpp:211:3: performance: Range variable 'hostAssoc' should be declared as const reference. [iterateByValue] molequeue-0.9.0/molequeue/servercore/jsonrpc.cpp:139:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/servercore/localsocketconnection.cpp:79:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qt_4_8 [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/servercore/message.h:123:3: style: Class 'Message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/servercore/message.h:127:3: style: Class 'Message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/servercore/message.h:133:3: style: Class 'Message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:65:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connection.h:48:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:65:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:72:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connection.h:53:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:72:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:80:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connection.h:58:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:80:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:87:8: style: The function 'isOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connection.h:64:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:87:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:94:11: style: The function 'connectionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connection.h:70:19: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:94:11: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:96:8: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connection.h:75:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:96:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:98:8: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connection.h:81:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:98:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnection.cpp:39:61: style:inconclusive: Function 'LocalSocketConnection' argument 2 names different: declaration 'connectionString' definition 'serverName'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/servercore/localsocketconnection.h:54:49: note: Function 'LocalSocketConnection' argument 2 names different: declaration 'connectionString' definition 'serverName'. molequeue-0.9.0/molequeue/servercore/localsocketconnection.cpp:39:61: note: Function 'LocalSocketConnection' argument 2 names different: declaration 'connectionString' definition 'serverName'. molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.cpp:93:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnknownError [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:63:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connectionlistener.h:52:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:63:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:73:8: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connectionlistener.h:59:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:73:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:81:8: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connectionlistener.h:66:16: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:81:8: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:86:11: style: The function 'connectionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] molequeue-0.9.0/molequeue/servercore/connectionlistener.h:71:19: note: Virtual function in base class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:86:11: note: Function in derived class molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.cpp:27:77: style:inconclusive: Function 'LocalSocketConnectionListener' argument 2 names different: declaration 'connectionString' definition 'connString'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:51:57: note: Function 'LocalSocketConnectionListener' argument 2 names different: declaration 'connectionString' definition 'connString'. molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.cpp:27:77: note: Function 'LocalSocketConnectionListener' argument 2 names different: declaration 'connectionString' definition 'connString'. molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.cpp:91:34: style:inconclusive: Function 'toConnectionListenerError' argument 1 names different: declaration 'error' definition 'socketError'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.h:105:36: note: Function 'toConnectionListenerError' argument 1 names different: declaration 'error' definition 'socketError'. molequeue-0.9.0/molequeue/servercore/localsocketconnectionlistener.cpp:91:34: note: Function 'toConnectionListenerError' argument 1 names different: declaration 'error' definition 'socketError'. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:38:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZMQ_ROUTER [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/servercore/message.cpp:316:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Invalid [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:37:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZMQ_TYPE [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/servercore/message.cpp:338:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Raw [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:48:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZMQ_DEALER [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/servercore/message.cpp:357:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Raw [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:107:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZMQ_DEALER [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:139:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZMQ_NOBLOCK [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:151:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZMQ_NOBLOCK [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:179:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZMQ_ROUTER [valueFlowBailoutIncompleteVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:48:32: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. [functionConst] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:49:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:48:32: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:54:32: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:56:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:54:32: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:61:11: performance: Function 'connectionString()' should return member 'm_connectionString' by const reference. [returnByReference] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:28:67: style:inconclusive: Function 'ZeroMqConnectionListener' argument 2 names different: declaration 'connectionString' definition 'address'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:37:43: note: Function 'ZeroMqConnectionListener' argument 2 names different: declaration 'connectionString' definition 'address'. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:28:67: note: Function 'ZeroMqConnectionListener' argument 2 names different: declaration 'connectionString' definition 'address'. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:41:19: warning: Member variable 'ZeroMqConnection::m_listening' is not initialized in the constructor. [uninitMemberVar] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:85:24: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. [functionConst] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:61:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:85:24: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:214:24: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. [functionStatic] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:71:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:214:24: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:67:11: performance: Function 'connectionString()' should return member 'm_connectionString' by const reference. [returnByReference] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:123:7: style: Exception should be caught by reference. [catchExceptionByValue] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:185:5: style: Exception should be caught by reference. [catchExceptionByValue] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:201:3: style: Exception should be caught by reference. [catchExceptionByValue] molequeue-0.9.0/molequeue/servercore/message.h:228:18: performance: Function 'endpoint()' should return member 'm_endpoint' by const reference. [returnByReference] molequeue-0.9.0/molequeue/servercore/message.cpp:435:66: style:inconclusive: Function 'interpretRequest' argument 2 names different: declaration 'errorMessage' definition 'errorMessage_'. [funcArgNamesDifferent] molequeue-0.9.0/molequeue/servercore/message.h:338:59: note: Function 'interpretRequest' argument 2 names different: declaration 'errorMessage' definition 'errorMessage_'. molequeue-0.9.0/molequeue/servercore/message.cpp:435:66: note: Function 'interpretRequest' argument 2 names different: declaration 'errorMessage' definition 'errorMessage_'. molequeue-0.9.0/molequeue/servercore/message.cpp:32:51: performance: Function parameter 'endpoint_' should be passed by const reference. However it seems that 'Message' is a callback function. [passedByValueCallback] molequeue-0.9.0/molequeue/servercore/message.h:95:34: note: Function pointer used here. molequeue-0.9.0/molequeue/servercore/message.cpp:32:51: note: Function parameter 'endpoint_' should be passed by const reference. However it seems that 'Message' is a callback function. molequeue-0.9.0/molequeue/servercore/message.cpp:41:33: performance: Function parameter 'endpoint_' should be passed by const reference. [passedByValue] molequeue-0.9.0/molequeue/servercore/message.cpp:50:33: performance: Function parameter 'endpoint_' should be passed by const reference. [passedByValue] diff: head molequeue-0.9.0/molequeue/app/actionfactorymanager.h:89:5: debug: CheckClass::isMemberVar found used member variable 'm_factories' with varid 0 [varid0] head molequeue-0.9.0/molequeue/app/actionfactorymanager.h:89:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_factories [valueFlowBailoutIncompleteVar] head molequeue-0.9.0/molequeue/app/jobdata.h:305:27: performance: Function 'keywords()' should return member 'm_keywords' by const reference. [returnByReference] head molequeue-0.9.0/molequeue/app/jobitemmodel.cpp:167:37: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] head molequeue-0.9.0/molequeue/app/logger.cpp:137:14: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. [functionConst] molequeue-0.9.0/molequeue/app/logger.h:219:8: note: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. molequeue-0.9.0/molequeue/app/logger.cpp:137:14: note: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. 2.17.0 molequeue-0.9.0/molequeue/app/logger.h:219:8: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. [functionConst] molequeue-0.9.0/molequeue/app/logger.cpp:137:14: note: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. molequeue-0.9.0/molequeue/app/logger.h:219:8: note: Either there is a missing 'override', or the member function 'MoleQueue::Logger::cleanUp' can be const. head molequeue-0.9.0/molequeue/app/queues/queueuit.cpp:218:11: style: Variable 'localDir' is assigned a value that is never used. [unreadVariable] head molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:33:18: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/session.h:66:11: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:33:18: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. head molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:43:18: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/session.h:65:11: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:43:18: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. 2.17.0 molequeue-0.9.0/molequeue/app/queues/uit/session.h:65:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:43:18: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.h:65:11: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::kerberosPrinciple' can be const. 2.17.0 molequeue-0.9.0/molequeue/app/queues/uit/session.h:66:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. [functionConst] molequeue-0.9.0/molequeue/app/queues/uit/session.cpp:33:18: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. molequeue-0.9.0/molequeue/app/queues/uit/session.h:66:11: note: Either there is a missing 'override', or the member function 'MoleQueue::Uit::Session::token' can be const. head molequeue-0.9.0/molequeue/app/remotequeuewidget.cpp:231:25: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/remotequeuewidget.h:53:8: note: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/remotequeuewidget.cpp:231:25: note: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/remotequeuewidget.h:53:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/remotequeuewidget.cpp:231:25: note: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/remotequeuewidget.h:53:8: note: Either there is a missing 'override', or the member function 'MoleQueue::RemoteQueueWidget::sleepTest' can be static. head molequeue-0.9.0/molequeue/app/sshcommand.cpp:209:21: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. [functionConst] molequeue-0.9.0/molequeue/app/sshcommand.h:180:11: note: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. molequeue-0.9.0/molequeue/app/sshcommand.cpp:209:21: note: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. 2.17.0 molequeue-0.9.0/molequeue/app/sshcommand.h:180:11: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. [functionConst] molequeue-0.9.0/molequeue/app/sshcommand.cpp:209:21: note: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. molequeue-0.9.0/molequeue/app/sshcommand.h:180:11: note: Either there is a missing 'override', or the member function 'MoleQueue::SshCommand::remoteSpec' can be const. head molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:208:24: performance:inconclusive: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:87:8: note: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:208:24: note: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:87:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:208:24: note: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/clientservertest.cpp:87:8: note: Either there is a missing 'override', or the member function 'ClientServerTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:34:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:45:8: note: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:34:23: note: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:38:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:46:8: note: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:38:23: note: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:42:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:47:8: note: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:42:23: note: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:46:23: style:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. [functionConst] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:48:8: note: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:46:23: note: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. head molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:51:26: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:49:11: note: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:51:26: note: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:66:23: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:52:8: note: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:66:23: note: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:45:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:34:23: note: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:45:8: note: Either there is a missing 'override', or the member function 'DummyConnection::open' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:46:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:38:23: note: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:46:8: note: Either there is a missing 'override', or the member function 'DummyConnection::start' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:47:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:42:23: note: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:47:8: note: Either there is a missing 'override', or the member function 'DummyConnection::close' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:48:8: style:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. [functionConst] molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:46:23: note: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:48:8: note: Either there is a missing 'override', or the member function 'DummyConnection::isOpen' can be const. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:49:11: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:51:26: note: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:49:11: note: Either there is a missing 'override', or the member function 'DummyConnection::connectionString' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:52:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnection.cpp:66:23: note: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnection.h:52:8: note: Either there is a missing 'override', or the member function 'DummyConnection::flush' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:31:31: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:34:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:31:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:35:31: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:35:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:35:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:39:31: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:36:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:39:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. head molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:43:34: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:37:11: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:43:34: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:34:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:31:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:34:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::start' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:35:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:35:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:35:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:36:8: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:39:31: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:36:8: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::stop' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:37:11: performance:inconclusive: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.cpp:43:34: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. molequeue-0.9.0/molequeue/app/testing/dummyconnectionlistener.h:37:11: note: Either there is a missing 'override', or the member function 'DummyConnectionListener::connectionString' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:38:8: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:80:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:38:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:40:8: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:84:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:40:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:42:8: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:88:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:42:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:44:8: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:92:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:44:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:80:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:38:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:80:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:84:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:40:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:84:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:88:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:42:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:88:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:92:29: performance:inconclusive: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:44:8: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/filespecificationtest.cpp:92:29: note: Either there is a missing 'override', or the member function 'FileSpecificationTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:36:8: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:57:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:36:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:38:8: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:61:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:38:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:40:8: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:65:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:40:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:57:22: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:36:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:57:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:61:22: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:38:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:61:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:65:22: performance:inconclusive: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:40:8: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jobmanagertest.cpp:65:22: note: Either there is a missing 'override', or the member function 'JobManagerTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:46:8: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:66:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:46:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:48:8: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:70:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:48:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:50:8: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:74:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:50:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:66:19: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:46:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:66:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:70:19: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:48:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:70:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:74:19: performance:inconclusive: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:50:8: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/jsonrpctest.cpp:74:19: note: Either there is a missing 'override', or the member function 'JsonRpcTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:40:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:72:19: note: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:40:8: note: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:42:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:76:19: note: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:42:8: note: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:44:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:80:19: note: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:44:8: note: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:46:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:84:19: note: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:46:8: note: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:72:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:40:8: note: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:72:19: note: Either there is a missing 'override', or the member function 'MessageTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:76:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:42:8: note: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:76:19: note: Either there is a missing 'override', or the member function 'MessageTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:80:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:44:8: note: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:80:19: note: Either there is a missing 'override', or the member function 'MessageTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:84:19: performance:inconclusive: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:46:8: note: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/messagetest.cpp:84:19: note: Either there is a missing 'override', or the member function 'MessageTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:30:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:43:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:32:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:47:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:34:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:51:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:36:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:55:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:43:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:43:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:47:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:47:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:51:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:51:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:55:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/pbstest.cpp:55:20: note: Either there is a missing 'override', or the member function 'QueuePbsTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/programtest.cpp:29:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:40:19: note: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:29:8: note: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/programtest.cpp:31:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:44:19: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:31:8: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/programtest.cpp:33:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:48:19: note: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:33:8: note: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/programtest.cpp:35:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:52:19: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:35:8: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/programtest.cpp:40:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:29:8: note: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:40:19: note: Either there is a missing 'override', or the member function 'ProgramTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/programtest.cpp:44:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:31:8: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:44:19: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/programtest.cpp:48:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:33:8: note: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:48:19: note: Either there is a missing 'override', or the member function 'ProgramTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/programtest.cpp:52:19: performance:inconclusive: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/programtest.cpp:35:8: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/programtest.cpp:52:19: note: Either there is a missing 'override', or the member function 'ProgramTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:47:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:63:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:47:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:49:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:67:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:49:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:51:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:71:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:51:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:53:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:75:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:53:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:63:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:47:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:63:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:67:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:49:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:67:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:71:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:51:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:71:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:75:24: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:53:8: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuemanagertest.cpp:75:24: note: Either there is a missing 'override', or the member function 'QueueManagerTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:47:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:81:23: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:47:8: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:49:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:85:23: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:49:8: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:81:23: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:47:8: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:81:23: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:85:23: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:49:8: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queueremotetest.cpp:85:23: note: Either there is a missing 'override', or the member function 'QueueRemoteTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:44:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:62:17: note: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:44:8: note: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:46:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:66:17: note: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:46:8: note: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:48:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:70:17: note: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:48:8: note: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:50:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:74:17: note: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:50:8: note: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:62:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:44:8: note: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:62:17: note: Either there is a missing 'override', or the member function 'QueueTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:66:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:46:8: note: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:66:17: note: Either there is a missing 'override', or the member function 'QueueTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:70:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:48:8: note: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:70:17: note: Either there is a missing 'override', or the member function 'QueueTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:74:17: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:50:8: note: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/queuetest.cpp:74:17: note: Either there is a missing 'override', or the member function 'QueueTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/servertest.cpp:109:18: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:61:8: note: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:109:18: note: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/servertest.cpp:114:18: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:63:8: note: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:114:18: note: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/servertest.cpp:119:18: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:65:8: note: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:119:18: note: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/servertest.cpp:61:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:109:18: note: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:61:8: note: Either there is a missing 'override', or the member function 'ServerTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/servertest.cpp:63:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:114:18: note: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:63:8: note: Either there is a missing 'override', or the member function 'ServerTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/servertest.cpp:65:8: performance:inconclusive: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/servertest.cpp:119:18: note: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/servertest.cpp:65:8: note: Either there is a missing 'override', or the member function 'ServerTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:30:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:43:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:32:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:47:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:34:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:51:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:36:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:55:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:43:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:43:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:47:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:47:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:51:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:51:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:55:20: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/sgetest.cpp:55:20: note: Either there is a missing 'override', or the member function 'QueueSgeTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:30:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:44:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:32:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:48:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:34:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:52:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:36:8: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:56:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:44:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:30:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:44:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:48:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:32:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:48:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:52:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:34:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:52:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::init' can be static. head molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:56:22: performance:inconclusive: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:36:8: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/slurmtest.cpp:56:22: note: Either there is a missing 'override', or the member function 'QueueSlurmTest::cleanup' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:30:8: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:46:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:30:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:32:8: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:50:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:32:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:36:8: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:63:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:36:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:46:22: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:30:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:46:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::initTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:50:22: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:32:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:50:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanupTestCase' can be static. head molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:63:22: performance:inconclusive: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:36:8: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. molequeue-0.9.0/molequeue/app/testing/sshcommandtest.cpp:63:22: note: Either there is a missing 'override', or the member function 'SshCommandTest::cleanup' can be static. head molequeue-0.9.0/molequeue/app/uitqueuewidget.cpp:126:22: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/uitqueuewidget.h:52:8: note: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/uitqueuewidget.cpp:126:22: note: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. 2.17.0 molequeue-0.9.0/molequeue/app/uitqueuewidget.h:52:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. [functionStatic] molequeue-0.9.0/molequeue/app/uitqueuewidget.cpp:126:22: note: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. molequeue-0.9.0/molequeue/app/uitqueuewidget.h:52:8: note: Either there is a missing 'override', or the member function 'MoleQueue::UitQueueWidget::sleepTest' can be static. head molequeue-0.9.0/molequeue/client/jobobject.cpp:127:24: performance:inconclusive: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). [functionStatic] molequeue-0.9.0/molequeue/client/jobobject.h:164:15: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.cpp:127:24: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). head molequeue-0.9.0/molequeue/client/jobobject.cpp:135:24: performance:inconclusive: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). [functionStatic] molequeue-0.9.0/molequeue/client/jobobject.h:169:15: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.cpp:135:24: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). 2.17.0 molequeue-0.9.0/molequeue/client/jobobject.h:164:15: performance:inconclusive: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). [functionStatic] molequeue-0.9.0/molequeue/client/jobobject.cpp:127:24: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.h:164:15: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). 2.17.0 molequeue-0.9.0/molequeue/client/jobobject.h:169:15: performance:inconclusive: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). [functionStatic] molequeue-0.9.0/molequeue/client/jobobject.cpp:135:24: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). molequeue-0.9.0/molequeue/client/jobobject.h:169:15: note: Technically the member function 'MoleQueue::JobObject::fileSpec' can be static (but you may consider moving to unnamed namespace). head molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:214:24: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. [functionStatic] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:71:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:214:24: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. head molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:85:24: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. [functionConst] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:61:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:85:24: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. 2.17.0 molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:61:8: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. [functionConst] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:85:24: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:61:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::isOpen' can be const. 2.17.0 molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:71:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. [functionStatic] molequeue-0.9.0/molequeue/zeromq/zeromqconnection.cpp:214:24: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnection.h:71:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnection::flush' can be static. head molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:48:32: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. [functionConst] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:49:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:48:32: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. head molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:54:32: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:56:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:54:32: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. 2.17.0 molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:49:8: style:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. [functionConst] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:48:32: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:49:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be const. 2.17.0 molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:56:8: performance:inconclusive: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. [functionStatic] molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.cpp:54:32: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. molequeue-0.9.0/molequeue/zeromq/zeromqconnectionlistener.h:56:8: note: Either there is a missing 'override', or the member function 'MoleQueue::ZeroMqConnectionListener::stop' can be static. DONE